python310Packages.tempest 0 -> 1 attrpath: python310Packages.tempest 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nsir3xaahbsdq5iy9yjrsf10b480zr0i-packages.json.drv building '/nix/store/nsir3xaahbsdq5iy9yjrsf10b480zr0i-packages.json.drv'... Going to be running update for following packages: - python3.10-tempest-32.0.0 Press Enter key to continue... Running update for: - python3.10-tempest-32.0.0: UPDATING ... - python3.10-tempest-32.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/tempest/default.nix b/pkgs/development/python-modules/tempest/default.nix index 654c8a9e2ab..0e24cbc0345 100644 --- a/pkgs/development/python-modules/tempest/default.nix +++ b/pkgs/development/python-modules/tempest/default.nix @@ -28,11 +28,11 @@ buildPythonPackage rec { pname = "tempest"; - version = "32.0.0"; + version = "33.0.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-MPaGhT2H8Hzk29qylQru9Z6QaRrHM+9I7N5qhe9Wts4="; + sha256 = "sha256-aEtBAE3p+HVw/macwZtKo20mSJctrsIN7idqWe6Dvtc="; }; propagatedBuildInputs = [ No auto update branch exists Old version 32.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pbr , cliff , jsonschema , testtools , paramiko , netaddr , oslo-concurrency , oslo-config , oslo-log , stestr , oslo-serialization , oslo-utils , fixtures , pyyaml , subunit , stevedore , prettytable , urllib3 , debtcollector , hacking , oslotest , bash , python }: buildPythonPackage rec { pname = "tempest"; version = "33.0.0"; src = fetchPypi { inherit pname version; sha256 = "sha256-aEtBAE3p+HVw/macwZtKo20mSJctrsIN7idqWe6Dvtc="; }; propagatedBuildInputs = [ pbr cliff jsonschema testtools paramiko netaddr oslo-concurrency oslo-config oslo-log stestr oslo-serialization oslo-utils fixtures pyyaml subunit stevedore prettytable urllib3 debtcollector ]; checkInputs = [ stestr hacking oslotest ]; checkPhase = '' # Tests expect these applications available as such. mkdir -p bin export PATH="$PWD/bin:$PATH" printf '#!${bash}/bin/bash\nexec ${python.interpreter} -m tempest.cmd.main "$@"\n' > bin/tempest printf '#!${bash}/bin/bash\nexec ${python.interpreter} -m tempest.cmd.subunit_describe_calls "$@"\n' > bin/subunit-describe-calls chmod +x bin/* stestr --test-path tempest/tests run -e <(echo " tempest.tests.lib.cli.test_execute.TestExecute.test_execute_with_prefix ") ''; pythonImportsCheck = [ "tempest" ]; meta = with lib; { description = "An OpenStack integration test suite that runs against live OpenStack cluster and validates an OpenStack deployment"; homepage = "https://github.com/openstack/tempest"; license = licenses.asl20; maintainers = teams.openstack.members; }; }