python3: upgrade 3.10.2 -> 3.10.3

Message ID 20220322163505.36683-1-trevor.gamblin@windriver.com
State Accepted, archived
Commit 6fdd19fb9ccef0bf9813e4dfe6063df1d0168359
Headers show
Series python3: upgrade 3.10.2 -> 3.10.3 | expand

Commit Message

Trevor Gamblin March 22, 2022, 4:35 p.m. UTC
3.10.3 includes numerous bug fixes. See:
https://docs.python.org/3/whatsnew/changelog.html

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
---
 .../python/{python3_3.10.2.bb => python3_3.10.3.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3_3.10.2.bb => python3_3.10.3.bb} (99%)

Patch

diff --git a/meta/recipes-devtools/python/python3_3.10.2.bb b/meta/recipes-devtools/python/python3_3.10.3.bb
similarity index 99%
rename from meta/recipes-devtools/python/python3_3.10.2.bb
rename to meta/recipes-devtools/python/python3_3.10.3.bb
index 32da2a12c8..75473bacd4 100644
--- a/meta/recipes-devtools/python/python3_3.10.2.bb
+++ b/meta/recipes-devtools/python/python3_3.10.3.bb
@@ -40,7 +40,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] = "17de3ac7da9f2519aa9d64378c603a73a0e9ad58dffa8812e45160c086de64c7"
+SRC_URI[sha256sum] = "596c72de998dc39205bc4f70ef0dbf7edec740a306d09b49a9bd0a77806730dc"
 
 # exclude pre-releases for both python 2.x and 3.x
 UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"