2022-12-18T03:59:36 python310Packages.boto3 0 -> 1 2022-12-18T03:59:38 attrpath: python310Packages.boto3 2022-12-18T03:59:38 Checking auto update branch... 2022-12-18T03:59:43 [version] 2022-12-18T03:59:43 [version] skipping because derivation has updateScript 2022-12-18T03:59:43 [rustCrateVersion] 2022-12-18T03:59:43 [rustCrateVersion] No cargoSha256 found 2022-12-18T03:59:43 [golangModuleVersion] 2022-12-18T03:59:43 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-18T03:59:43 [updateScript] 2022-12-18T03:59:44 [updateScript] Success 2022-12-18T03:59:44 [updateScript] this derivation will be built: /nix/store/vgwjvc3ixjp6wpyv0814pz69ng3iiy1i-packages.json.drv building '/nix/store/vgwjvc3ixjp6wpyv0814pz69ng3iiy1i-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-18T03:59:44 2022-12-18T03:59:44 [quotedUrls] 2022-12-18T03:59:44 [quotedUrls] nothing found to replace 2022-12-18T03:59:45 Diff after rewrites: diff --git a/pkgs/development/python-modules/boto3/default.nix b/pkgs/development/python-modules/boto3/default.nix index 698f252909e..1c8e53207c9 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.32"; # 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-4NYhUxOwPwmpo47MyIwdO6mGi8quuLIO622I/DAYuU0="; }; propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ]; 2022-12-18T04:01:15 Python package with too many package rebuilds 909 > 25