package/python-botocore: bump to version 1.21.48

* The package doesn't support python2 anymore.
* Sort select alphabetically.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Asaf Kahlon 2021-09-27 22:51:28 +03:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 2abce12948
commit 8298e285dd
3 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,8 @@
config BR2_PACKAGE_PYTHON_BOTOCORE
bool "python-botocore"
select BR2_PACKAGE_PYTHON_JMESPATH # runtime
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
select BR2_PACKAGE_PYTHON_JMESPATH # runtime
select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
help
Low-level, data-driven core of boto 3.

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/botocore/json
md5 870be84c9b418430ad9d0cb5640e76ef botocore-1.12.210.tar.gz
sha256 b954c596f8bdf31d5fdf1eff8a2296bde8094e1e22961a79b83bb62ddeba8a49 botocore-1.19.48.tar.gz
md5 31ec9358b9b92d2d7cdba7fa448c4eed botocore-1.21.48.tar.gz
sha256 2c25a76f09223b2f00ad578df34492b7b84cd4828fc90c08ccbdd1d70abbd7eb botocore-1.21.48.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.txt

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_BOTOCORE_VERSION = 1.19.48
PYTHON_BOTOCORE_VERSION = 1.21.48
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/35/73/c6fe3fafb74cc86a2a9ddf565a2b8956777e668c6248927e6d76b66f61a4
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/24/53/2d383e61b24637197ba213eb7891230b8d2a7f6ac8c44153943b4a760991
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
PYTHON_BOTOCORE_LICENSE = Apache-2.0
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt