summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-08-16 17:43:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-18 21:14:07 +0100
commitcfb073841d620ec130e0ccf68e096e097ddf1f47 (patch)
tree7b6a253db4cc3a92b36639f69fe046893c609826 /meta/recipes-devtools/python
parent02544f6e75cbf5b13c9be3799e6610581aa45f0b (diff)
downloadpoky-cfb073841d620ec130e0ccf68e096e097ddf1f47.tar.gz
python3: upgrade 3.13.6 -> 3.13.7
Changelog: https://docs.python.org/3/whatsnew/changelog.html#python-3-13-7-final Refresh patches via devtool. (From OE-Core rev: dea1e3d080631d71150e4078a7cadcb1ef6f097a) Signed-off-by: Peter Marko <peter.marko@siemens.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/0001-test_locale.py-correct-the-test-output-format.patch2
-rw-r--r--meta/recipes-devtools/python/python3_3.13.7.bb (renamed from meta/recipes-devtools/python/python3_3.13.6.bb)2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch b/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch
index f672ee7ad7..3fc3a7e8ce 100644
--- a/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch
+++ b/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch
@@ -34,7 +34,7 @@ diff --git a/Lib/test/test_locale.py b/Lib/test/test_locale.py
34index da4bd79..fd9e67d 100644 34index da4bd79..fd9e67d 100644
35--- a/Lib/test/test_locale.py 35--- a/Lib/test/test_locale.py
36+++ b/Lib/test/test_locale.py 36+++ b/Lib/test/test_locale.py
37@@ -576,7 +576,7 @@ class TestMiscellaneous(unittest.TestCase): 37@@ -502,7 +502,7 @@ class TestRealLocales(unittest.TestCase):
38 self.skipTest('test needs Turkish locale') 38 self.skipTest('test needs Turkish locale')
39 loc = locale.getlocale(locale.LC_CTYPE) 39 loc = locale.getlocale(locale.LC_CTYPE)
40 if verbose: 40 if verbose:
diff --git a/meta/recipes-devtools/python/python3_3.13.6.bb b/meta/recipes-devtools/python/python3_3.13.7.bb
index 184d71bdce..e9eb610949 100644
--- a/meta/recipes-devtools/python/python3_3.13.6.bb
+++ b/meta/recipes-devtools/python/python3_3.13.7.bb
@@ -36,7 +36,7 @@ SRC_URI:append:class-native = " \
36 file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \ 36 file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \
37 " 37 "
38 38
39SRC_URI[sha256sum] = "17ba5508819d8736a14fbfc47d36e184946a877851b2e9c4b6c43acb44a3b104" 39SRC_URI[sha256sum] = "5462f9099dfd30e238def83c71d91897d8caa5ff6ebc7a50f14d4802cdaaa79a"
40 40
41# exclude pre-releases for both python 2.x and 3.x 41# exclude pre-releases for both python 2.x and 3.x
42UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" 42UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"