python-s3transfer: Update to 0.6.1, update dependencies

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-07-20 17:52:12 +08:00 committed by Rosen Penev
parent 3d83c5c8d6
commit 1ac094d012
1 changed files with 11 additions and 8 deletions

View File

@ -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 <daniel@dd-wrt.com>
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