python312Packages.python-glanceclient 4.4.0 -> 4.5.0 https://repology.org/project/python:python-glanceclient/versions attrpath: python312Packages.python-glanceclient 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/3zd0aaa5dmd40y4l2ab4hhw6xpdw8gg6-packages.json.drv building '/nix/store/3zd0aaa5dmd40y4l2ab4hhw6xpdw8gg6-packages.json.drv'... Going to be running update for following packages: - python3.12-python-glanceclient-4.4.0 Press Enter key to continue... Running update for: - python3.12-python-glanceclient-4.4.0: UPDATING ... - python3.12-python-glanceclient-4.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-glanceclient/default.nix b/pkgs/development/python-modules/python-glanceclient/default.nix index de8c5d000163..9fd1f21a083d 100644 --- a/pkgs/development/python-modules/python-glanceclient/default.nix +++ b/pkgs/development/python-modules/python-glanceclient/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "python-glanceclient"; - version = "4.4.0"; + version = "4.5.0"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-ejZuH/Zr23bmJ+7PfNQFO9lPNfo83GkNKa/0fpduBTI="; + hash = "sha256-ZGTE1be+S/4Tbhw6Px+9qMgkNTZgoDn6lnAJhNvVYuA="; }; postPatch = '' No auto update branch exists Old version 4.4.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , coreutils , pbr , prettytable , keystoneauth1 , requests , warlock , oslo-utils , oslo-i18n , wrapt , pyopenssl , pythonOlder , stestr , testscenarios , ddt , requests-mock }: buildPythonPackage rec { pname = "python-glanceclient"; version = "4.5.0"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-ZGTE1be+S/4Tbhw6Px+9qMgkNTZgoDn6lnAJhNvVYuA="; }; postPatch = '' substituteInPlace glanceclient/tests/unit/v1/test_shell.py \ --replace "/bin/echo" "${coreutils}/bin/echo" ''; propagatedBuildInputs = [ pbr prettytable keystoneauth1 requests warlock oslo-utils oslo-i18n wrapt pyopenssl ]; nativeCheckInputs = [ stestr testscenarios ddt requests-mock ]; checkPhase = '' stestr run ''; pythonImportsCheck = [ "glanceclient" ]; meta = with lib; { description = "Python bindings for the OpenStack Images API"; homepage = "https://github.com/openstack/python-glanceclient/"; license = licenses.asl20; maintainers = teams.openstack.members; }; }