From 6e6e8d37b549033c9dc2ac21ed600708a890894f Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 18 Sep 2017 15:34:41 -0700 Subject: package/python3: bump to 3.6.2 Bump Python3 version to 3.6.2. Patches dropped: "Support PGEN_FOR_BUILD and FREEZE_IMPORTLIB_FOR_BUILD" Rationale: With commit 9d02f562961efd12d3c8317a10916db7f77330cc, code generation step of building CPython now became explicit (instead of always performed as a part of 'make' invocation) and more granular. We no longer need to use Parser/pgen at all and tricking the build system into using different Programs/_freeze_importlib can be done as a part of recipe. Additional info about the build change can be found at https://bugs.python.org/issue23404 Signed-off-by: Andrey Smirnov Tested-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- package/python3/python3.hash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/python3/python3.hash') diff --git a/package/python3/python3.hash b/package/python3/python3.hash index 26d08dee48..f4734db52c 100644 --- a/package/python3/python3.hash +++ b/package/python3/python3.hash @@ -1,4 +1,4 @@ -# From https://www.python.org/downloads/release/python-361/ -md5 692b4fc3a2ba0d54d1495d4ead5b0b5c Python-3.6.1.tar.xz +# From https://www.python.org/downloads/release/python-362/ +md5 2c68846471994897278364fc18730dd9 Python-3.6.2.tar.xz # Locally computed -sha256 a01810ddfcec216bcdb357a84bfaafdfaa0ca42bbdaa4cb7ff74f5a9961e4041 Python-3.6.1.tar.xz +sha256 9229773be41ed144370f47f0f626a1579931f5a390f1e8e3853174d52edd64a9 Python-3.6.2.tar.xz -- cgit v1.2.3