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

python312Packages.boto3-stubs: 1.34.140 -> 1.34.144, python312Packages.botocore-stubs: 1.34.140 -> 1.34.144
This commit is contained in:
Fabian Affolter 2024-07-14 08:54:19 +02:00 committed by GitHub
commit c7e9f8b020
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 6 deletions

View File

@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.140";
version = "1.34.144";
pyproject = true;
disabled = pythonOlder "3.7";
@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-P9z8kOsm6l25evHKn8nSHFDMiA2e4A56uRQKWZajYZ0=";
hash = "sha256-wZ0MQ4bsFg5sBlZ7lgtvfHZazE7UDwHzccjnoLUUUgs=";
};
build-system = [ setuptools ];

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.140";
version = "1.34.144";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-+JQtUBHe7h+7ILdVoUzi8O88qZzlcS5Mi3VoUAjb/mM=";
hash = "sha256-PrMltLGG6NjknUhc/jg/R4q4wH4PRpDl7pvLb6zuxK8=";
};
nativeBuildInputs = [ poetry-core ];

View File

@ -10,7 +10,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "aws-sam-cli";
version = "1.119.0";
version = "1.120.0";
pyproject = true;
disabled = python3.pythonOlder "3.8";
@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "aws";
repo = "aws-sam-cli";
rev = "refs/tags/v${version}";
hash = "sha256-0H1C2z01nwJtlSNjTCi2bH6ExBnmn8xNXD/jzYFxvCs=";
hash = "sha256-XFVh7e9ooIBhWRkVovPdrSuyosBMQ84PDRjV2o0x9ns=";
};
build-system = with python3.pkgs; [
@ -118,6 +118,9 @@ python3.pkgs.buildPythonApplication rec {
"tests/regression"
"tests/smoke"
"tests/unit/lib/telemetry"
"tests/unit/hook_packages/terraform/hooks/prepare/"
"tests/unit/lib/observability/cw_logs/"
"tests/unit/lib/build_module/"
# Disable flaky tests
"tests/unit/lib/samconfig/test_samconfig.py"
];