package/python-s3transfer: bump to version 0.5.0

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:36 +03:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 54790b1342
commit b95e903a2f
3 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,7 @@
config BR2_PACKAGE_PYTHON_S3TRANSFER
bool "python-s3transfer"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_BOTOCORE # runtime
# runtime, not needed for python3:
select BR2_PACKAGE_PYTHON_FUTURES if BR2_PACKAGE_PYTHON
help
An Amazon S3 Transfer Manager.

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/s3transfer/json
md5 e351d246498fca53e2ca2bf75c550d60 s3transfer-0.3.3.tar.gz
sha256 921a37e2aefc64145e7b73d50c71bb4f26f46e4c9f414dc648c6245ff92cf7db s3transfer-0.3.3.tar.gz
md5 9416d1c7d33506501a8627bb1f7baf66 s3transfer-0.5.0.tar.gz
sha256 50ed823e1dc5868ad40c8dc92072f757aa0e653a192845c94a3b676f4a62da4c s3transfer-0.5.0.tar.gz
# Locally computed sha256 checksums
sha256 8c6db340475136df3c1201d458fa5755698eace76e510471ecc9d857d6083dac LICENSE.txt

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_S3TRANSFER_VERSION = 0.3.3
PYTHON_S3TRANSFER_VERSION = 0.5.0
PYTHON_S3TRANSFER_SOURCE = s3transfer-$(PYTHON_S3TRANSFER_VERSION).tar.gz
PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/50/de/2b688c062107942486c81a739383b1432a72717d9a85a6a1a692f003c70c
PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/88/ef/4d1b3f52ae20a7e72151fde5c9f254cd83f8a49047351f34006e517e1655
PYTHON_S3TRANSFER_SETUP_TYPE = setuptools
PYTHON_S3TRANSFER_LICENSE = Apache-2.0
PYTHON_S3TRANSFER_LICENSE_FILES = LICENSE.txt