Merge pull request #301940 from fabaff/types-aiobotocore-bump

python311Packages.types-aiobotocore: 2.12.1 -> 2.12.2, python312Packages.types-aiobotocore-*: 2.12.1 -> 2.12.2
This commit is contained in:
Fabian Affolter 2024-04-06 09:33:12 +02:00 committed by GitHub
commit 0ed2fa29c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 355 additions and 357 deletions

View File

@ -2,7 +2,6 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, setuptools , setuptools
, wheel
, botocore-stubs , botocore-stubs
, typing-extensions , typing-extensions
, types-aiobotocore-accessanalyzer , types-aiobotocore-accessanalyzer
@ -364,20 +363,19 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "types-aiobotocore"; pname = "types-aiobotocore";
version = "2.12.1"; version = "2.12.2";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-pdPYBcAaqGnDwvgttfEUZv3GfUxebpqwTtVwk9p120c="; hash = "sha256-cpw68B9rX30QE+pbfSRV00wg05XZuKmSYNdJ53uo7+M=";
}; };
nativeBuildInputs = [ build-system = [
setuptools setuptools
wheel
]; ];
propagatedBuildInputs = [ dependencies = [
botocore-stubs botocore-stubs
typing-extensions typing-extensions
]; ];

View File

@ -1,11 +1,11 @@
#!/usr/bin/env nix-shell #!/usr/bin/env nix-shell
#!nix-shell -i bash -p nix-update #!nix-shell -i bash -p nix-update nixpkgs-fmt
set -eu -o pipefail set -eu -o pipefail
source_file=pkgs/development/python-modules/types-aiobotocore-packages/default.nix source_file=pkgs/development/python-modules/types-aiobotocore-packages/default.nix
version="2.12.1" version="2.12.2"
nix-update python311Packages.types-aiobotocore --commit --build nix-update python311Packages.types-aiobotocore --commit --build