Skip to content

Commit 95e9e03

Browse files
threexcrpurdie
authored andcommitted
python3: upgrade 3.12.2 -> 3.12.3
Remove the following patch: 0001-gh-115133-Fix-tests-for-XMLPullParser-with-Expat-2.6.patch Which a different fix was submitted for in: c4fa79b924 [3.12] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (GH-115288) See: python/cpython#115288 Changelog: https://docs.python.org/3/whatsnew/changelog.html#python-3-12-3-final Signed-off-by: Trevor Gamblin <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent faf5efa commit 95e9e03

File tree

2 files changed

+1
-57
lines changed

2 files changed

+1
-57
lines changed

meta/recipes-devtools/python/python3/0001-test_xml_etree.py-Fix-for-Expat-2.6.0-with-reparse-d.patch

-55
This file was deleted.

meta/recipes-devtools/python/python3_3.12.2.bb renamed to meta/recipes-devtools/python/python3_3.12.3.bb

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
3030
file://0001-skip-no_stdout_fileno-test-due-to-load-variability.patch \
3131
file://0001-test_storlines-skip-due-to-load-variability.patch \
3232
file://0001-gh-114492-Initialize-struct-termios-before-calling-t.patch \
33-
file://0001-test_xml_etree.py-Fix-for-Expat-2.6.0-with-reparse-d.patch \
3433
"
3534

3635
SRC_URI:append:class-native = " \
3736
file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \
3837
"
3938

40-
SRC_URI[sha256sum] = "be28112dac813d2053545c14bf13a16401a21877f1a69eb6ea5d84c4a0f3d870"
39+
SRC_URI[sha256sum] = "56bfef1fdfc1221ce6720e43a661e3eb41785dd914ce99698d8c7896af4bdaa1"
4140

4241
# exclude pre-releases for both python 2.x and 3.x
4342
UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"

0 commit comments

Comments
 (0)