python310Packages.oslo-utils 0 -> 1 attrpath: python310Packages.oslo-utils 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/9w2hvrnfw12wmaxb4d1dk6zpapv5lyz3-packages.json.drv building '/nix/store/9w2hvrnfw12wmaxb4d1dk6zpapv5lyz3-packages.json.drv'... Going to be running update for following packages: - python3.10-oslo-utils-6.0.1 Press Enter key to continue... Running update for: - python3.10-oslo-utils-6.0.1: UPDATING ... - python3.10-oslo-utils-6.0.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/oslo-utils/default.nix b/pkgs/development/python-modules/oslo-utils/default.nix index fe207cbd5c4..4d2c1e5754c 100644 --- a/pkgs/development/python-modules/oslo-utils/default.nix +++ b/pkgs/development/python-modules/oslo-utils/default.nix @@ -23,12 +23,12 @@ buildPythonPackage rec { pname = "oslo-utils"; - version = "6.0.1"; + version = "6.1.0"; src = fetchPypi { pname = "oslo.utils"; inherit version; - sha256 = "sha256-mwRU+ZQV0MqsXIYFNxbXRtGY7Oxm5nLY5eY4a2+6orY="; + sha256 = "sha256-drwBCNUKypcraP7IKY55G1+8vrmlGifGmGtBsKamLus="; }; postPatch = '' No auto update branch exists Old version 6.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , ddt , debtcollector , eventlet , fixtures , iso8601 , netaddr , netifaces , oslo-i18n , oslotest , packaging , pbr , pyparsing , pytz , stestr , testscenarios , pyyaml , iana-etc , libredirect }: buildPythonPackage rec { pname = "oslo-utils"; version = "6.1.0"; src = fetchPypi { pname = "oslo.utils"; inherit version; sha256 = "sha256-drwBCNUKypcraP7IKY55G1+8vrmlGifGmGtBsKamLus="; }; postPatch = '' # only a small portion of the listed packages are actually needed for running the tests # so instead of removing them one by one remove everything rm test-requirements.txt ''; nativeBuildInputs = [ pbr ]; propagatedBuildInputs = [ debtcollector iso8601 netaddr netifaces oslo-i18n packaging pyparsing pytz ]; checkInputs = [ ddt eventlet fixtures oslotest stestr testscenarios pyyaml ]; checkPhase = '' echo "nameserver 127.0.0.1" > resolv.conf export NIX_REDIRECTS=/etc/protocols=${iana-etc}/etc/protocols:/etc/resolv.conf=$(realpath resolv.conf) export LD_PRELOAD=${libredirect}/lib/libredirect.so stestr run ''; pythonImportsCheck = [ "oslo_utils" ]; meta = with lib; { description = "Oslo Utility library"; homepage = "https://github.com/openstack/oslo.utils"; license = licenses.asl20; maintainers = teams.openstack.members; }; }