]> Git Repo - buildroot-mgba.git/commitdiff
package/python-s3transfer: bump to version 0.6.0
authorRaphaël Mélotte <[email protected]>
Tue, 14 Jun 2022 19:03:24 +0000 (21:03 +0200)
committerThomas Petazzoni <[email protected]>
Fri, 22 Jul 2022 20:52:20 +0000 (22:52 +0200)
While at it, remove the md5 hash as there is already a sha256 hash.

Note that the checksum of the license changed, but the license is
still the same (the only change in the license file is the removal of
a blank line at the end of the file).

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

Signed-off-by: Raphaël Mélotte <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/python-s3transfer/python-s3transfer.hash
package/python-s3transfer/python-s3transfer.mk

index b8f4a57ab885562ace3a9fea0fe22c0b14edb707..16f0face72ba248d0209aff1a4efb9a9a3afc394 100644 (file)
@@ -1,5 +1,4 @@
-# md5, sha256 from https://pypi.org/pypi/s3transfer/json
-md5  9416d1c7d33506501a8627bb1f7baf66  s3transfer-0.5.0.tar.gz
-sha256  50ed823e1dc5868ad40c8dc92072f757aa0e653a192845c94a3b676f4a62da4c  s3transfer-0.5.0.tar.gz
+# sha256 from https://pypi.org/pypi/s3transfer/json
+sha256  2ed07d3866f523cc561bf4a00fc5535827981b117dd7876f036b0c1aca42c947  s3transfer-0.6.0.tar.gz
 # Locally computed sha256 checksums
-sha256  8c6db340475136df3c1201d458fa5755698eace76e510471ecc9d857d6083dac  LICENSE.txt
+sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt
index 8b8e02db575c67d4f86bbec3471b9c07ee452922..60a72da7295c5cd79f2670ab0b1a2c4546b5e8ba 100644 (file)
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_S3TRANSFER_VERSION = 0.5.0
+PYTHON_S3TRANSFER_VERSION = 0.6.0
 PYTHON_S3TRANSFER_SOURCE = s3transfer-$(PYTHON_S3TRANSFER_VERSION).tar.gz
-PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/88/ef/4d1b3f52ae20a7e72151fde5c9f254cd83f8a49047351f34006e517e1655
+PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/e1/eb/e57c93d5cd5edf8c1d124c831ef916601540db70acd96fa21fe60cef1365
 PYTHON_S3TRANSFER_SETUP_TYPE = setuptools
 PYTHON_S3TRANSFER_LICENSE = Apache-2.0
 PYTHON_S3TRANSFER_LICENSE_FILES = LICENSE.txt
This page took 0.04161 seconds and 4 git commands to generate.