diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2024-09-17 23:34:22 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-09-25 05:07:47 -0700 |
commit | a8086d489e076eb145832d7c59bba616dac51481 (patch) | |
tree | 75f56c4520effad21bb5c98d197f2b28e4ae4b6e /meta/recipes-devtools/python | |
parent | a2803e528ca267235c6e51e78ba7bde6f4dfa614 (diff) | |
download | poky-a8086d489e076eb145832d7c59bba616dac51481.tar.gz |
python3: upgrade 3.12.4 -> 3.12.5
Changelog: https://docs.python.org/release/3.12.5/whatsnew/changelog.html
(From OE-Core rev: d9e2ebd6b24b802d1d4cd38b3b910e068c308809)
(From OE-Core rev: ae0e8f6932359959535e901e64bdb47189de14cd)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.12.5.bb (renamed from meta/recipes-devtools/python/python3_3.12.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.12.4.bb b/meta/recipes-devtools/python/python3_3.12.5.bb index 3ac83166ac..5c3b7a92f8 100644 --- a/meta/recipes-devtools/python/python3_3.12.4.bb +++ b/meta/recipes-devtools/python/python3_3.12.5.bb | |||
@@ -42,7 +42,7 @@ SRC_URI:append:class-native = " \ | |||
42 | file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \ | 42 | file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \ |
43 | " | 43 | " |
44 | 44 | ||
45 | SRC_URI[sha256sum] = "f6d419a6d8743ab26700801b4908d26d97e8b986e14f95de31b32de2b0e79554" | 45 | SRC_URI[sha256sum] = "fa8a2e12c5e620b09f53e65bcd87550d2e5a1e2e04bf8ba991dcc55113876397" |
46 | 46 | ||
47 | # exclude pre-releases for both python 2.x and 3.x | 47 | # exclude pre-releases for both python 2.x and 3.x |
48 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | 48 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" |