Unverified Commit 76b70bd8 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant: 2025.9.3 -> 2025.9.4 (#444469)

parents be59f2f9 887f04e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "bluetooth-auto-recovery";
  version = "1.5.2";
  version = "1.5.3";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "bluetooth-auto-recovery";
    tag = "v${version}";
    hash = "sha256-9FwQNauWnWQ7BQoKMwYEEc96/iP6iH9SfvHxlZtePOQ=";
    hash = "sha256-xnEEq3NVScMbMjZWb4lI+kpy2zr6WlXx3XcBhzN1rZ4=";
  };

  build-system = [ poetry-core ];
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "holidays";
  version = "0.80";
  version = "0.81";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "vacanza";
    repo = "python-holidays";
    tag = "v${version}";
    hash = "sha256-zKsJ85dd+SE2OL0t/5aHtXoHsz2WuTkg11mo2wlmeTM=";
    hash = "sha256-p1+/BRi/4QG524nT9lns1AGc6jeO9KTJNJ2rljkrmko=";
  };

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

buildPythonPackage rec {
  pname = "opower";
  version = "0.15.4";
  version = "0.15.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tronikos";
    repo = "opower";
    tag = "v${version}";
    hash = "sha256-+y2lQnF48b2PKocQw6eEDPNTqZSB4aOALMfNOIVS+Yg=";
    hash = "sha256-K0GYXubMKh2B7KYhZOaecBWArTBayl/Wq5Ha3jJyixE=";
  };

  build-system = [ setuptools ];
+3 −3
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "py-melissa-climate";
  version = "2.1.2";
  version = "2.1.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kennedyshead";
    repo = "py-melissa-climate";
    tag = "V${version}";
    hash = "sha256-Z1A0G3g8dyoG+zUxUTqI/OxczvUVy2kSI04YP0WeXso=";
    tag = version;
    hash = "sha256-zYr+nKdO+lCLLYGSvY16MUs8TxbWcyaoQk9cwNQ704Y=";
  };

  postPatch = ''
+4 −2
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  aioresponses,
  bleak,
  buildPythonPackage,
  cryptography,
  fetchFromGitHub,
  mashumaro,
  pytest-asyncio,
@@ -15,7 +16,7 @@

buildPythonPackage rec {
  pname = "pylamarzocco";
  version = "2.0.11";
  version = "2.1.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -24,7 +25,7 @@ buildPythonPackage rec {
    owner = "zweckj";
    repo = "pylamarzocco";
    tag = "v${version}";
    hash = "sha256-g0qhNBhcU7Dogcw9WiEk+APk2McU7woXBqgeUS9D8iQ=";
    hash = "sha256-dUFjbht0QGrWtSl3JIx1dx4UQs5gFNqKw+UObgH25pk=";
  };

  build-system = [ setuptools ];
@@ -32,6 +33,7 @@ buildPythonPackage rec {
  dependencies = [
    aiohttp
    bleak
    cryptography
    mashumaro
  ];

Loading