public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Python3: update to 3.8.2
@ 2020-05-02 19:57 Peter Müller
  2020-05-04 14:35 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2020-05-02 19:57 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2204 bytes --]

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 config/rootfiles/common/python3 | 4 ++--
 lfs/python3                     | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/rootfiles/common/python3 b/config/rootfiles/common/python3
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-MACHINE-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  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info(a)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)
 
-- 
2.26.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Python3: update to 3.8.2
  2020-05-02 19:57 [PATCH] Python3: update to 3.8.2 Peter Müller
@ 2020-05-04 14:35 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-05-04 14:35 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2431 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 2 May 2020, at 20:57, Peter Müller <peter.mueller(a)ipfire.org> wrote:
> 
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> config/rootfiles/common/python3 | 4 ++--
> lfs/python3                     | 6 +++---
> 2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/config/rootfiles/common/python3 b/config/rootfiles/common/python3
> 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-MACHINE-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  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2020  IPFire Team  <info(a)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)
> 
> -- 
> 2.26.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-04 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02 19:57 [PATCH] Python3: update to 3.8.2 Peter Müller
2020-05-04 14:35 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox