[Buildroot] [PATCH 1/1] package/python-s3transfer: bump to version 0.5.0

Asaf Kahlon asafka7 at gmail.com
Mon Sep 27 19:51:36 UTC 2021


The package doesn't support python2 anymore.

Signed-off-by: Asaf Kahlon <asafka7 at gmail.com>
---
 package/python-s3transfer/Config.in              | 3 +--
 package/python-s3transfer/python-s3transfer.hash | 4 ++--
 package/python-s3transfer/python-s3transfer.mk   | 4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/package/python-s3transfer/Config.in b/package/python-s3transfer/Config.in
index 6587a5fe39..ad3a673938 100644
--- a/package/python-s3transfer/Config.in
+++ b/package/python-s3transfer/Config.in
@@ -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.
 
diff --git a/package/python-s3transfer/python-s3transfer.hash b/package/python-s3transfer/python-s3transfer.hash
index 496acc045c..b8f4a57ab8 100644
--- a/package/python-s3transfer/python-s3transfer.hash
+++ b/package/python-s3transfer/python-s3transfer.hash
@@ -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
diff --git a/package/python-s3transfer/python-s3transfer.mk b/package/python-s3transfer/python-s3transfer.mk
index 946be261a3..8b8e02db57 100644
--- a/package/python-s3transfer/python-s3transfer.mk
+++ b/package/python-s3transfer/python-s3transfer.mk
@@ -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
-- 
2.33.0



More information about the buildroot mailing list