python311Packages.cyclonedx-python-lib 0 -> 1 attrpath: python311Packages.cyclonedx-python-lib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/58nhb7cv4f2a7lsls69m2vffcmwzmynk-packages.json.drv building '/nix/store/58nhb7cv4f2a7lsls69m2vffcmwzmynk-packages.json.drv'... Going to be running update for following packages: - python3.11-cyclonedx-python-lib-5.2.0 Press Enter key to continue... Running update for: - python3.11-cyclonedx-python-lib-5.2.0: UPDATING ... - python3.11-cyclonedx-python-lib-5.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cyclonedx-python-lib/default.nix b/pkgs/development/python-modules/cyclonedx-python-lib/default.nix index 097dc806e078..e4bd3686b161 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 = "5.2.0"; + version = "6.3.0"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "CycloneDX"; repo = "cyclonedx-python-lib"; rev = "refs/tags/v${version}"; - hash = "sha256-xgHS2QRzzn6pSremZ8gO4SZxD3qSea9oKDJv4Tk6+VQ="; + hash = "sha256-Q4mz6qNqR7lkZqb70COBkrXsv0+z5TEC149dnSpzhtI="; }; nativeBuildInputs = [ No auto update branch exists Old version 5.2.0" not present in master derivation file with contents: { lib , buildPythonPackage , ddt , fetchFromGitHub , importlib-metadata , jsonschema , license-expression , lxml , packageurl-python , py-serializable , pythonRelaxDepsHook , poetry-core , pytestCheckHook , pythonOlder , requirements-parser , sortedcontainers , setuptools , toml , types-setuptools , types-toml , xmldiff }: buildPythonPackage rec { pname = "cyclonedx-python-lib"; version = "6.3.0"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "CycloneDX"; repo = "cyclonedx-python-lib"; rev = "refs/tags/v${version}"; hash = "sha256-Q4mz6qNqR7lkZqb70COBkrXsv0+z5TEC149dnSpzhtI="; }; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ importlib-metadata license-expression packageurl-python requirements-parser setuptools sortedcontainers toml py-serializable types-setuptools types-toml ]; nativeCheckInputs = [ ddt jsonschema lxml pytestCheckHook xmldiff ]; pythonImportsCheck = [ "cyclonedx" ]; pythonRelaxDeps = [ "py-serializable" ]; preCheck = '' export PYTHONPATH=tests''${PYTHONPATH+:$PYTHONPATH} ''; pytestFlagsArray = [ "tests/" ]; disabledTests = [ # These tests require network access "test_bom_v1_3_with_metadata_component" "test_bom_v1_4_with_metadata_component" # AssertionError: