python-boto3: Update to 1.28.7, update dependencies

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

View File

@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=boto3 PKG_NAME:=python-boto3
PKG_VERSION:=1.9.135 PKG_VERSION:=1.28.7
PKG_RELEASE:=2 PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME) PYPI_NAME:=boto3
PKG_HASH:=5e5805992e873e5687b5ef3b4c56c386ccb4df1c3364f8b8601d289e2f275be1 PKG_HASH:=ef6a465d3b25b89bcd00ff69675b33917166145e544735dcb9978091f5b0b752
PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com> PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com>
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0
@ -19,17 +19,21 @@ define Package/python3-boto3
SUBMENU:=Python SUBMENU:=Python
SECTION:=lang SECTION:=lang
CATEGORY:=Languages CATEGORY:=Languages
TITLE:=AWS SDK for Python (Boto3) TITLE:=AWS SDK
URL:=https://aws.amazon.com/sdk-for-python/ URL:=https://github.com/boto/boto3
DEPENDS:=+python3 \ DEPENDS:= \
+python3-jmespath \ +python3-light \
+python3-decimal \
+python3-logging \
+python3-botocore \ +python3-botocore \
+python3-jmespath \
+python3-s3transfer +python3-s3transfer
endef endef
define Package/python3-boto3/description define Package/python3-boto3/description
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK)
which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2. for Python, which allows Python developers to write software that makes
use of services like Amazon S3 and Amazon EC2.
endef endef
$(eval $(call Py3Package,python3-boto3)) $(eval $(call Py3Package,python3-boto3))