package/python-s3transfer: bump version to 0.14.0

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-10-13 19:55:03 +02:00
committed by Julien Olivain
parent 0cc7cc8b56
commit ce280de0ea
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 ca53f7a7bf08141ffb72aa721d1f6d02 s3transfer-0.13.0.tar.gz
sha256 f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177 s3transfer-0.13.0.tar.gz
md5 7ae51a57b7d5703ecf9d348b6f8a20ed s3transfer-0.14.0.tar.gz
sha256 eff12264e7c8b4985074ccce27a3b38a485bb7f7422cc8046fee9be4983e4125 s3transfer-0.14.0.tar.gz
# Locally computed sha256 checksums
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.txt

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_S3TRANSFER_VERSION = 0.13.0
PYTHON_S3TRANSFER_VERSION = 0.14.0
PYTHON_S3TRANSFER_SOURCE = s3transfer-$(PYTHON_S3TRANSFER_VERSION).tar.gz
PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a
PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/62/74/8d69dcb7a9efe8baa2046891735e5dfe433ad558ae23d9e3c14c633d1d58
PYTHON_S3TRANSFER_SETUP_TYPE = setuptools
PYTHON_S3TRANSFER_LICENSE = Apache-2.0
PYTHON_S3TRANSFER_LICENSE_FILES = LICENSE.txt