python311Packages.cvss 0 -> 1 attrpath: python311Packages.cvss 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/gb1lv5dpxnxqfjf3blrfp7sb90fax2qk-packages.json.drv building '/nix/store/gb1lv5dpxnxqfjf3blrfp7sb90fax2qk-packages.json.drv'... Going to be running update for following packages: - python3.11-cvss-2.6 Press Enter key to continue... Running update for: - python3.11-cvss-2.6: UPDATING ... - python3.11-cvss-2.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cvss/default.nix b/pkgs/development/python-modules/cvss/default.nix index 140852cb98be..46ec999fd580 100644 --- a/pkgs/development/python-modules/cvss/default.nix +++ b/pkgs/development/python-modules/cvss/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "cvss"; - version = "2.6"; + version = "3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "RedHatProductSecurity"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-gD9MreJQPaxziy02Wt3BGFiIoQ/+pW3KqiNfNlTijJY="; + hash = "sha256-xrkWpE13Y4KgQEZjitWE3Ka+IyfShqE2cj0/yzsAnX4="; }; nativeCheckInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.cvss nix build failed. tests/test_cvss4.py:15: FileNotFoundError ____________________________ TestCVSS4.test_threat _____________________________ self = def test_threat(self): """ All vector combinations of threat fields, 6 vectors. """ > self.run_tests_from_file("vectors_threat4") tests/test_cvss4.py:56: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = test_name = 'vectors_threat4' def run_tests_from_file(self, test_name): > with open(path.join(WD, test_name)) as f: E FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/xbsrnrzlv658h5r85pkw6v17ns63wlnx-python3.11-pytest-7.4.3/lib/python3.11/site-packages/pytest/vectors_threat4' tests/test_cvss4.py:15: FileNotFoundError =========================== short test summary info ============================ FAILED tests/test_cvss4.py::TestCVSS4::test_base - FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/xbsrnrz... FAILED tests/test_cvss4.py::TestCVSS4::test_modified - FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/xbsrnrz... FAILED tests/test_cvss4.py::TestCVSS4::test_security - FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/xbsrnrz... FAILED tests/test_cvss4.py::TestCVSS4::test_supplemental - FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/xbsrnrz... FAILED tests/test_cvss4.py::TestCVSS4::test_threat - FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/xbsrnrz... ================= 5 failed, 28 passed, 17 deselected in 0.09s ================== /nix/store/v5irq7wvkr7kih0hhnch5nnv2dcq8c4f-stdenv-linux/setup: line 1557: pop_var_context: head of shell_variables not a function context