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

home-assistant: 2025.8.1 -> 2025.8.2 (#434078)

parents 65062a59 84106605
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "aiodhcpwatcher";
  version = "1.2.0";
  version = "1.2.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bdraco";
    repo = "aiodhcpwatcher";
    rev = "v${version}";
    hash = "sha256-Jyaxqs3vckXmqUNhYFA912abDhtZ9UBgGnm+qw/N9Ws=";
    hash = "sha256-+BF3sBam8O9I4tY7QqnA4iNcJFsK9+imS8pY3N/v1HY=";
  };

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

buildPythonPackage rec {
  pname = "airos";
  version = "0.2.7";
  version = "0.2.11";
  pyproject = true;

  disabled = pythonOlder "3.13";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "CoMPaTech";
    repo = "python-airos";
    tag = "v${version}";
    hash = "sha256-c/YVjNEy1nI6ClYk8BgLai+zRCwiblTFSJ5Rxx3UaeU=";
    hash = "sha256-rPgrnLMcqUDd1+WL6uwb5Umu3a844B301l+O/GEyCGA=";
  };

  build-system = [ setuptools ];
+4 −2
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  aioresponses,
  buildPythonPackage,
  fetchFromGitHub,
  isodate,
  lib,
  pytest-asyncio,
  pytestCheckHook,
@@ -13,14 +14,14 @@

buildPythonPackage rec {
  pname = "cookidoo-api";
  version = "0.13.0";
  version = "0.14.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "miaucl";
    repo = "cookidoo-api";
    tag = version;
    hash = "sha256-QFOGue5VzM1mrgw+WWBvb5dreDUlmBoYv/vEzQta+LA=";
    hash = "sha256-EWAD33ZF1k76FujQdgBaIzx06zmqh0CfdpknWrs0YLU=";
  };

  build-system = [ setuptools ];
@@ -28,6 +29,7 @@ buildPythonPackage rec {
  dependencies = [
    aiofiles
    aiohttp
    isodate
  ];

  pythonImportsCheck = [ "cookidoo_api" ];
+4 −2
Original line number Diff line number Diff line
@@ -4,20 +4,21 @@
  fetchFromGitHub,
  poetry-core,
  aiohttp,
  aiomqtt,
  freenub,
  mashumaro,
}:

buildPythonPackage rec {
  pname = "python-snoo";
  version = "0.7.0";
  version = "0.8.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Lash-L";
    repo = "python-snoo";
    tag = "v${version}";
    hash = "sha256-AHCQeajCUCDjLmlbSrVmp2C9NB2naXsYAe6mCbWQfmQ=";
    hash = "sha256-V+abmzQhzbRY+aJDThV+qXExNLKiahwxVR8WnXEP1vc=";
  };

  postPatch = ''
@@ -29,6 +30,7 @@ buildPythonPackage rec {

  dependencies = [
    aiohttp
    aiomqtt
    freenub
    mashumaro
  ];
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@

buildPythonPackage rec {
  pname = "uiprotect";
  version = "7.20.0";
  version = "7.21.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
    owner = "uilibs";
    repo = "uiprotect";
    tag = "v${version}";
    hash = "sha256-mrTRLwqHiYsdVsmtsEv1ZZvhLquednbT0ME4HO1wC4I=";
    hash = "sha256-8OxEEQuCMKHTYIpa9pfgyAhgkCMy6wpvJDMcckbV8wY=";
  };

  build-system = [ poetry-core ];
Loading