package/python-botocore: bump to version 1.31.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:18:14 -06:00 committed by Arnout Vandecappelle
parent 1e9f8273f0
commit 47e44900bf
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 efadef54dc1959898a42d4cae949572f botocore-1.31.20.tar.gz
sha256 485ef175cd011ebc965f4577d8cc02a226c46bd608dd2bb75ce6938328cff0fd botocore-1.31.20.tar.gz
md5 ee4f82382518e3af25b4ccfab38587d1 botocore-1.31.78.tar.gz
sha256 320c70bc412157813c2cf60217a592b4b345f8e97e4bf3b1ce49b6be69ed8965 botocore-1.31.78.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.31.20
PYTHON_BOTOCORE_VERSION = 1.31.78
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/f9/0d/ec24cb66b7651268462d5eb5d9d3c140a99f487db3ed58a45617991b11e8
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/84/a9/9c2752aa24c050323c37a9d2af6dec348889825b51db07fb7f1bb792e307
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
PYTHON_BOTOCORE_LICENSE = Apache-2.0
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt tests/unit/auth/aws4_testsuite/LICENSE