package/python-botocore: bump to version 1.35.57

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2024-11-09 10:03:56 -07:00 committed by Thomas Petazzoni
parent 166810dc5c
commit a509c61c62
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/botocore/json
md5 41a22a0b48a9f4a90f5333fd64bfcb34 botocore-1.35.53.tar.gz
sha256 e610ae076ad1eaed5680d3990493659bbabdffd67b15c61d8373a23e4bc41062 botocore-1.35.53.tar.gz
md5 d317006e6032155bfd46a949cddbac72 botocore-1.35.57.tar.gz
sha256 d96306558085baf0bcb3b022d7a8c39c93494f031edb376694d2b2dcd0e81327 botocore-1.35.57.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.txt
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 tests/unit/auth/aws4_testsuite/LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_BOTOCORE_VERSION = 1.35.53
PYTHON_BOTOCORE_VERSION = 1.35.57
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/48/c9/d5a1f5ad4024eda0d5d1b4103d28085c13cf42ca377fc141f7df4ad1cec9
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/61/17/65b0a3bb507b19a7a1c6cc7c63e374906891798986f0ba2b6ad174ece86a
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
PYTHON_BOTOCORE_LICENSE = Apache-2.0
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt tests/unit/auth/aws4_testsuite/LICENSE