mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 12:29:40 +01:00
python3: Upgrade 3.12.5 -> 3.12.6
Includes security fixes for CVE-2024-7592, CVE-2024-8088, CVE-2024-6232 and other bug fixes. Removed below patches, as the fix is included in 3.12.6 upgrade: 1. CVE-2024-7592.patch Release Notes: https://www.python.org/downloads/release/python-3126/ (From OE-Core rev: aa492b1fd5973c37b8fa2cd17d28199eba46afcc) Signed-off-by: Divya Chellam <divya.chellam@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1410b67bec
commit
0249d9c893
@@ -16,11 +16,11 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
|
||||
Lib/test/test_readline.py | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/Lib/test/test_readline.py b/Lib/test/test_readline.py
|
||||
index 91fd7dd13f9..d81f9bf8eed 100644
|
||||
--- a/Lib/test/test_readline.py
|
||||
+++ b/Lib/test/test_readline.py
|
||||
@@ -132,6 +132,7 @@ def test_nonascii_history(self):
|
||||
Index: Python-3.12.6/Lib/test/test_readline.py
|
||||
===================================================================
|
||||
--- Python-3.12.6.orig/Lib/test/test_readline.py
|
||||
+++ Python-3.12.6/Lib/test/test_readline.py
|
||||
@@ -133,6 +133,7 @@ class TestHistoryManipulation (unittest.
|
||||
self.assertEqual(readline.get_history_item(1), "entrée 1")
|
||||
self.assertEqual(readline.get_history_item(2), "entrée 22")
|
||||
|
||||
@@ -28,14 +28,11 @@ index 91fd7dd13f9..d81f9bf8eed 100644
|
||||
def test_write_read_limited_history(self):
|
||||
previous_length = readline.get_history_length()
|
||||
self.addCleanup(readline.set_history_length, previous_length)
|
||||
@@ -349,6 +350,7 @@ def test_history_size(self):
|
||||
self.assertEqual(len(lines), history_size)
|
||||
self.assertEqual(lines[-1].strip(), b"last input")
|
||||
@@ -371,6 +372,7 @@ readline.write_history_file(history_file
|
||||
self.assertIn(b"done", output)
|
||||
|
||||
|
||||
+ @unittest.skip("Skipping problematic test")
|
||||
def test_write_read_limited_history(self):
|
||||
previous_length = readline.get_history_length()
|
||||
self.addCleanup(readline.set_history_length, previous_length)
|
||||
--
|
||||
2.39.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user