summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-06-16 08:37:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-02 07:44:59 +0100
commit64f6b5193ab3b7035968c7747e20b5dc37d45389 (patch)
treebeff34fe9b648ab65cdb689a51c38504488bd285 /meta
parentd33bc7136d6297cddba2a345a33e5acfac02ef40 (diff)
downloadpoky-64f6b5193ab3b7035968c7747e20b5dc37d45389.tar.gz
python3: upgrade 3.8.9 -> 3.8.10
Release Date: May 3, 2021 This is the tenth and final regular maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.10, a bugfix release for the legacy 3.8 series. Python 3.9 is now the latest feature release series of Python 3. FIXME: AssertionError: Failed ptests: {'python3': ['test_record_extensions', 'test_build_ext']} References: https://www.python.org/downloads/release/python-3810/ https://docs.python.org/release/3.8.10/whatsnew/changelog.html (From OE-Core rev: 471d19fa70c4c2b43a039909c9538e2223996335) Signed-off-by: Tim Orling <timothy.t.orling@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3_3.8.10.bb (renamed from meta/recipes-devtools/python/python3_3.8.9.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.9.bb b/meta/recipes-devtools/python/python3_3.8.10.bb
index 13d3b8e5b5..91fbc672a1 100644
--- a/meta/recipes-devtools/python/python3_3.8.9.bb
+++ b/meta/recipes-devtools/python/python3_3.8.10.bb
@@ -41,8 +41,8 @@ SRC_URI_append_class-native = " \
41 file://0001-Don-t-search-system-for-headers-libraries.patch \ 41 file://0001-Don-t-search-system-for-headers-libraries.patch \
42 " 42 "
43 43
44SRC_URI[md5sum] = "51b5bbf2ab447e66d15af4883db1c133" 44SRC_URI[md5sum] = "d9eee4b20155553830a2025e4dcaa7b3"
45SRC_URI[sha256sum] = "5e391f3ec45da2954419cab0beaefd8be38895ea5ce33577c3ec14940c4b9572" 45SRC_URI[sha256sum] = "6af24a66093dd840bcccf371d4044a3027e655cf24591ce26e48022bc79219d9"
46 46
47# exclude pre-releases for both python 2.x and 3.x 47# exclude pre-releases for both python 2.x and 3.x
48UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" 48UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"