package/python-boto3: bump version to 1.43.1

https://github.com/boto/boto3/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:52 +02:00
committed by Julien Olivain
parent ab7bd853fa
commit 68cdf123d4
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/boto3/json # md5, sha256 from https://pypi.org/pypi/boto3/json
md5 8e39cbbb73c8eb861e2d2d7a5107c3d2 boto3-1.42.68.tar.gz md5 8f6916a7e50632593cdf56b5fcdbd365 boto3-1.43.1.tar.gz
sha256 3f349f967ab38c23425626d130962bcb363e75f042734fe856ea8c5a00eef03c boto3-1.42.68.tar.gz sha256 9e4f85a7884797ff0f52c257094730ed228aaa07fa8134775ff8f86909cf4f2a boto3-1.43.1.tar.gz
# Locally computed sha256 checksums # Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE

View File

@@ -4,9 +4,9 @@
# #
################################################################################ ################################################################################
PYTHON_BOTO3_VERSION = 1.42.68 PYTHON_BOTO3_VERSION = 1.43.1
PYTHON_BOTO3_SOURCE = boto3-$(PYTHON_BOTO3_VERSION).tar.gz PYTHON_BOTO3_SOURCE = boto3-$(PYTHON_BOTO3_VERSION).tar.gz
PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/06/ae/60c642aa5413e560b671da825329f510b29a77274ed0f580bde77562294d PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/98/36/028c12ed6ed85009a21b5472eb76c27f9b0341c6986f06f83475b40aaf51
PYTHON_BOTO3_SETUP_TYPE = setuptools PYTHON_BOTO3_SETUP_TYPE = setuptools
PYTHON_BOTO3_LICENSE = Apache-2.0 PYTHON_BOTO3_LICENSE = Apache-2.0
PYTHON_BOTO3_LICENSE_FILES = LICENSE PYTHON_BOTO3_LICENSE_FILES = LICENSE