python311Packages.zipp 0 -> 1 attrpath: python311Packages.zipp 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/phnv8afdcy5fjzy97yhk9d99biwywqsv-packages.json.drv building '/nix/store/phnv8afdcy5fjzy97yhk9d99biwywqsv-packages.json.drv'... Going to be running update for following packages: - python3.11-zipp-3.17.0 Press Enter key to continue... Running update for: - python3.11-zipp-3.17.0: UPDATING ... - python3.11-zipp-3.17.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zipp/default.nix b/pkgs/development/python-modules/zipp/default.nix index 6555d172ce2e..9ddbd4b43313 100644 --- a/pkgs/development/python-modules/zipp/default.nix +++ b/pkgs/development/python-modules/zipp/default.nix @@ -9,14 +9,14 @@ let zipp = buildPythonPackage rec { pname = "zipp"; - version = "3.17.0"; + version = "3.18.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-hOZKHCjPfpHtIHi7jMjCWcsZt2lCCWyNe4SUdpDKuvA="; + hash = "sha256-KITtIufYlh3hyaBRQutpokfxICkbwCBqAKdkLwm1txU="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.17.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , func-timeout , jaraco-itertools , pythonOlder , setuptools-scm }: let zipp = buildPythonPackage rec { pname = "zipp"; version = "3.18.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-KITtIufYlh3hyaBRQutpokfxICkbwCBqAKdkLwm1txU="; }; nativeBuildInputs = [ setuptools-scm ]; # Prevent infinite recursion with pytest doCheck = false; nativeCheckInputs = [ func-timeout jaraco-itertools ]; pythonImportsCheck = [ "zipp" ]; passthru.tests = { check = zipp.overridePythonAttrs (_: { doCheck = true; }); }; meta = with lib; { description = "Pathlib-compatible object wrapper for zip files"; homepage = "https://github.com/jaraco/zipp"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }; in zipp