2022-12-11T18:07:55 python310Packages.httpcore 0 -> 1 2022-12-11T18:07:58 attrpath: python310Packages.httpcore 2022-12-11T18:07:58 Checking auto update branch... 2022-12-11T18:08:02 [version] 2022-12-11T18:08:02 [version] skipping because derivation has updateScript 2022-12-11T18:08:02 [rustCrateVersion] 2022-12-11T18:08:02 [rustCrateVersion] No cargoSha256 found 2022-12-11T18:08:02 [golangModuleVersion] 2022-12-11T18:08:02 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-11T18:08:02 [updateScript] 2022-12-11T18:08:05 [updateScript] Success 2022-12-11T18:08:05 [updateScript] this derivation will be built: /nix/store/347jspqsvv68s37q6m91hinnbad6j46j-packages.json.drv building '/nix/store/347jspqsvv68s37q6m91hinnbad6j46j-packages.json.drv'... Going to be running update for following packages: - python3.10-httpcore-0.15.0 Press Enter key to continue... Running update for: - python3.10-httpcore-0.15.0: UPDATING ... - python3.10-httpcore-0.15.0: DONE. Packages updated! 2022-12-11T18:08:05 2022-12-11T18:08:05 [quotedUrls] 2022-12-11T18:08:05 [quotedUrls] nothing found to replace 2022-12-11T18:08:05 Diff after rewrites: diff --git a/pkgs/development/python-modules/httpcore/default.nix b/pkgs/development/python-modules/httpcore/default.nix index 5016ece96f2..4f848dbefe2 100644 --- a/pkgs/development/python-modules/httpcore/default.nix +++ b/pkgs/development/python-modules/httpcore/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "httpcore"; - version = "0.15.0"; + version = "0.16.2"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -25,8 +25,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "encode"; repo = pname; - rev = version; - hash = "sha256-FF3Yzac9nkVcA5bHVOz2ymvOelSfJ0K6oU8UWpBDcmo="; + rev = "refs/tags/${version}"; + hash = "sha256-bwGZ/B0jlvc1BmXVTo7gMP6PJIQuCHclkHjKQCgMsyU="; }; postPatch = '' 2022-12-11T18:09:32 Python package with too many package rebuilds 936 > 25