From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] python3-six: update to 1.14.0 Date: Sun, 03 May 2020 12:23:55 +0200 Message-ID: <63868b00-4543-0154-b7c3-cd51d7d5675b@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7020237211669991888==" List-Id: --===============7020237211669991888== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- config/rootfiles/packages/python3-six | 10 +++++----- lfs/python3-six | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/packages/python3-six b/config/rootfiles/package= s/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_links.= 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_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 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 --===============7020237211669991888==--