From e0e03c7b5004f0ecc2c812ae96ff830b6076d05e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 3 Apr 2024 11:25:29 -0700 Subject: [PATCH 1/2] python312Packages.hahomematic: 2024.3.1 -> 2024.4.6 Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2024.3.1...2024.4.6 Changelog: https://github.com/danielperna84/hahomematic/blob/refs/tags/2024.4.6/changelog.md --- .../python-modules/hahomematic/default.nix | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix index 1ff20bf488738..dc31b0a9af321 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -13,37 +13,35 @@ , voluptuous , websocket-client , xmltodict -, wheel }: buildPythonPackage rec { pname = "hahomematic"; - version = "2024.3.1"; + version = "2024.4.6"; pyproject = true; - disabled = pythonOlder "3.11"; + disabled = pythonOlder "3.12"; src = fetchFromGitHub { owner = "danielperna84"; repo = "hahomematic"; rev = "refs/tags/${version}"; - hash = "sha256-/ulqUyplNu8YTHJKcfNPYzyzPvGkLFtoJDu5SqvfQrs="; + hash = "sha256-w+sSaadbbfc1cNCTx5YYIm8eAKRQxyqZZKK2QPFZv7Y="; }; __darwinAllowLocalNetworking = true; postPatch = '' substituteInPlace pyproject.toml \ - --replace-fail "setuptools~=69.1.0" "setuptools" \ - --replace-fail "wheel~=0.42.0" "wheel" + --replace-fail "setuptools~=69.2.0" "setuptools" \ + --replace-fail "wheel~=0.43.0" "wheel" ''; - nativeBuildInputs = [ + build-system = [ setuptools - wheel ]; - propagatedBuildInputs = [ + dependencies = [ aiohttp orjson python-slugify @@ -64,8 +62,8 @@ buildPythonPackage rec { meta = with lib; { description = "Python module to interact with HomeMatic devices"; homepage = "https://github.com/danielperna84/hahomematic"; - changelog = "https://github.com/danielperna84/hahomematic/releases/tag/${version}"; - license = with licenses; [ mit ]; + changelog = "https://github.com/danielperna84/hahomematic/blob/${src.rev}/changelog.md"; + license = licenses.mit; maintainers = with maintainers; [ dotlambda fab ]; }; } From 85af3e0c8975317c8c86b8210bdd46d47aa3ce95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 8 Apr 2024 09:07:35 -0700 Subject: [PATCH 2/2] home-assistant-custom-components.homematicip_local: 1.58.0 -> 1.59.0 Diff: https://github.com/danielperna84/custom_homematic/compare/refs/tags/1.58.0...1.59.0 Changelog: https://github.com/danielperna84/custom_homematic/blob/1.59.0/changelog.md --- .../custom-components/homematicip_local/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/homematicip_local/default.nix b/pkgs/servers/home-assistant/custom-components/homematicip_local/default.nix index 26b9f85e1d790..26fed03c92756 100644 --- a/pkgs/servers/home-assistant/custom-components/homematicip_local/default.nix +++ b/pkgs/servers/home-assistant/custom-components/homematicip_local/default.nix @@ -7,13 +7,13 @@ buildHomeAssistantComponent rec { owner = "danielperna84"; domain = "homematicip_local"; - version = "1.58.0"; + version = "1.59.0"; src = fetchFromGitHub { owner = "danielperna84"; repo = "custom_homematic"; rev = "refs/tags/${version}"; - hash = "sha256-ianM29eF2MN2THS3CTg4tBkd+8pV/m1fg8VvMDhhadg="; + hash = "sha256-fVOx/ONE+XXluXrImZWoD630EK/FOLb/Ft/L7t2Ua8o="; }; dependencies = [