From ce7ac226336fe1e578fd0959567c95c4ac957f85 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sun, 26 Jul 2020 01:41:09 +0200 Subject: [PATCH] python3: update to 3.8.5 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- .../python/{python3_3.8.3.bb => python3_3.8.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3_3.8.3.bb => python3_3.8.5.bb} (99%) diff --git a/meta/recipes-devtools/python/python3_3.8.3.bb b/meta/recipes-devtools/python/python3_3.8.5.bb similarity index 99% rename from meta/recipes-devtools/python/python3_3.8.3.bb rename to meta/recipes-devtools/python/python3_3.8.5.bb index a7cfbad5cd..cabe5dc075 100644 --- a/meta/recipes-devtools/python/python3_3.8.3.bb +++ b/meta/recipes-devtools/python/python3_3.8.5.bb @@ -40,8 +40,8 @@ SRC_URI_append_class-native = " \ file://0001-Don-t-search-system-for-headers-libraries.patch \ " -SRC_URI[md5sum] = "3000cf50aaa413052aef82fd2122ca78" -SRC_URI[sha256sum] = "dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864" +SRC_URI[md5sum] = "35b5a3d0254c1c59be9736373d429db7" +SRC_URI[sha256sum] = "e3003ed57db17e617acb382b0cade29a248c6026b1bd8aad1f976e9af66a83b0" # exclude pre-releases for both python 2.x and 3.x UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P\d+(\.\d+)+).tar" -- 2.40.1