package: python-botocore: bump to 1.29.115

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Raphaël Mélotte 2023-04-18 11:43:15 +02:00 committed by Yann E. MORIN
parent 9acc0c4e99
commit 436f9966ce
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/botocore/json
md5 c608709a5cf3e67442f4254a34d1faab botocore-1.29.96.tar.gz
sha256 b9781108810e33f8406942c3e3aab748650c59d5cddb7c9d323f4e2682e7b0b6 botocore-1.29.96.tar.gz
md5 805e638c353c532c2af7a7538d5bd4d6 botocore-1.29.115.tar.gz
sha256 58eee8cf8f4f3e515df29f6dc535dd86ed3f4cea40999c5bc74640ff40bdc71f botocore-1.29.115.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.txt
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 tests/unit/auth/aws4_testsuite/LICENSE

View File

@ -4,11 +4,11 @@
#
################################################################################
PYTHON_BOTOCORE_VERSION = 1.29.96
PYTHON_BOTOCORE_VERSION = 1.29.115
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/2d/b5/4a986aeb4e3d182f7ef116705962d3c98c0263beaf87c49836b7dfb91837
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/9e/00/4560081a431aaa14c2257040d43f56c2ccba816d8bce3b8e1577a19f4076
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
PYTHON_BOTOCORE_LICENSE = Apache-2.0
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt tests/unit/auth/aws4_testsuite/LICENSE
$(eval $(python-package))