Unverified Commit f4e1b082 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

home-assistant-custom-components.homematicip_local: 1.83.0 -> 1.84.0 (#420116)

parents bceca388 288e6088
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "hahomematic";
  version = "2025.4.1";
  version = "2025.6.0";
  pyproject = true;

  disabled = pythonOlder "3.13";
@@ -26,14 +26,14 @@ buildPythonPackage rec {
    owner = "SukramJ";
    repo = "hahomematic";
    tag = version;
    hash = "sha256-cJpt5OjC2zXsKIxYZ+5TQORDuhLsQ+6MBzXD9ygG5Os=";
    hash = "sha256-1gZ0TWBFDe+RN5Rb3dUEZyEsy1kyR8Qhlpj9eJRuh60=";
  };

  __darwinAllowLocalNetworking = true;

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail "setuptools==78.1.0" "setuptools" \
      --replace-fail "setuptools==80.9.0" "setuptools" \
  '';

  build-system = [ setuptools ];
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "pydevccu";
  version = "0.1.10";
  version = "0.1.11";
  pyproject = true;

  disabled = pythonOlder "3.13";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "SukramJ";
    repo = "pydevccu";
    tag = version;
    hash = "sha256-MUMJjFCBJx1rps+/1Wx8RVmlA3Y4Cgflljs2u4nRMBk=";
    hash = "sha256-Ar9KNOkiy60HTGKz8br701v8xF470dz1jv8sp/CZbpw=";
  };

  postPatch = ''
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
  owner = "SukramJ";
  domain = "homematicip_local";
  version = "1.83.0";
  version = "1.84.0";

  src = fetchFromGitHub {
    owner = "SukramJ";
    repo = "custom_homematic";
    tag = version;
    hash = "sha256-F26Q7nfikw5NSa84L0LKwTSQDmqEdxwYyyzBNzSMWPw=";
    hash = "sha256-vOMd+C+Is/bj4ZwNu1jkgEvS9EvwdvwxGnmqahMJg8k=";
  };

  postPatch = ''