From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] python3-six: update to 1.14.0 Date: Mon, 04 May 2020 12:20:52 +0100 Message-ID: <7BEDDC35-CB59-448B-AFED-BBC9BC4401D9@ipfire.org> In-Reply-To: <63868b00-4543-0154-b7c3-cd51d7d5675b@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4684279961599876178==" List-Id: --===============4684279961599876178== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 3 May 2020, at 11:23, Peter M=C3=BCller wro= te: >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/rootfiles/packages/python3-six | 10 +++++----- > lfs/python3-six | 8 ++++---- > 2 files changed, 9 insertions(+), 9 deletions(-) >=20 > diff --git a/config/rootfiles/packages/python3-six b/config/rootfiles/packa= ges/python3-six > index b5fddc2bf..0801d36da 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.11.0-py3.8.egg-info > -#usr/lib/python3.8/site-packages/six-1.11.0-py3.8.egg-info/PKG-INFO > -#usr/lib/python3.8/site-packages/six-1.11.0-py3.8.egg-info/SOURCES.txt > -#usr/lib/python3.8/site-packages/six-1.11.0-py3.8.egg-info/dependency_link= s.txt > -#usr/lib/python3.8/site-packages/six-1.11.0-py3.8.egg-info/top_level.txt > +#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 > diff --git a/lfs/python3-six b/lfs/python3-six > index 9e1f721a9..9d467f273 100644 > --- a/lfs/python3-six > +++ b/lfs/python3-six > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2020 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 1.11.0 > +VER =3D 1.14.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 2 > +PAK_VER =3D 3 >=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 d12789f9baf7e9fb2524c0c64f1773f8 > +$(DL_FILE)_MD5 =3D 21674588a57e649d1a6d977ec3122140 >=20 > install : $(TARGET) >=20 > --=20 > 2.26.1 --===============4684279961599876178==--