From 1659863ff535f810613ea2784e1d304567e732d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 26 Aug 2024 10:49:39 -0700 Subject: [PATCH 1/3] python312Packages.pydevccu: modernize --- .../development/python-modules/pydevccu/default.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/pydevccu/default.nix b/pkgs/development/python-modules/pydevccu/default.nix index 9b8599a31b28..b1af673ed6fd 100644 --- a/pkgs/development/python-modules/pydevccu/default.nix +++ b/pkgs/development/python-modules/pydevccu/default.nix @@ -3,32 +3,35 @@ buildPythonPackage, fetchFromGitHub, pythonOlder, + setuptools, }: buildPythonPackage rec { pname = "pydevccu"; version = "0.1.8"; - format = "setuptools"; + pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "danielperna84"; - repo = pname; + repo = "pydevccu"; rev = "refs/tags/${version}"; hash = "sha256-WguSTtWxkiDs5nK5eiaarfD0CBxzIxQR9fxjuW3wMGc="; }; + build-system = [ setuptools ]; + # Module has no tests doCheck = false; pythonImportsCheck = [ "pydevccu" ]; - meta = with lib; { + meta = { description = "HomeMatic CCU XML-RPC Server with fake devices"; homepage = "https://github.com/danielperna84/pydevccu"; changelog = "https://github.com/danielperna84/pydevccu/releases/tag/${version}"; - license = with licenses; [ mit ]; - maintainers = with maintainers; [ fab ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ fab ]; }; } From 59769074a7dc8b493d75a43d48380e0de6682f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 26 Aug 2024 10:44:56 -0700 Subject: [PATCH 2/3] python312Packages.hahomematic: 2024.8.1 -> 2024.8.13 Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2024.8.1...2024.8.13 Changelog: https://github.com/danielperna84/hahomematic/blob/refs/tags/2024.8.13/changelog.md --- pkgs/development/python-modules/hahomematic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix index 8126834a3c45..37c13fdfe1a5 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2024.8.1"; + version = "2024.8.13"; pyproject = true; disabled = pythonOlder "3.12"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = "hahomematic"; rev = "refs/tags/${version}"; - hash = "sha256-myF10xrkq7xbov4veFiA1Jg6i+VS3khQPc/c2tx4gIc="; + hash = "sha256-dojgIKF3AGkJm2USspV0rm8UZnTLxYf4dgt86WwonQk="; }; __darwinAllowLocalNetworking = true; From 3907c7e6660a64adf97332a4e78cb32ecb9789db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 26 Aug 2024 10:45:08 -0700 Subject: [PATCH 3/3] home-assistant-custom-components.homematicip_local: 1.64.0 -> 1.65.0 Diff: https://github.com/danielperna84/custom_homematic/compare/refs/tags/1.64.0...1.65.0 Changelog: https://github.com/danielperna84/custom_homematic/blob/1.65.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 0d9bde930957..75778c6434c8 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.64.0"; + version = "1.65.0"; src = fetchFromGitHub { owner = "danielperna84"; repo = "custom_homematic"; rev = "refs/tags/${version}"; - hash = "sha256-uKqX7TJrqujH8C9K8VPx977GsDeAdMh94390G5omUMY="; + hash = "sha256-rUiesrVpGZMMo8JSboFTDE2oE0Q9hNYR4AvA/GR5+MY="; }; dependencies = [