package/python-s3transfer: bump to version 0.13.0

Changelog:
https://github.com/boto/s3transfer/blob/0.13.0/CHANGELOG.rst

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Raphaël Mélotte
2025-06-24 16:32:34 +02:00
committed by Julien Olivain
parent 602fb43d34
commit c0fb057a08
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 0e7bbc17a255568c93aea9dd52cb9d4b s3transfer-0.11.4.tar.gz
sha256 559f161658e1cf0a911f45940552c696735f5c74e64362e515f333ebed87d679 s3transfer-0.11.4.tar.gz
md5 ca53f7a7bf08141ffb72aa721d1f6d02 s3transfer-0.13.0.tar.gz
sha256 f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177 s3transfer-0.13.0.tar.gz
# Locally computed sha256 checksums
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.txt

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_S3TRANSFER_VERSION = 0.11.4
PYTHON_S3TRANSFER_VERSION = 0.13.0
PYTHON_S3TRANSFER_SOURCE = s3transfer-$(PYTHON_S3TRANSFER_VERSION).tar.gz
PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/0f/ec/aa1a215e5c126fe5decbee2e107468f51d9ce190b9763cb649f76bb45938
PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a
PYTHON_S3TRANSFER_SETUP_TYPE = setuptools
PYTHON_S3TRANSFER_LICENSE = Apache-2.0
PYTHON_S3TRANSFER_LICENSE_FILES = LICENSE.txt