mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
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:
committed by
Peter Müller
parent
8b5b4dbe46
commit
f197297c6c
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user