Skip to content

Commit

Permalink
Merge pull request #321594 from NixOS/home-assistant
Browse files Browse the repository at this point in the history
home-assistant: 2024.6.3 -> 2024.6.4
  • Loading branch information
mweinelt committed Jun 21, 2024
2 parents 1e04879 + 569ea06 commit c9a1a5f
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 27 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/python-modules/aemet-opendata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@

buildPythonPackage rec {
pname = "aemet-opendata";
version = "0.5.1";
format = "pyproject";
version = "0.5.2";
pyproject = true;

disabled = pythonOlder "3.11";

src = fetchFromGitHub {
owner = "Noltari";
repo = "AEMET-OpenData";
rev = "refs/tags/${version}";
hash = "sha256-qj1rXM3yHYDQhtOkHfKEGS2ICjN7B2olD4og3uISjcw=";
hash = "sha256-cUvm8WJs2eW/KHIaLhQq/DYj7VIuTqxjhcwHprYIxAo=";
};

nativeBuildInputs = [
build-system = [
setuptools
wheel
];

propagatedBuildInputs = [
dependencies = [
aiohttp
geopy
requests
Expand Down
12 changes: 2 additions & 10 deletions pkgs/development/python-modules/aioimaplib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
mock,
pyopenssl,
pytestCheckHook,
pythonAtLeast,
pythonOlder,
pytz,
setuptools,
Expand All @@ -17,7 +16,7 @@

buildPythonPackage rec {
pname = "aioimaplib";
version = "1.0.1";
version = "1.1.0";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -26,7 +25,7 @@ buildPythonPackage rec {
owner = "bamthomas";
repo = "aioimaplib";
rev = "refs/tags/${version}";
hash = "sha256-7Ta0BhtQSm228vvUa5z+pzM3UC7+BskgBNjxsbEb9P0=";
hash = "sha256-TjCPGZGsSb+04kQNzHU3kWBo2vY34ujEqh1GIMIehJc=";
};

build-system = [ setuptools ];
Expand All @@ -45,13 +44,6 @@ buildPythonPackage rec {
# https://github.com/bamthomas/aioimaplib/issues/54
doCheck = pythonOlder "3.11";

disabledTests = [
# https://github.com/bamthomas/aioimaplib/issues/77
"test_get_quotaroot"
# asyncio.exceptions.TimeoutError
"test_idle"
];

pythonImportsCheck = [ "aioimaplib" ];

meta = with lib; {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiozoneinfo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "aiozoneinfo";
version = "0.1.0";
version = "0.2.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "bluetooth-devices";
repo = "aiozoneinfo";
rev = "refs/tags/v${version}";
hash = "sha256-gsU7dLLnV+KayfFcuhdcNZPk/XZHGhr6WXOQCIJvUHk=";
hash = "sha256-VpdghF2rXoA94YfMSNaICa3yfRRRiQueVrLk1K4igdk=";
};

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

buildPythonPackage rec {
pname = "plugwise";
version = "0.38.3";
version = "0.37.4.1";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "plugwise";
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-DFHKycFWtR8moLyGaiDVqnrlg+ydgR8/UVgkUpzqAuY=";
hash = "sha256-4B/rnwrkeridIgMD8gUVYXYVbrmQhQqDOa8Ot1ae/Ls=";
};

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

buildPythonPackage rec {
pname = "pydrawise";
version = "2024.6.3";
version = "2024.6.4";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pydrawise";
rev = "refs/tags/${version}";
hash = "sha256-y5+l9XSnKzrNrZQc+PklgjFtA32svzTPZz9PI1d8Pe4=";
hash = "sha256-I1VS9uNKybokbkKh6QVjsf5cLV3vg19EnblOheAyxn8=";
};

build-system = [
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.6.3";
version = "2024.6.4";
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 @@ -533,7 +533,7 @@ let
extraBuildInputs = extraPackages python.pkgs;

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

in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
Expand All @@ -551,13 +551,13 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-hpKfdcTc9vddA/1EsfugDIKUPe0g3fPQnmwHLSEIF9w=";
hash = "sha256-WIAFTVNHzrKTRONmOc/lq5PvC34PDKF7UfIokLCVzNY=";
};

# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-lhTVAYwtYf7UzplAIHTWqgd0P7V93gjNbBUlMd3i3oQ=";
hash = "sha256-Ymv3AlArAD2rSXQwMhEVeynwhAo8ZMrtV1zUK4U8xqQ=";
};

build-system = with python.pkgs; [
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.6.5";
version = "2024.6.21";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "home-assistant";
repo = "intents-package";
rev = "refs/tags/${version}";
hash = "sha256-2rACxdgvCWnyhfVRAVbLTaEAYquAkLnfxi7zeZYZslI=";
hash = "sha256-tgbZqcxv/uFoNCGq7TySffhqQXzupZodQfQHBqkSHrE=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit c9a1a5f

Please sign in to comment.