]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Python3: update to 3.8.2
authorPeter Müller <peter.mueller@ipfire.org>
Sat, 2 May 2020 19:57:54 +0000 (21:57 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Oct 2020 12:14:32 +0000 (12:14 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/python3
lfs/python3

index 381042c144cfb3bc4fe1703ce23421cda76af0ec..4bd20f15d52e3f34379341902d25a2040ba07061 100644 (file)
@@ -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
index 3d3a27861285987ee526f181de45aebd6dbbd522..14bdfa5848474edc3f05844e3398f1b285bb6fb6 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)