python3-six: Update to version 1.16.0 and python3.10

- 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>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Adolf Belka
2022-01-24 17:16:26 +01:00
committed by Peter Müller
parent 8b5b4dbe46
commit f197297c6c
2 changed files with 9 additions and 9 deletions

View 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)