mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
python3: Upgrade 3.13.5 -> 3.13.6
Changelog: https://docs.python.org/3/whatsnew/changelog.html#python-3-13-6-final Handles CVE-2025-8194 and 4 other vulnerabilities without CVE numbers. Refresh patches via devtool. (From OE-Core rev: 55b31ad3cf221dc07ef0ef1bc50c02f7c2e628ef) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
36cf5fc27b
commit
5ca542cadf
@@ -13,12 +13,14 @@ Upstream-Status: Inappropriate [OE-specific]
|
||||
|
||||
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
|
||||
---
|
||||
Lib/test/test_readline.py | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
Lib/test/test_readline.py | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/Lib/test/test_readline.py b/Lib/test/test_readline.py
|
||||
index 537a9fb..ddf0323 100644
|
||||
--- a/Lib/test/test_readline.py
|
||||
+++ b/Lib/test/test_readline.py
|
||||
@@ -70,6 +70,7 @@ class TestHistoryManipulation (unittest.
|
||||
@@ -71,6 +71,7 @@ class TestHistoryManipulation (unittest.TestCase):
|
||||
|
||||
@unittest.skipUnless(hasattr(readline, "append_history_file"),
|
||||
"append_history not available")
|
||||
@@ -26,7 +28,7 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
|
||||
def test_write_read_append(self):
|
||||
hfile = tempfile.NamedTemporaryFile(delete=False)
|
||||
hfile.close()
|
||||
@@ -141,6 +142,7 @@ class TestHistoryManipulation (unittest.
|
||||
@@ -142,6 +143,7 @@ class TestHistoryManipulation (unittest.TestCase):
|
||||
self.assertEqual(readline.get_history_item(1), "entrée 1")
|
||||
self.assertEqual(readline.get_history_item(2), "entrée 22")
|
||||
|
||||
@@ -34,7 +36,7 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
|
||||
def test_write_read_limited_history(self):
|
||||
previous_length = readline.get_history_length()
|
||||
self.addCleanup(readline.set_history_length, previous_length)
|
||||
@@ -382,6 +384,7 @@ readline.write_history_file(history_file
|
||||
@@ -390,6 +392,7 @@ readline.write_history_file(history_file)
|
||||
self.assertIn(b"done", output)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user