python312Packages.testfixtures 7.2.2 -> 8.0.0 https://repology.org/project/python:testfixtures/versions attrpath: python312Packages.testfixtures Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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] Going to be running update for following packages: - python3.12-testfixtures-7.2.2 Press Enter key to continue... Running update for: - python3.12-testfixtures-7.2.2: UPDATING ... - python3.12-testfixtures-7.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/testfixtures/default.nix b/pkgs/development/python-modules/testfixtures/default.nix index 911d1496165f..9a3f3eb54f25 100644 --- a/pkgs/development/python-modules/testfixtures/default.nix +++ b/pkgs/development/python-modules/testfixtures/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "testfixtures"; - version = "7.2.2"; + version = "8.0.0"; pyproject = true; # DO NOT CONTACT upstream. # https://github.com/simplistix/ is only concerned with internal CI process. @@ -27,7 +27,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-gHdK7LAklFgnWreD9TCT++dXlf8rMhjSLOP/8KEsTaY="; + hash = "sha256-uNYSBsdCZUVEPtrucUVTzY0tEgMnbGprNigqhmZ+bU4="; }; patches = [ No auto update branch exists Python package with too many package rebuilds 76 > 25