Merge pull request #319484 from fabaff/boto3-stubs-bump

python312Packages.boto3-stubs: 1.34.124 -> 1.34.125, python312Packages.botocore-stubs: 1.34.124 -> 1.34.125
This commit is contained in:
Fabian Affolter 2024-06-15 08:21:54 +02:00 committed by GitHub
commit 2d5864c490
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 7 deletions

View File

@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.124";
version = "1.34.127";
pyproject = true;
disabled = pythonOlder "3.7";
@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-X+092AtE6I/k6MLyFiBVGJRGNty8vSgG0E4NGVN68Ws=";
hash = "sha256-D1r5bttxHpNs8zDHket919cptFZJADyRUsvq7SvZCFo=";
};
build-system = [ setuptools ];

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.124";
version = "1.34.127";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-naShit9yT/YXT0/TaEwb4bFhe8fdWPSsBPghiY1SuX8=";
hash = "sha256-94VD/pPCFjRFgJDYXM5o7dDJlPh6YV/G6Rr00m6WcX8=";
};
nativeBuildInputs = [ poetry-core ];

View File

@ -10,7 +10,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "aws-sam-cli";
version = "1.117.0";
version = "1.119.0";
pyproject = true;
disabled = python3.pythonOlder "3.8";
@ -19,14 +19,17 @@ python3.pkgs.buildPythonApplication rec {
owner = "aws";
repo = "aws-sam-cli";
rev = "refs/tags/v${version}";
hash = "sha256-EXwR1bOaz2//pP3evOWF3XPUgIzbSEYqW4djyPkX8nQ=";
hash = "sha256-0H1C2z01nwJtlSNjTCi2bH6ExBnmn8xNXD/jzYFxvCs=";
};
build-system = with python3.pkgs; [
pythonRelaxDepsHook
setuptools
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"aws-lambda-builders"
"aws-sam-translator"
@ -36,10 +39,12 @@ python3.pkgs.buildPythonApplication rec {
"docker"
"jsonschema"
"pyopenssl"
"requests"
"rich"
"ruamel-yaml"
"tomlkit"
"tzlocal"
"watchdog"
];
dependencies = with python3.pkgs; [