Unverified Commit 9f1820cc authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant: 2026.4.1 -> 2026.4.2 (#509124)

parents db956dff 77245f02
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  colorlog,
  fetchFromGitHub,
  pint,
  poetry-core,
  setuptools,
  pytest-cov-stub,
  pytestCheckHook,
  pythonOlder,
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "aiocomelit";
  version = "2.0.1";
  version = "2.0.2";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -22,10 +22,10 @@ buildPythonPackage rec {
    owner = "chemelli74";
    repo = "aiocomelit";
    tag = "v${version}";
    hash = "sha256-RlSDSxJZ6xD0ifqGT4l2Jkfzo64rrrLCE/yykeJNaYs=";
    hash = "sha256-k/p6z+flMvmuwwHqPH9Aw/ai761kbT+HQUXVNKeqk0U=";
  };

  build-system = [ poetry-core ];
  build-system = [ setuptools ];

  dependencies = [
    aiohttp
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "axis";
  version = "67";
  version = "68";
  pyproject = true;

  disabled = pythonOlder "3.14";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "Kane610";
    repo = "axis";
    tag = "v${version}";
    hash = "sha256-Zfhz3AtiMSF5yNF+Z7++3O1oof5hyfues3u4bToFBYk=";
    hash = "sha256-2a7zGgWc0QxxjCCg5yCfcepzLhEfvASv/Y8mDgl4y8M=";
  };

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

buildPythonPackage (finalAttrs: {
  pname = "opower";
  version = "0.18.0";
  version = "0.18.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tronikos";
    repo = "opower";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ZkYZsML3xBMGNNhwVzOuUmVeRU/aJnHld6hSACuhTxc=";
    hash = "sha256-Wy2FPWRSlxNEhqCfRwUyIxUCIdRJDIFICTJxM08+Xno=";
  };

  build-system = [ setuptools ];
+6 −2
Original line number Diff line number Diff line
@@ -9,21 +9,23 @@
  pycognito,
  pyjwt,
  pytest-aiohttp,
  pytest-cov-stub,
  pytest-freezegun,
  pytest-timeout,
  pytestCheckHook,
  uv-dynamic-versioning,
}:

buildPythonPackage rec {
  pname = "pylitterbot";
  version = "2025.2.0";
  version = "2025.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "natekspencer";
    repo = "pylitterbot";
    tag = version;
    hash = "sha256-o5A4AWil6FeHjUBgbHaA010kszhuncHHzf8+CH4QL0c=";
    hash = "sha256-EK2QiQMHhA69p7xnyeYE+kru0k7eL9EilkAUAN6LukU=";
  };

  build-system = [
@@ -41,7 +43,9 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    aioresponses
    pytest-aiohttp
    pytest-cov-stub
    pytest-freezegun
    pytest-timeout
    pytestCheckHook
  ];

+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage (finalAttrs: {
  pname = "python-bsblan";
  version = "5.1.3";
  version = "5.1.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "liudger";
    repo = "python-bsblan";
    tag = "v${finalAttrs.version}";
    hash = "sha256-2Rynat0eXAWzlCBUJAvKrAFPLl74FMr2r1KtKPBlwYw=";
    hash = "sha256-97Hgsu0ipX5oSAZdCikaWhj6g3gEom/Is2wnm6vpblY=";
  };

  postPatch = ''
Loading