package/python-boto3: bump to version 1.18.48

The package doesn't support python2 anymore.

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:27 +03:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent c8ac8a8f67
commit 2abce12948
3 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_PYTHON_BOTO3
bool "python-boto3"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_BOTOCORE # runtime
select BR2_PACKAGE_PYTHON_JMESPATH # runtime
select BR2_PACKAGE_PYTHON_S3TRANSFER # runtime

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/boto3/json
md5 8cecdbf7ef6702837d7ddabaa3e39a89 boto3-1.16.50.tar.gz
sha256 4d502a842b81fdac4b950d3b88a5b9067ce118213b122b20f4192003cb067986 boto3-1.16.50.tar.gz
md5 0f37b054b9c14fe05a8194f85b122918 boto3-1.18.48.tar.gz
sha256 7b45b224442c479de4bc6e6e9cb0557b642fc7a77edc8702e393ccaa2e0aa128 boto3-1.18.48.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_BOTO3_VERSION = 1.16.50
PYTHON_BOTO3_VERSION = 1.18.48
PYTHON_BOTO3_SOURCE = boto3-$(PYTHON_BOTO3_VERSION).tar.gz
PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/c8/c6/b4d9547a493ac2837f296f4a004dff6e7136cf6750d181769b8a61d63813
PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/d4/1e/7d6bf1b92199121ec5c020868402b90ba1a4fef6941aafaff970a664d83a
PYTHON_BOTO3_SETUP_TYPE = setuptools
PYTHON_BOTO3_LICENSE = Apache-2.0
PYTHON_BOTO3_LICENSE_FILES = LICENSE