python310Packages.python-manilaclient 0 -> 1 attrpath: python310Packages.python-manilaclient 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/4jk1m5vvm9qzp6zs2c3cx98dmkp8lcqq-packages.json.drv building '/nix/store/4jk1m5vvm9qzp6zs2c3cx98dmkp8lcqq-packages.json.drv'... Going to be running update for following packages: - python3.10-python-manilaclient-4.6.0 Press Enter key to continue... Running update for: - python3.10-python-manilaclient-4.6.0: UPDATING ... - python3.10-python-manilaclient-4.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-manilaclient/default.nix b/pkgs/development/python-modules/python-manilaclient/default.nix index 60be5e80c8c7..3a6648373fb1 100644 --- a/pkgs/development/python-modules/python-manilaclient/default.nix +++ b/pkgs/development/python-modules/python-manilaclient/default.nix @@ -22,12 +22,12 @@ buildPythonPackage rec { pname = "python-manilaclient"; - version = "4.6.0"; + version = "4.7.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-JFdpPX2lVSGN/jVsKMOOKrPm51fwpD476TnQo/0AYWQ="; + hash = "sha256-blkE+pLzZQ8BCHAmk6yNjzqbBAlK2ab1FySGFB/kN2c="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.6.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , installShellFiles , pbr , openstackdocstheme , oslo-config , oslo-log , oslo-serialization , oslo-utils , prettytable , requests , simplejson , sphinx , sphinxcontrib-programoutput , babel , osc-lib , python-keystoneclient , debtcollector , callPackage }: buildPythonPackage rec { pname = "python-manilaclient"; version = "4.7.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-blkE+pLzZQ8BCHAmk6yNjzqbBAlK2ab1FySGFB/kN2c="; }; nativeBuildInputs = [ installShellFiles openstackdocstheme sphinx sphinxcontrib-programoutput ]; propagatedBuildInputs = [ pbr oslo-config oslo-log oslo-serialization oslo-utils prettytable requests simplejson babel osc-lib python-keystoneclient debtcollector ]; postInstall = '' export PATH=$out/bin:$PATH sphinx-build -a -E -d doc/build/doctrees -b man doc/source doc/build/man installManPage doc/build/man/python-manilaclient.1 ''; # Checks moved to 'passthru.tests' to workaround infinite recursion doCheck = false; passthru.tests = { tests = callPackage ./tests.nix { }; }; pythonImportsCheck = [ "manilaclient" ]; meta = with lib; { description = "Client library for OpenStack Manila API"; homepage = "https://github.com/openstack/python-manilaclient"; license = licenses.asl20; maintainers = teams.openstack.members; }; }