]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
python3-s3transfer: Update to version 0.5.2
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 10 Apr 2022 11:18:13 +0000 (13:18 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 18 Apr 2022 21:10:09 +0000 (21:10 +0000)
- Update from 0.5.0 to 0.5.2
- Update of rootfile
- Changelog
   There is no changelog in the source tarball or in PyPi or in the github repository.
    To see the changes you have to read through the individual commits in the github
    repository.
   https://github.com/boto/s3transfer/commits/develop

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
config/rootfiles/packages/python3-s3transfer
lfs/python3-s3transfer

index 07e2def398691fc23d7f0c4734a699601bd95d71..6723f34984387cae47beafb0696ab2916304ee00 100644 (file)
@@ -1,10 +1,10 @@
 #usr/lib/python3.10/site-packages/s3transfer
-#usr/lib/python3.10/site-packages/s3transfer-0.5.0-py3.10.egg-info
-#usr/lib/python3.10/site-packages/s3transfer-0.5.0-py3.10.egg-info/PKG-INFO
-#usr/lib/python3.10/site-packages/s3transfer-0.5.0-py3.10.egg-info/SOURCES.txt
-#usr/lib/python3.10/site-packages/s3transfer-0.5.0-py3.10.egg-info/dependency_links.txt
-#usr/lib/python3.10/site-packages/s3transfer-0.5.0-py3.10.egg-info/requires.txt
-#usr/lib/python3.10/site-packages/s3transfer-0.5.0-py3.10.egg-info/top_level.txt
+#usr/lib/python3.10/site-packages/s3transfer-0.5.2-py3.10.egg-info
+#usr/lib/python3.10/site-packages/s3transfer-0.5.2-py3.10.egg-info/PKG-INFO
+#usr/lib/python3.10/site-packages/s3transfer-0.5.2-py3.10.egg-info/SOURCES.txt
+#usr/lib/python3.10/site-packages/s3transfer-0.5.2-py3.10.egg-info/dependency_links.txt
+#usr/lib/python3.10/site-packages/s3transfer-0.5.2-py3.10.egg-info/requires.txt
+#usr/lib/python3.10/site-packages/s3transfer-0.5.2-py3.10.egg-info/top_level.txt
 usr/lib/python3.10/site-packages/s3transfer/__init__.py
 usr/lib/python3.10/site-packages/s3transfer/bandwidth.py
 usr/lib/python3.10/site-packages/s3transfer/compat.py
index a8b2e459bea16bd2634d089b0ec0414eddbbaf6a..3c18becc265027824624c83b9c6420cc3cc45ac0 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.5.0
+VER        = 0.5.2
 SUMMARY    = Python S3 transfer manager
 
 THISAPP    = s3transfer-$(VER)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-s3transfer
-PAK_VER    = 4
+PAK_VER    = 5
 
 DEPS       =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 2ce9235fbffc4c42682345873becac6f0d574ac44de523e10178bf7d115b261acbd1753b1a41ca301b72fa96a6a93314572fe12ea4d286a325a0a36e3cf56b36
+$(DL_FILE)_BLAKE2 = 55adab89ca04a9ed1f0195237cab55f97769a8f865e645437df6d95effcf1a27a734f1577daa981261123b681044b540ebbb876e1a8a3b4cf1cf4e5018f2c213
 
 install : $(TARGET)