From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] Python3: update to 3.8.2 Date: Mon, 04 May 2020 15:35:40 +0100 Message-ID: <7DAEC2D4-DE86-440A-B733-12D6DD8D6553@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7219181910923374953==" List-Id: --===============7219181910923374953== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 2 May 2020, at 20:57, Peter M=C3=BCller wro= te: >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/rootfiles/common/python3 | 4 ++-- > lfs/python3 | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/config/rootfiles/common/python3 b/config/rootfiles/common/pyth= on3 > index ed8a370cf..665dc8443 100644 > --- a/config/rootfiles/common/python3 > +++ b/config/rootfiles/common/python3 > @@ -842,9 +842,9 @@ usr/lib/python3.8/lib-dynload/xxlimited.cpython-38-MACH= INE-linux-gnu.so > usr/lib/python3.8/lib-dynload/zlib.cpython-38-MACHINE-linux-gnu.so > #usr/lib/python3.8/lib2to3 > usr/lib/python3.8/lib2to3/Grammar.txt > -usr/lib/python3.8/lib2to3/Grammar3.8.1.final.0.pickle > +usr/lib/python3.8/lib2to3/Grammar3.8.2.final.0.pickle > usr/lib/python3.8/lib2to3/PatternGrammar.txt > -usr/lib/python3.8/lib2to3/PatternGrammar3.8.1.final.0.pickle > +usr/lib/python3.8/lib2to3/PatternGrammar3.8.2.final.0.pickle > usr/lib/python3.8/lib2to3/__init__.py > usr/lib/python3.8/lib2to3/__main__.py > usr/lib/python3.8/lib2to3/btm_matcher.py > diff --git a/lfs/python3 b/lfs/python3 > index 3d3a27861..14bdfa584 100644 > --- a/lfs/python3 > +++ b/lfs/python3 > @@ -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 3.8.1 > +VER =3D 3.8.2 >=20 > THISAPP =3D Python-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -60,7 +60,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D b3fb85fd479c0bf950c626ef80cacb57 > +$(DL_FILE)_MD5 =3D e9d6ebc92183a177b8e8a58cad5b8d67 >=20 > install : $(TARGET) >=20 > --=20 > 2.26.1 --===============7219181910923374953==--