2022-12-22T19:22:05 python310Packages.testfixtures 0 -> 1 2022-12-22T19:22:07 attrpath: python310Packages.testfixtures 2022-12-22T19:22:07 Checking auto update branch... 2022-12-22T19:22:12 [version] 2022-12-22T19:22:12 [version] skipping because derivation has updateScript 2022-12-22T19:22:12 [rustCrateVersion] 2022-12-22T19:22:12 [rustCrateVersion] No cargoSha256 found 2022-12-22T19:22:12 [golangModuleVersion] 2022-12-22T19:22:12 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-22T19:22:12 [updateScript] 2022-12-22T19:22:14 [updateScript] Success 2022-12-22T19:22:14 [updateScript] this derivation will be built: /nix/store/5z93cz5kw0db8pvd1q2fgx6kkldz0yfy-packages.json.drv building '/nix/store/5z93cz5kw0db8pvd1q2fgx6kkldz0yfy-packages.json.drv'... Going to be running update for following packages: - python3.10-testfixtures-7.0.0 Press Enter key to continue... Running update for: - python3.10-testfixtures-7.0.0: UPDATING ... - python3.10-testfixtures-7.0.0: DONE. Packages updated! 2022-12-22T19:22:14 2022-12-22T19:22:14 [quotedUrls] 2022-12-22T19:22:14 [quotedUrls] nothing found to replace 2022-12-22T19:22:14 Diff after rewrites: diff --git a/pkgs/development/python-modules/testfixtures/default.nix b/pkgs/development/python-modules/testfixtures/default.nix index 9f0de060d7d..f116d394b63 100644 --- a/pkgs/development/python-modules/testfixtures/default.nix +++ b/pkgs/development/python-modules/testfixtures/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "testfixtures"; - version = "7.0.0"; + version = "7.0.4"; format = "setuptools"; # DO NOT CONTACT upstream. # https://github.com/simplistix/ is only concerned with internal CI process. @@ -25,7 +25,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-jsrFowh5NFFkBZTZykLOibmHcR4eTJMShVMh7CH2zLQ="; + hash = "sha256-xSaqiXjBAC8FnxUsSt43WMShJBjfqyspdUrmIwyvPQQ="; }; checkInputs = [ 2022-12-22T19:23:45 Python package with too many package rebuilds 55 > 25