From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 06/35] python3-six: Update to version 1.16.0 and python3.10 Date: Fri, 28 Jan 2022 12:49:02 +0000 Message-ID: In-Reply-To: <20220124161656.71960-6-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6013578702232081686==" List-Id: --===============6013578702232081686== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - 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 _SixMetaPathImport= er to > Python 3.10. > 1.15.0 > - Pull request #331: Optimize `six.ensure_str` and `six.ensure_binary`. >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/packages/python3-six | 12 ++++++------ > lfs/python3-six | 6 +++--- > 2 files changed, 9 insertions(+), 9 deletions(-) >=20 > diff --git a/config/rootfiles/packages/python3-six b/config/rootfiles/packa= ges/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_link= s.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_li= nks.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 @@ > =20 > include Config > =20 > -VER =3D 1.14.0 > +VER =3D 1.16.0 > =20 > THISAPP =3D six-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D python3-six > -PAK_VER =3D 3 > +PAK_VER =3D 4 > =20 > DEPS =3D > =20 > @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_MD5 =3D 21674588a57e649d1a6d977ec3122140 > +$(DL_FILE)_MD5 =3D a7c927740e4964dd29b72cebfc1429bb > =20 > install : $(TARGET) > =20 --===============6013578702232081686==--