From dea1e3d080631d71150e4078a7cadcb1ef6f097a Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sat, 16 Aug 2025 17:43:03 +0200 Subject: [PATCH] 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. Signed-off-by: Peter Marko Signed-off-by: Richard Purdie --- .../0001-test_locale.py-correct-the-test-output-format.patch | 2 +- .../python/{python3_3.13.6.bb => python3_3.13.7.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3_3.13.6.bb => python3_3.13.7.bb} (99%) 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 index da4bd79..fd9e67d 100644 --- a/Lib/test/test_locale.py +++ b/Lib/test/test_locale.py -@@ -576,7 +576,7 @@ class TestMiscellaneous(unittest.TestCase): +@@ -502,7 +502,7 @@ class TestRealLocales(unittest.TestCase): self.skipTest('test needs Turkish locale') loc = locale.getlocale(locale.LC_CTYPE) if verbose: diff --git a/meta/recipes-devtools/python/python3_3.13.6.bb b/meta/recipes-devtools/python/python3_3.13.7.bb similarity index 99% rename from meta/recipes-devtools/python/python3_3.13.6.bb rename to 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 = " \ file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \ " -SRC_URI[sha256sum] = "17ba5508819d8736a14fbfc47d36e184946a877851b2e9c4b6c43acb44a3b104" +SRC_URI[sha256sum] = "5462f9099dfd30e238def83c71d91897d8caa5ff6ebc7a50f14d4802cdaaa79a" # exclude pre-releases for both python 2.x and 3.x UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P\d+(\.\d+)+).tar" -- 2.47.3