From c6badbf64d16aab8a1dab905928b8347626d1879 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 5 Nov 2025 21:00:18 +0100 Subject: [PATCH 1/2] python313Packages.frigidaire: 0.18.24 -> 0.18.28 Diff: https://github.com/bm1549/frigidaire/compare/0.18.24...0.18.28 Changelog: https://github.com/bm1549/frigidaire/releases/tag/0.18.28 --- pkgs/development/python-modules/frigidaire/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/frigidaire/default.nix b/pkgs/development/python-modules/frigidaire/default.nix index 5ea688a51cf3..6c98c458a9ca 100644 --- a/pkgs/development/python-modules/frigidaire/default.nix +++ b/pkgs/development/python-modules/frigidaire/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "frigidaire"; - version = "0.18.24"; + version = "0.18.28"; pyproject = true; disabled = pythonOlder "3.8"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "bm1549"; repo = "frigidaire"; tag = version; - hash = "sha256-lpwzXeuFPvWV26AIAfzBHY3IiwEc8vThTXc/F0iyV1o="; + hash = "sha256-2VleZyisva2HQPDmPoZbxnYu3t1S/HTuaZtFWFiU1nU="; }; postPatch = '' From 69ade00a50d23b33c4ffdfdd0563dad5ccbe177f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 5 Nov 2025 21:15:35 +0100 Subject: [PATCH 2/2] python313Packages.frigidaire: modernize --- pkgs/development/python-modules/frigidaire/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/frigidaire/default.nix b/pkgs/development/python-modules/frigidaire/default.nix index 6c98c458a9ca..841dc3932922 100644 --- a/pkgs/development/python-modules/frigidaire/default.nix +++ b/pkgs/development/python-modules/frigidaire/default.nix @@ -5,7 +5,6 @@ chardet, fetchFromGitHub, idna, - pythonOlder, requests, setuptools, urllib3, @@ -16,8 +15,6 @@ buildPythonPackage rec { version = "0.18.28"; pyproject = true; - disabled = pythonOlder "3.8"; - src = fetchFromGitHub { owner = "bm1549"; repo = "frigidaire"; @@ -49,7 +46,7 @@ buildPythonPackage rec { description = "Python API for the Frigidaire devices"; homepage = "https://github.com/bm1549/frigidaire"; changelog = "https://github.com/bm1549/frigidaire/releases/tag/${src.tag}"; - license = with licenses; [ mit ]; + license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }