python312Packages.twine 4.0.2 -> 5.0.0 https://github.com/pypa/twine/releases attrpath: python312Packages.twine 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/sdsmdmwgwh5ivr0n90kvzdj4692fvd4p-packages.json.drv building '/nix/store/sdsmdmwgwh5ivr0n90kvzdj4692fvd4p-packages.json.drv'... Going to be running update for following packages: - python3.12-twine-4.0.2 Press Enter key to continue... Running update for: - python3.12-twine-4.0.2: UPDATING ... - python3.12-twine-4.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/twine/default.nix b/pkgs/development/python-modules/twine/default.nix index e656970ef627..6a44d2bf7fe4 100644 --- a/pkgs/development/python-modules/twine/default.nix +++ b/pkgs/development/python-modules/twine/default.nix @@ -16,13 +16,13 @@ buildPythonPackage rec { pname = "twine"; - version = "4.0.2"; + version = "5.0.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-nhAu9f3VogZh64j61GM4gGw70yzx23KWA/42l7G8g8g="; + hash = "sha256-ibDMfTcKS2ZCHMYQLyaaqRD+DxhhwST1c88t3tvBDPQ="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists Python package with too many package rebuilds 224 > 25