diff options
author | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-03-22 12:35:05 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-24 17:45:29 +0000 |
commit | 1479c0da441aed605f580b2995a572933676a95d (patch) | |
tree | 643b182deaa34f5b30e1bc6a02b8ddce3cf9addd /meta/recipes-devtools/python | |
parent | 18135315ff3d3f9a4e261cd93b88ebacdd7065ad (diff) | |
download | poky-1479c0da441aed605f580b2995a572933676a95d.tar.gz |
python3: upgrade 3.10.2 -> 3.10.3
3.10.3 includes numerous bug fixes. See:
https://docs.python.org/3/whatsnew/changelog.html
(From OE-Core rev: 6fdd19fb9ccef0bf9813e4dfe6063df1d0168359)
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.10.3.bb (renamed from meta/recipes-devtools/python/python3_3.10.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.10.2.bb b/meta/recipes-devtools/python/python3_3.10.3.bb index 227a72d395..4e7c6f71e3 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 = " \ | |||
40 | file://12-distutils-prefix-is-inside-staging-area.patch \ | 40 | file://12-distutils-prefix-is-inside-staging-area.patch \ |
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 | SRC_URI[sha256sum] = "17de3ac7da9f2519aa9d64378c603a73a0e9ad58dffa8812e45160c086de64c7" | 43 | SRC_URI[sha256sum] = "596c72de998dc39205bc4f70ef0dbf7edec740a306d09b49a9bd0a77806730dc" |
44 | 44 | ||
45 | # exclude pre-releases for both python 2.x and 3.x | 45 | # exclude pre-releases for both python 2.x and 3.x |
46 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | 46 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" |