From: Oleksandr Kravchuk Date: Sat, 18 Sep 2021 22:14:28 +0000 (+0200) Subject: python3: update to 3.9.7 X-Git-Tag: uninative-3.5~1331 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9612bb0639c13571e661f208aa7b28789953d9ec;p=openembedded-core.git python3: update to 3.9.7 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3_3.9.6.bb b/meta/recipes-devtools/python/python3_3.9.7.bb similarity index 99% rename from meta/recipes-devtools/python/python3_3.9.6.bb rename to meta/recipes-devtools/python/python3_3.9.7.bb index 8a638b142b..772dcb8d9d 100644 --- a/meta/recipes-devtools/python/python3_3.9.6.bb +++ b/meta/recipes-devtools/python/python3_3.9.7.bb @@ -39,7 +39,7 @@ SRC_URI:append:class-native = " \ file://12-distutils-prefix-is-inside-staging-area.patch \ file://0001-Don-t-search-system-for-headers-libraries.patch \ " -SRC_URI[sha256sum] = "397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a" +SRC_URI[sha256sum] = "f8145616e68c00041d1a6399b76387390388f8359581abc24432bb969b5e3c57" # exclude pre-releases for both python 2.x and 3.x UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P\d+(\.\d+)+).tar"