diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-08-16 17:43:03 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-18 21:14:07 +0100 |
| commit | cfb073841d620ec130e0ccf68e096e097ddf1f47 (patch) | |
| tree | 7b6a253db4cc3a92b36639f69fe046893c609826 /meta/recipes-devtools/python/python3 | |
| parent | 02544f6e75cbf5b13c9be3799e6610581aa45f0b (diff) | |
| download | poky-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/python3')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch | 2 |
1 files changed, 1 insertions, 1 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 | |||
| 34 | index da4bd79..fd9e67d 100644 | 34 | index 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: |
