package/python-boto3: bump to version 1.28.78

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
James Hilliard 2023-11-04 20:15:52 -06:00 committed by Arnout Vandecappelle
parent 81c8c3a55d
commit 1e9f8273f0
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 212358fb8b9cbea44a63ab9185c628e8 boto3-1.26.115.tar.gz md5 12a1c0bb1e9ab692a1e33204a0da7f12 boto3-1.28.78.tar.gz
sha256 2272a060005bf8299f7342cbf1344304eb44b7060cddba6784f676e3bc737bb8 boto3-1.26.115.tar.gz sha256 aa970b1571321846543a6e615848352fe7621f1cb96b4454e919421924af95f7 boto3-1.28.78.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.26.115 PYTHON_BOTO3_VERSION = 1.28.78
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/78/a8/b07686bd9a56e2556708d562c6b8ade423f3cf4cb1b7c3cbc9ed6c24d022 PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/70/f7/da69e173dd5663775f114fad3827dcc49537e232e36266463ff70529f1a4
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