From 6e0e40c92ef3ddceef827a86c7ff825c0c68143e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 3 Nov 2024 13:55:26 +0100 Subject: [PATCH 1/3] python312Packages.hishel: 0.0.33 -> 0.1.1 Diff: https://github.com/karpetrosyan/hishel/compare/refs/tags/0.0.33...0.1.1 Changelog: https://github.com/karpetrosyan/hishel/blob/0.1.1/CHANGELOG.md --- pkgs/development/python-modules/hishel/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hishel/default.nix b/pkgs/development/python-modules/hishel/default.nix index f997fba130ac..5d1c0ba0a67e 100644 --- a/pkgs/development/python-modules/hishel/default.nix +++ b/pkgs/development/python-modules/hishel/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "hishel"; - version = "0.0.33"; + version = "0.1.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "karpetrosyan"; repo = "hishel"; rev = "refs/tags/${version}"; - hash = "sha256-zi+13X7u2pk9w2EoYjfl3/Y8O5hHpA0wZx3sSv2vU6U="; + hash = "sha256-V8QiBnOz5l/vjTFf9gKjxth4YsGCYuADlbwiWc7VFds="; }; build-system = [ From a3b4688866b8fb15a995667374aa2b3beb588294 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 16 Nov 2024 09:05:58 +0100 Subject: [PATCH 2/3] python312Packages.hishel: update disabled --- pkgs/development/python-modules/hishel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/hishel/default.nix b/pkgs/development/python-modules/hishel/default.nix index 5d1c0ba0a67e..a2e079169e1e 100644 --- a/pkgs/development/python-modules/hishel/default.nix +++ b/pkgs/development/python-modules/hishel/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { version = "0.1.1"; pyproject = true; - disabled = pythonOlder "3.8"; + disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "karpetrosyan"; From 9204a583f5d6df2049b7243cf0ac7d4bfeb9af87 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 16 Nov 2024 10:13:54 +0100 Subject: [PATCH 3/3] pdm: relax hishel --- pkgs/by-name/pd/pdm/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/pd/pdm/package.nix b/pkgs/by-name/pd/pdm/package.nix index a7b7f26f17a9..b8b43dc9f7f3 100644 --- a/pkgs/by-name/pd/pdm/package.nix +++ b/pkgs/by-name/pd/pdm/package.nix @@ -22,6 +22,8 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-xgwIPHlTtmgCNN4R6/BJsqmI9hbA0wFAiq4YCa+r/UM="; }; + pythonRelaxDeps = [ "hishel" ]; + nativeBuildInputs = [ installShellFiles ]; build-system = with python3.pkgs; [