package/python-botocore: bump to version 1.29.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2022-11-02 13:03:58 -06:00 committed by Thomas Petazzoni
parent 448e701daa
commit 7e07b8caed
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
# sha256 from https://pypi.org/pypi/botocore/json
sha256 db6667b8dfd175d16187653942cd91dd1f0cf36adc0ea9d7a0805ba4d2a3321f botocore-1.27.8.tar.gz
# md5, sha256 from https://pypi.org/pypi/botocore/json
md5 fae1e9ad89e12436ef65b8208febdc3e botocore-1.29.0.tar.gz
sha256 f25dc0827005f81abf4b890a20c71f64ee40ea9e9795df38a242fdeed79e0a89 botocore-1.29.0.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.txt

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_BOTOCORE_VERSION = 1.27.8
PYTHON_BOTOCORE_VERSION = 1.29.0
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/d1/b0/ea92703bbbf82353d571636fe6697b162c3881576986d6474119d03fce53
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/0a/95/8f31139077187f2da9132d7547979262376e19056d99c7cf6278431a53de
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
PYTHON_BOTOCORE_LICENSE = Apache-2.0
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt