diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-02-09 00:23:19 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-02-14 06:38:54 -0800 |
| commit | c9c335583601f5fc08c1dee355fcc19f35cdc76a (patch) | |
| tree | 1cb6e946ba7e8092dd8181cd868fbf7f23d1ae18 /meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | |
| parent | 1430219d5e066830ca12c9cacad514e1ff269ff4 (diff) | |
| download | poky-c9c335583601f5fc08c1dee355fcc19f35cdc76a.tar.gz | |
python3: upgrade 3.12.8 -> 3.12.9
Release notes:
https://docs.python.org/release/3.12.9/whatsnew/changelog.html#python-3-12-9
Solves CVE-2025-0938, CVE-2024-12254 and 3 other vulnerabilities without
CVE number assigment.
Add a patch to fix failure of a new test.
(From OE-Core rev: 685b2719ae9b44c238e63942efabe52e5df7d640)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch b/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch index 6779dd515a..ec3bb9cbbd 100644 --- a/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch +++ b/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | |||
| @@ -54,7 +54,7 @@ diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py | |||
| 54 | index 9463add..4e0f39d 100644 | 54 | index 9463add..4e0f39d 100644 |
| 55 | --- a/Lib/test/test_time.py | 55 | --- a/Lib/test/test_time.py |
| 56 | +++ b/Lib/test/test_time.py | 56 | +++ b/Lib/test/test_time.py |
| 57 | @@ -527,6 +527,7 @@ class TimeTestCase(unittest.TestCase): | 57 | @@ -536,6 +536,7 @@ class TimeTestCase(unittest.TestCase): |
| 58 | @unittest.skipIf( | 58 | @unittest.skipIf( |
| 59 | support.is_wasi, "process_time not available on WASI" | 59 | support.is_wasi, "process_time not available on WASI" |
| 60 | ) | 60 | ) |
| @@ -62,7 +62,7 @@ index 9463add..4e0f39d 100644 | |||
| 62 | def test_process_time(self): | 62 | def test_process_time(self): |
| 63 | # process_time() should not include time spend during a sleep | 63 | # process_time() should not include time spend during a sleep |
| 64 | start = time.process_time() | 64 | start = time.process_time() |
| 65 | @@ -540,6 +541,7 @@ class TimeTestCase(unittest.TestCase): | 65 | @@ -549,6 +550,7 @@ class TimeTestCase(unittest.TestCase): |
| 66 | self.assertTrue(info.monotonic) | 66 | self.assertTrue(info.monotonic) |
| 67 | self.assertFalse(info.adjustable) | 67 | self.assertFalse(info.adjustable) |
| 68 | 68 | ||
