Merge pull request #313488 from dbalan/boto-1.34.109

boto,botocore:  1.34.58 -> 1.34.109; awscli 1.32.58 -> 1.32.109
This commit is contained in:
OTABI Tomoya 2024-05-22 21:21:49 +09:00 committed by GitHub
commit 26b709ac20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "boto3";
version = "1.34.58"; # N.B: if you change this, change botocore and awscli to a matching version
inherit (botocore) version; # N.B: botocore, boto3, awscli needs to be updated in lockstep, bump botocore version for updating these.
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "boto";
repo = "boto3";
rev = "refs/tags/${version}";
hash = "sha256-2L4pHjrDoy7dPZm0nx+NXZV/K3ZVx7FrNGYZTMrwAs4=";
hash = "sha256-1qnWJjYsDc70VkHYbKt0X26f0f4TugqMiS1FeaPjhq4=";
};
nativeBuildInputs = [

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.34.87"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.34.109"; # N.B: if you change this, change boto3 and awscli to a matching version
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-o6TYV/CUHZih5c6M1kw5BiJx/qC+TZ89DWr/bLWBI7k=";
hash = "sha256-gEghJSWXgh9yI8s7/KKipROuC7mnHo4iYFr/aGbhPnE=";
};
pythonRelaxDeps = [

View File

@ -20,7 +20,7 @@ let
src = fetchPypi {
inherit pname version;
hash = "sha256-GPcXkl2H0XNaeqt2/qD5+KvW23dRB0X+zLWo9hLigQM=";
hash = "sha256-96hFvXs3Fcvad+PBEpS9RFMJkcD1qHqfQ+8gtVfEbnc=";
};
nativeBuildInputs = [