From 12fc38284352e4bad1cd6e0ecbcc6c30a92c6615 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 7 Dec 2024 09:18:11 +0100 Subject: [PATCH 1/3] python312Packages.homematicip: 1.1.3 -> 1.1.4 Diff: https://github.com/hahn-th/homematicip-rest-api/compare/refs/tags/1.1.3...1.1.4 Changelog: https://github.com/hahn-th/homematicip-rest-api/releases/tag/1.1.4 --- pkgs/development/python-modules/homematicip/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/homematicip/default.nix b/pkgs/development/python-modules/homematicip/default.nix index 093ba26cdb51..790f38a752f1 100644 --- a/pkgs/development/python-modules/homematicip/default.nix +++ b/pkgs/development/python-modules/homematicip/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "homematicip"; - version = "1.1.3"; + version = "1.1.4"; pyproject = true; disabled = pythonOlder "3.10"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "hahn-th"; repo = "homematicip-rest-api"; rev = "refs/tags/${version}"; - hash = "sha256-LRljuGOuGwAuZEVYFci5tAb8c15ePR6QYwlTM0hXMgU="; + hash = "sha256-dKLbKoYbDri4xpvzK+Q1sqm9oEZOWMfx3n3SNNQh8Ys="; }; build-system = [ From bd54c82797a2a7f10796f97b37b7bb4dd521473c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 9 Dec 2024 15:35:32 +0100 Subject: [PATCH 2/3] python312Packages.homematicip: fix license --- pkgs/development/python-modules/homematicip/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/homematicip/default.nix b/pkgs/development/python-modules/homematicip/default.nix index 790f38a752f1..17509b47cb29 100644 --- a/pkgs/development/python-modules/homematicip/default.nix +++ b/pkgs/development/python-modules/homematicip/default.nix @@ -94,7 +94,7 @@ buildPythonPackage rec { description = "Module for the homematicIP REST API"; homepage = "https://github.com/hahn-th/homematicip-rest-api"; changelog = "https://github.com/hahn-th/homematicip-rest-api/releases/tag/${version}"; - license = with licenses; [ gpl3Only ]; + license = licenses.gpl3Plus; maintainers = with maintainers; [ fab ]; }; } From 83bf38e6303e10a0ab4fb748398748fa4428016c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 9 Dec 2024 15:36:15 +0100 Subject: [PATCH 3/3] python312Packages.homematicip: 1.1.4 -> 1.1.5 Diff: https://github.com/hahn-th/homematicip-rest-api/compare/refs/tags/1.1.4...1.1.5 Changelog: https://github.com/hahn-th/homematicip-rest-api/releases/tag/1.1.5 --- pkgs/development/python-modules/homematicip/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/homematicip/default.nix b/pkgs/development/python-modules/homematicip/default.nix index 17509b47cb29..cba9dc5d685b 100644 --- a/pkgs/development/python-modules/homematicip/default.nix +++ b/pkgs/development/python-modules/homematicip/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "homematicip"; - version = "1.1.4"; + version = "1.1.5"; pyproject = true; disabled = pythonOlder "3.10"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "hahn-th"; repo = "homematicip-rest-api"; rev = "refs/tags/${version}"; - hash = "sha256-dKLbKoYbDri4xpvzK+Q1sqm9oEZOWMfx3n3SNNQh8Ys="; + hash = "sha256-rplzHb1F37Nii8C0zqeJCDgQQ8l/+ZmjQr2Lf6ssBLU="; }; build-system = [