package/python-botocore: bump version to 1.43.1

https://github.com/boto/botocore/blob/1.43.1/CHANGELOG.rst

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-05-01 14:29:53 +02:00
committed by Julien Olivain
parent 68cdf123d4
commit 7e98e745c4
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 5dede248bc91c7213fc8ffb42b76e318 botocore-1.42.68.tar.gz
sha256 3951c69e12ac871dda245f48dac5c7dd88ea1bfdd74a8879ec356cf2874b806a botocore-1.42.68.tar.gz
md5 6a8e7551f86c8701377928541b1a9f4b botocore-1.43.1.tar.gz
sha256 270d6357d662550fdb84973ec247e02bece0b6283d90bf37319c7753515336e4 botocore-1.43.1.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.42.68
PYTHON_BOTOCORE_VERSION = 1.43.1
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/3f/22/87502d5fbbfa8189406a617b30b1e2a3dc0ab2669f7268e91b385c1c1c7a
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/03/b7/416ae6f1461d6fec3b3aaffc4759371319c71a21f7ab4c3106ee574fda8d
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
PYTHON_BOTOCORE_LICENSE = Apache-2.0
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt tests/unit/auth/aws4_testsuite/LICENSE