package/python-s3transfer: bump version to 0.17.0

https://github.com/boto/s3transfer/blob/0.17.0/CHANGELOG.rst

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-05-01 14:30:37 +02:00
committed by Julien Olivain
parent c15e473032
commit 136af2ee2e
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/s3transfer/json # md5, sha256 from https://pypi.org/pypi/s3transfer/json
md5 8be597569deb76004da45a021f05e0ea s3transfer-0.16.0.tar.gz md5 e85dd5bd00128d9f138db0d49ec24acd s3transfer-0.17.0.tar.gz
sha256 8e990f13268025792229cd52fa10cb7163744bf56e719e0b9cb925ab79abf920 s3transfer-0.16.0.tar.gz sha256 9edeb6d1c3c2f89d6050348548834ad8289610d886e5bf7b7207728bd43ce33a s3transfer-0.17.0.tar.gz
# Locally computed sha256 checksums # Locally computed sha256 checksums
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.txt sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.txt

View File

@@ -4,9 +4,9 @@
# #
################################################################################ ################################################################################
PYTHON_S3TRANSFER_VERSION = 0.16.0 PYTHON_S3TRANSFER_VERSION = 0.17.0
PYTHON_S3TRANSFER_SOURCE = s3transfer-$(PYTHON_S3TRANSFER_VERSION).tar.gz PYTHON_S3TRANSFER_SOURCE = s3transfer-$(PYTHON_S3TRANSFER_VERSION).tar.gz
PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/05/04/74127fc843314818edfa81b5540e26dd537353b123a4edc563109d8f17dd PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/9b/ec/7c692cde9125b77e84b307354d4fb705f98b8ccad59a036d5957ca75bfc3
PYTHON_S3TRANSFER_SETUP_TYPE = setuptools PYTHON_S3TRANSFER_SETUP_TYPE = setuptools
PYTHON_S3TRANSFER_LICENSE = Apache-2.0 PYTHON_S3TRANSFER_LICENSE = Apache-2.0
PYTHON_S3TRANSFER_LICENSE_FILES = LICENSE.txt PYTHON_S3TRANSFER_LICENSE_FILES = LICENSE.txt