mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-botocore: bump version to 1.42.14
https://github.com/boto/botocore/blob/1.42.14/CHANGELOG.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
eb918373c4
commit
67be39af91
@@ -1,6 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/botocore/json
|
||||
md5 ed7c48a9f7b0b422b71e6507ab14f957 botocore-1.42.5.tar.gz
|
||||
sha256 37bfc487f14286d9795920807fcb8318b940835b18fff6bec5253449f377136f botocore-1.42.5.tar.gz
|
||||
md5 5905039db132a93c73a18ad9e497bb43 botocore-1.42.14.tar.gz
|
||||
sha256 cf5bebb580803c6cfd9886902ca24834b42ecaa808da14fb8cd35ad523c9f621 botocore-1.42.14.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.txt
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 tests/unit/auth/aws4_testsuite/LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BOTOCORE_VERSION = 1.42.5
|
||||
PYTHON_BOTOCORE_VERSION = 1.42.14
|
||||
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
|
||||
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/8c/46/5b40b1deb780869ca9f0c1de47062a78a0494b53d6f9d6bad10fc38eef9d
|
||||
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/35/3f/50c56f093c2c6ce6de1f579726598db1cf9a9cccd3bf8693f73b1cf5e319
|
||||
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
|
||||
PYTHON_BOTOCORE_LICENSE = Apache-2.0
|
||||
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt tests/unit/auth/aws4_testsuite/LICENSE
|
||||
|
||||
Reference in New Issue
Block a user