package/python-s3transfer: bump to version 0.10.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
James Hilliard 2024-01-10 22:35:48 -07:00 committed by Peter Korsgaard
parent 435f71ad2e
commit 63c571096f
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
# sha256 from https://pypi.org/pypi/s3transfer/json
sha256 2ed07d3866f523cc561bf4a00fc5535827981b117dd7876f036b0c1aca42c947 s3transfer-0.6.0.tar.gz
# md5, sha256 from https://pypi.org/pypi/s3transfer/json
md5 ba84e7c06bc1dcd3151c3d2132621cfc s3transfer-0.10.0.tar.gz
sha256 d0c8bbf672d5eebbe4e57945e23b972d963f07d82f661cabf678a5c88831595b s3transfer-0.10.0.tar.gz
# Locally computed sha256 checksums
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.txt

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_S3TRANSFER_VERSION = 0.6.0
PYTHON_S3TRANSFER_VERSION = 0.10.0
PYTHON_S3TRANSFER_SOURCE = s3transfer-$(PYTHON_S3TRANSFER_VERSION).tar.gz
PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/e1/eb/e57c93d5cd5edf8c1d124c831ef916601540db70acd96fa21fe60cef1365
PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/a0/b5/4c570b08cb85fdcc65037b5229e00412583bb38d974efecb7ec3495f40ba
PYTHON_S3TRANSFER_SETUP_TYPE = setuptools
PYTHON_S3TRANSFER_LICENSE = Apache-2.0
PYTHON_S3TRANSFER_LICENSE_FILES = LICENSE.txt