From 1952c54ab6f3671099752a88e50399d6439ac4a3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 26 Oct 2025 20:16:52 +0000 Subject: [PATCH 1/2] python3Packages.cyclonedx-python-lib: 11.2.0 -> 11.4.0 --- .../python-modules/cyclonedx-python-lib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cyclonedx-python-lib/default.nix b/pkgs/development/python-modules/cyclonedx-python-lib/default.nix index 593485dbef97..53e8e075d1e4 100644 --- a/pkgs/development/python-modules/cyclonedx-python-lib/default.nix +++ b/pkgs/development/python-modules/cyclonedx-python-lib/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "cyclonedx-python-lib"; - version = "11.2.0"; + version = "11.4.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "CycloneDX"; repo = "cyclonedx-python-lib"; tag = "v${version}"; - hash = "sha256-HfHZKOae83ASym1MSlVb0+aVWpyziDgQEQxLzWMM/MQ="; + hash = "sha256-fCumFp9ubzCtTrO0r/R/OF83cc0v4XX5K/2vfxQrT84="; }; pythonRelaxDeps = [ "py-serializable" ]; From bfc0010652f64893e70954c94ad15744581ce0a9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 27 Oct 2025 10:38:19 +0100 Subject: [PATCH 2/2] python313Packages.cyclonedx-python-lib: remove disabled Removed dependency on pythonOlder and disabled condition for version 3.9. --- .../python-modules/cyclonedx-python-lib/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/cyclonedx-python-lib/default.nix b/pkgs/development/python-modules/cyclonedx-python-lib/default.nix index 53e8e075d1e4..e885e4da84ad 100644 --- a/pkgs/development/python-modules/cyclonedx-python-lib/default.nix +++ b/pkgs/development/python-modules/cyclonedx-python-lib/default.nix @@ -11,7 +11,6 @@ py-serializable, poetry-core, pytestCheckHook, - pythonOlder, requirements-parser, sortedcontainers, setuptools, @@ -26,8 +25,6 @@ buildPythonPackage rec { version = "11.4.0"; pyproject = true; - disabled = pythonOlder "3.9"; - src = fetchFromGitHub { owner = "CycloneDX"; repo = "cyclonedx-python-lib";