diff mbox series

python3: upgrade 3.13.6 -> 3.13.7

Message ID 20250816154303.309306-1-peter.marko@siemens.com
State New
Headers show
Series python3: upgrade 3.13.6 -> 3.13.7 | expand

Commit Message

Peter Marko Aug. 16, 2025, 3:43 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Changelog: https://docs.python.org/3/whatsnew/changelog.html#python-3-13-7-final

Refresh patches via devtool.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 .../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 mbox series

Patch

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<pver>\d+(\.\d+)+).tar"