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

home-assistant: 2025.9.0 -> 2025.9.1 (#440543)

parents 5e00e25a 1dccdf6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "aiohue";
  version = "4.7.4";
  version = "4.7.5";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "home-assistant-libs";
    repo = "aiohue";
    tag = version;
    hash = "sha256-+vvdv8/rAoMdtH6XN9tq4zOLboTuz3CqruN2KkEMv+c=";
    hash = "sha256-RHWgjugWYJVbzAFhb1bOrm33jZ3MQjkFqUMH+27a6Zw=";
  };

  postPatch = ''
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "bimmer-connected";
  version = "0.17.2";
  version = "0.17.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "bimmerconnected";
    repo = "bimmer_connected";
    tag = version;
    hash = "sha256-49Lryp9xBiQK1Jb+CVPvH2Z2yzAsbYsZwgkkEhVjrPQ=";
    hash = "sha256-XKKMOKvZO6CrAioflyhTWZrNJv1+5yqYPFL4Al8YPY8=";
  };

  build-system = [
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "imeon-inverter-api";
  version = "0.3.14";
  version = "0.3.16";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Imeon-Inverters-for-Home-Assistant";
    repo = "inverter-api";
    tag = version;
    hash = "sha256-zjG9rcKdV+o5M3yIRaxz93sP3u4Vfs8JhSSYzKdQi2I=";
    hash = "sha256-zaGmzp9uOzjtDxca1EWGKQ/PYsKqMldv5mnxQlwfcX4=";
  };

  build-system = [ pdm-pep517 ];
+4 −2
Original line number Diff line number Diff line
@@ -4,13 +4,14 @@
  async-timeout,
  buildPythonPackage,
  fetchFromGitHub,
  pyjwt,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
  pname = "millheater";
  version = "0.12.5";
  version = "0.13.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -19,7 +20,7 @@ buildPythonPackage rec {
    owner = "Danielhiversen";
    repo = "pymill";
    tag = version; # https://github.com/Danielhiversen/pymill/issues/87
    hash = "sha256-DGMG6LabfKGmQ6MDm/skqeQuOhSlr1ssZ2Z7fItzOt0=";
    hash = "sha256-fdKMX85uo5L/1ko5aXHzLcWbr24StzRV38jjEbeRRkw=";
  };

  build-system = [ setuptools ];
@@ -27,6 +28,7 @@ buildPythonPackage rec {
  dependencies = [
    aiohttp
    async-timeout
    pyjwt
  ];

  # Project has no tests
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "ohme";
  version = "1.5.1";
  version = "1.5.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "dan-r";
    repo = "ohmepy";
    tag = "v${version}";
    hash = "sha256-71uehQEiTTvcBPoNLNYvsE1vgp4vn3AZgGQCYrxtuYs=";
    hash = "sha256-r3pu+HAQc8hXF2aMuWuE151Lz4rbrVti8YBrm4CS8z4=";
  };

  build-system = [ setuptools ];
Loading