python311Packages.python-openstackclient 6.3.0 -> 6.4.0 https://repology.org/project/python:python-openstackclient/versions attrpath: python311Packages.python-openstackclient 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/8zk7z461w4fm9sda8bwxyhr9vqaqwx0p-packages.json.drv building '/nix/store/8zk7z461w4fm9sda8bwxyhr9vqaqwx0p-packages.json.drv'... Going to be running update for following packages: - python3.11-python-openstackclient-6.3.0 Press Enter key to continue... Running update for: - python3.11-python-openstackclient-6.3.0: UPDATING ... - python3.11-python-openstackclient-6.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index 670fdaad51c8..5efec4e8d712 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -16,12 +16,12 @@ buildPythonPackage rec { pname = "python-openstackclient"; - version = "6.3.0"; + version = "6.4.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-m6C9+NAwh+WFtAqNzEKc673V/ewkwdYKECv58zEyDfE="; + hash = "sha256-DGq0AWjqUf7WiBmqJR+CU96aYdrMlt0bZHOfGJ/CGD8="; }; nativeBuildInputs = [ 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.python-openstackclient nix build failed. Failed to import test module: openstackclient.tests.unit.volume.v2.test_volume Traceback (most recent call last): File "/nix/store/5k91mg4qjylxbfvrv748smfh51ppjq0g-python3-3.11.6/lib/python3.11/unittest/loader.py", line 419, in _find_test_path module = self._get_module_from_name(name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/5k91mg4qjylxbfvrv748smfh51ppjq0g-python3-3.11.6/lib/python3.11/unittest/loader.py", line 362, in _get_module_from_name __import__(name) File "/build/python-openstackclient-6.4.0/openstackclient/tests/unit/volume/v2/test_volume.py", line 25, in from openstackclient.tests.unit.image.v2 import fakes as image_fakes File "/build/python-openstackclient-6.4.0/openstackclient/tests/unit/image/v2/fakes.py", line 25, in from openstack.image.v2 import metadef_property ImportError: cannot import name 'metadef_property' from 'openstack.image.v2' (/nix/store/s9wdji07zbrjv9angb252sa2ajzrc6xd-python3.11-openstacksdk-1.5.0/lib/python3.11/site-packages/openstack/image/v2/__init__.py) Failed to import test module: openstackclient.tests.unit.volume.v3.test_volume_attachment Traceback (most recent call last): File "/nix/store/5k91mg4qjylxbfvrv748smfh51ppjq0g-python3-3.11.6/lib/python3.11/unittest/loader.py", line 419, in _find_test_path module = self._get_module_from_name(name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/5k91mg4qjylxbfvrv748smfh51ppjq0g-python3-3.11.6/lib/python3.11/unittest/loader.py", line 362, in _get_module_from_name __import__(name) File "/build/python-openstackclient-6.4.0/openstackclient/tests/unit/volume/v3/test_volume_attachment.py", line 17, in from openstackclient.tests.unit.compute.v2 import fakes as compute_fakes File "/build/python-openstackclient-6.4.0/openstackclient/tests/unit/compute/v2/fakes.py", line 42, in from openstackclient.tests.unit.image.v2 import fakes as image_fakes File "/build/python-openstackclient-6.4.0/openstackclient/tests/unit/image/v2/fakes.py", line 25, in from openstack.image.v2 import metadef_property ImportError: cannot import name 'metadef_property' from 'openstack.image.v2' (/nix/store/s9wdji07zbrjv9angb252sa2ajzrc6xd-python3.11-openstacksdk-1.5.0/lib/python3.11/site-packages/openstack/image/v2/__init__.py) ================================================================================ The above traceback was encountered during test discovery which imports all the found test modules in the specified test_path.