2022-12-30T15:40:46 python310Packages.boto3 0 -> 1 2022-12-30T15:40:49 attrpath: python310Packages.boto3 2022-12-30T15:40:49 Checking auto update branch... 2022-12-30T15:40:54 [version] 2022-12-30T15:40:54 [version] skipping because derivation has updateScript 2022-12-30T15:40:54 [rustCrateVersion] 2022-12-30T15:40:54 [rustCrateVersion] No cargoSha256 found 2022-12-30T15:40:54 [golangModuleVersion] 2022-12-30T15:40:54 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-30T15:40:54 [updateScript] 2022-12-30T15:40:55 [updateScript] Success 2022-12-30T15:40:55 [updateScript] this derivation will be built: /nix/store/11h5y2qm46zhj67zgfqhvzaq2xrwv78x-packages.json.drv building '/nix/store/11h5y2qm46zhj67zgfqhvzaq2xrwv78x-packages.json.drv'... Going to be running update for following packages: - python3.10-boto3-1.24.75 Press Enter key to continue... Running update for: - python3.10-boto3-1.24.75: UPDATING ... - python3.10-boto3-1.24.75: DONE. Packages updated! 2022-12-30T15:40:55 2022-12-30T15:40:55 [quotedUrls] 2022-12-30T15:40:55 [quotedUrls] nothing found to replace 2022-12-30T15:40:55 Diff after rewrites: diff --git a/pkgs/development/python-modules/boto3/default.nix b/pkgs/development/python-modules/boto3/default.nix index 698f252909e..a01f109abb3 100644 --- a/pkgs/development/python-modules/boto3/default.nix +++ b/pkgs/development/python-modules/boto3/default.nix @@ -13,11 +13,11 @@ buildPythonPackage rec { pname = "boto3"; - version = "1.24.75"; # N.B: if you change this, change botocore and awscli to a matching version + version = "1.26.40"; # N.B: if you change this, change botocore and awscli to a matching version src = fetchPypi { inherit pname version; - sha256 = "sha256-e/oiQt+bH6c+F/TX959rIlYPVdXaLifleOWF725LFKc="; + sha256 = "sha256-989Gzkj3ISt3nQ85v5xM1OhTtiV/WNYtKVfPxsDL57A="; }; propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ]; 2022-12-30T15:42:23 Python package with too many package rebuilds 910 > 25