Skip to content

Commit

Permalink
home-assistant: 2024.11.0 -> 2024.11.1 (#354584)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Nov 9, 2024
2 parents df76cd6 + 7234221 commit 7acb302
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 38 deletions.
36 changes: 18 additions & 18 deletions pkgs/development/python-modules/agent-py/default.nix
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
aiohttp,
buildPythonPackage,
fetchPypi,
isPy3k,
fetchFromGitHub,
lib,
python,
requests,
setuptools,
pytestCheckHook,
}:

buildPythonPackage rec {
pname = "agent-py";
version = "0.0.23";
format = "setuptools";
version = "0.0.24";
pyproject = true;

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "1hx88m8b8kfb2gm6hii5ldjv7hlvqf99cz0w2vj0d0grrxcbn5cz";
src = fetchFromGitHub {
owner = "ispysoftware";
repo = "agent-py";
rev = "refs/tags/agent-py.${version}";
hash = "sha256-PP4gQ3AFYLJPUt9jhhiV9HkfBhIzd+JIsGpgK6FNmaE=";
};

propagatedBuildInputs = [
requests
aiohttp
];
build-system = [ setuptools ];

dependencies = [ aiohttp ];

doCheck = false; # only test is outdated

nativeCheckInputs = [ pytestCheckHook ];

checkPhase = ''
${python.interpreter} tests/test_agent.py
'';
pythonImportsCheck = [ "agent" ];

meta = with lib; {
description = "Python wrapper around the Agent REST API";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/google-nest-sdm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "google-nest-sdm";
version = "6.1.3";
version = "6.1.4";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "python-google-nest-sdm";
rev = "refs/tags/${version}";
hash = "sha256-X/jiers05zNAEUau6SVKGyyIx9HCs7yI0HsuZ7/tXfo=";
hash = "sha256-F/vpyg3EYgKCsq/0yL3uP+1azu8bbHOMsf85Yabl0KQ=";
};

build-system = [ setuptools ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ha-ffmpeg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "ha-ffmpeg";
version = "3.2.1";
version = "3.2.2";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "ha-ffmpeg";
rev = "refs/tags/${version}";
hash = "sha256-Yu23kRChPbq/9sKvu9uY4qtKXX7CVNagZX9Z6ZzDqcw=";
hash = "sha256-TbSoKoOiLx3O7iykiTri5GBHGj7WoB8iSCpFIrV4ZgU=";
};

build-system = [ setuptools ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-roborock/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "python-roborock";
version = "2.6.1";
version = "2.7.2";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
rev = "refs/tags/v${version}";
hash = "sha256-0gzbPa19UIt8Vs0Vnqs9j0tFJAkRTupU7DxT+7rwouI=";
hash = "sha256-sPG3AqVrv+BiB+copgaghWDT/Rb/WU0R+Y8Z2J6l+7E=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/sense-energy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "sense-energy";
version = "0.13.2";
version = "0.13.3";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "scottbonline";
repo = "sense";
rev = "refs/tags/${version}";
hash = "sha256-HE0bMcxfzfaMLDepjwDwV8AXQ3Q/bQt6SqHt7m/UY9I=";
hash = "sha256-k1W84c0odpYv0vI2u2zqfWGJXSpYJRSwfFyXACMto7s=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/spotifyaio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "spotifyaio";
version = "0.8.5";
version = "0.8.7";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-spotify";
rev = "refs/tags/v${version}";
hash = "sha256-6OX9awRmy2DT8SHvoVsLcsZ6LxTek/HgXNG9b2wSfGU=";
hash = "sha256-8CvXh3lU6CWOIFyfKQv4TX4R9O9BzwEu/Cua0MRdma4=";
};

build-system = [ poetry-core ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/home-assistant/component-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Do not edit!

{
version = "2024.11.0";
version = "2024.11.1";
components = {
"3_day_blinds" = ps: with ps; [
];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ let
extraBuildInputs = extraPackages python.pkgs;

# Don't forget to run update-component-packages.py after updating
hassVersion = "2024.11.0";
hassVersion = "2024.11.1";

in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
Expand All @@ -457,13 +457,13 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-9wFF0tDy3IAnmjjP1juQsU2G6qmQiBnBX1imNrbib7Y=";
hash = "sha256-t8f0em5EaWPLZlr+fi/Kn3AE0dFEAyy0FpwdjJOYBCI=";
};

# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-9DtxrMhozse672aa1pHvk/wOpr7GdWUZtz0u7GNGBVw=";
hash = "sha256-e9RF1oer4FyDEYof7qLTFUkmSxDh71qi+ResNXO6G5o=";
};

build-system = with python.pkgs; [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/home-assistant/frontend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
version = "20241106.0";
version = "20241106.2";
format = "wheel";

src = fetchPypi {
inherit version format;
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
hash = "sha256-EqF3fgT7pMjYTMVFcoXXnbeGjT7ZevmmTCqG8q3Qqt4=";
hash = "sha256-9Il9/lHKIaymw7H8fL1gpp80+VzSqVJ1IyHGEa3OoO8=";
};

# there is nothing to strip in this package
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/home-assistant/intents.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2024.11.4";
version = "2024.11.6";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {
repo = "intents-package";
rev = "refs/tags/${version}";
fetchSubmodules = true;
hash = "sha256-6SgvRaiPOfXM5OxrBQ/w600k7E+AKZEB8vukic6M4lA=";
hash = "sha256-C2q0mUdA6VGKPHtG2g9Zi0nPvwWP1LAdepJCRkF4ky8=";
};

build-system = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/home-assistant/stubs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2024.11.0";
version = "2024.11.1";
pyproject = true;

disabled = python.version != home-assistant.python.version;
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
hash = "sha256-ktKmYr5wzrmZoedK2FB1qFcqt3NGKzXcL7f1j2/K6vc=";
hash = "sha256-6Av1LSzmgjJonXlRFMrzdvGDm6latErBxCmgYlCDZ28=";
};

build-system = [
Expand Down

0 comments on commit 7acb302

Please sign in to comment.