Message ID | 20220124161656.71960-6-adolf.belka@ipfire.org |
---|---|
State | Accepted |
Commit | f197297c6c0508d16765a45cb713738081d8f3c5 |
Headers | show |
Series | [01/35] python3: Update to version 3.10.1 | expand |
Reviewed-by: Peter Müller <peter.mueller@ipfire.org> > - 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 | 12 ++++++------ > lfs/python3-six | 6 +++--- > 2 files changed, 9 insertions(+), 9 deletions(-) > > diff --git a/config/rootfiles/packages/python3-six b/config/rootfiles/packages/python3-six > index 0801d36da..3c1446932 100644 > --- a/config/rootfiles/packages/python3-six > +++ b/config/rootfiles/packages/python3-six > @@ -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 > diff --git a/lfs/python3-six b/lfs/python3-six > index 9d467f273..e1c4a36d7 100644 > --- a/lfs/python3-six > +++ b/lfs/python3-six > @@ -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) >
diff --git a/config/rootfiles/packages/python3-six b/config/rootfiles/packages/python3-six index 0801d36da..3c1446932 100644 --- a/config/rootfiles/packages/python3-six +++ b/config/rootfiles/packages/python3-six @@ -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 diff --git a/lfs/python3-six b/lfs/python3-six index 9d467f273..e1c4a36d7 100644 --- a/lfs/python3-six +++ b/lfs/python3-six @@ -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)
- 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 | 12 ++++++------ lfs/python3-six | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-)