From: Peter Müller Date: Sat, 2 May 2020 19:57:54 +0000 (+0200) Subject: Python3: update to 3.8.2 X-Git-Tag: v2.25-core152~7^2~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ab916576fdb0e27e0419a1134e0903f72d365ed;p=ipfire-2.x.git Python3: update to 3.8.2 Signed-off-by: Peter Müller Reviewed-by: Michael Tremer Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/common/python3 b/config/rootfiles/common/python3 index 381042c144..4bd20f15d5 100644 --- a/config/rootfiles/common/python3 +++ b/config/rootfiles/common/python3 @@ -841,9 +841,9 @@ usr/lib/python3.8/lib-dynload/xxlimited.cpython-38-xxxMACHINExxx-linux-gnu.so usr/lib/python3.8/lib-dynload/zlib.cpython-38-xxxMACHINExxx-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 3d3a278612..14bdfa5848 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 @@ include Config -VER = 3.8.1 +VER = 3.8.2 THISAPP = Python-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -60,7 +60,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b3fb85fd479c0bf950c626ef80cacb57 +$(DL_FILE)_MD5 = e9d6ebc92183a177b8e8a58cad5b8d67 install : $(TARGET)