From d9e2ebd6b24b802d1d4cd38b3b910e068c308809 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 9 Aug 2024 08:22:15 -0400 Subject: [PATCH] python3: upgrade 3.12.4 -> 3.12.5 Changelog: https://docs.python.org/release/3.12.5/whatsnew/changelog.html Signed-off-by: Trevor Gamblin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/{python3_3.12.4.bb => python3_3.12.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3_3.12.4.bb => python3_3.12.5.bb} (99%) diff --git a/meta/recipes-devtools/python/python3_3.12.4.bb b/meta/recipes-devtools/python/python3_3.12.5.bb similarity index 99% rename from meta/recipes-devtools/python/python3_3.12.4.bb rename to meta/recipes-devtools/python/python3_3.12.5.bb index 119fe10ca93..5665c90fa96 100644 --- a/meta/recipes-devtools/python/python3_3.12.4.bb +++ b/meta/recipes-devtools/python/python3_3.12.5.bb @@ -39,7 +39,7 @@ SRC_URI:append:class-native = " \ file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \ " -SRC_URI[sha256sum] = "f6d419a6d8743ab26700801b4908d26d97e8b986e14f95de31b32de2b0e79554" +SRC_URI[sha256sum] = "fa8a2e12c5e620b09f53e65bcd87550d2e5a1e2e04bf8ba991dcc55113876397" # exclude pre-releases for both python 2.x and 3.x UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P\d+(\.\d+)+).tar" -- 2.47.2