]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
python3-six: Update to version 1.16.0 and python3.10
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 20 Jan 2022 13:01:50 +0000 (14:01 +0100)
committerAdolf Belka <adolf.belka@ipfire.org>
Thu, 20 Jan 2022 13:01:50 +0000 (14:01 +0100)
- Update from 1.14.0 to 1.16.0
- Update of rootfile
- Changelog
1.16.0
- Pull request #343, issue #341, pull request #349: Port _SixMetaPathImporter to
  Python 3.10.
1.15.0
- Pull request #331: Optimize `six.ensure_str` and `six.ensure_binary`.

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

index 0801d36daf89f11bc24e8f93a7f0d0ac2f4e8b6f..3c14469321d01e367ad9d32b50d00f2d8661ef97 100644 (file)
@@ -1,6 +1,6 @@
-#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info
-#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info/PKG-INFO
-#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info/SOURCES.txt
-#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info/dependency_links.txt
-#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info/top_level.txt
-usr/lib/python3.8/site-packages/six.py
+#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info
+#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info/PKG-INFO
+#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info/SOURCES.txt
+#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info/dependency_links.txt
+#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info/top_level.txt
+usr/lib/python3.10/site-packages/six.py
index 9d467f27353490e95e13cc08fb0a1c8552d76ba7..e1c4a36d7f60ca5c32c46873867aa478e119b777 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.14.0
+VER        = 1.16.0
 
 THISAPP    = six-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-six
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 21674588a57e649d1a6d977ec3122140
+$(DL_FILE)_MD5 = a7c927740e4964dd29b72cebfc1429bb
 
 install : $(TARGET)