From 1ac094d012ece0621f62dae37916cbc730b25cbc Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Thu, 20 Jul 2023 17:52:12 +0800 Subject: [PATCH] python-s3transfer: Update to 0.6.1, update dependencies Signed-off-by: Jeffery To --- lang/python/python-s3transfer/Makefile | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/lang/python/python-s3transfer/Makefile b/lang/python/python-s3transfer/Makefile index a6e04f9f1f..39aa803ef4 100644 --- a/lang/python/python-s3transfer/Makefile +++ b/lang/python/python-s3transfer/Makefile @@ -1,14 +1,15 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=s3transfer -PKG_VERSION:=0.2.0 -PKG_RELEASE:=2 +PKG_NAME:=python-s3transfer +PKG_VERSION:=0.6.1 +PKG_RELEASE:=1 -PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=f23d5cb7d862b104401d9021fc82e5fa0e0cf57b7660a1331425aab0c691d021 +PYPI_NAME:=s3transfer +PKG_HASH:=640bb492711f4c0c0905e1f62b6aaeb771881935ad27884852411f8e9cacbca9 PKG_MAINTAINER:=Daniel Danzberger -PKG_LICENSE:=MIT +PKG_LICENSE:=Apache-2.0 +PKG_LICENSE_FILES:=LICENSE.txt include ../pypi.mk include $(INCLUDE_DIR)/package.mk @@ -18,10 +19,12 @@ define Package/python3-s3transfer SECTION:=lang CATEGORY:=Languages SUBMENU:=Python - TITLE:=s3transfer + TITLE:=Amazon S3 Transfer Manager URL:=https://github.com/boto/s3transfer DEPENDS:= \ - +python3 \ + +python3-light \ + +python3-logging \ + +python3-multiprocessing \ +python3-botocore endef