diff options
| author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-12-28 18:19:10 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-01-09 06:25:36 -0800 |
| commit | a7abc52998f01193acc0bb9a93fa6b73d7f49f0e (patch) | |
| tree | 36e0ac41024b9000ed6d48fe307c57c30e1dd7ac /meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch | |
| parent | e5c348378f46bf10d1331fbc09fcdb7e26fa3589 (diff) | |
| download | poky-a7abc52998f01193acc0bb9a93fa6b73d7f49f0e.tar.gz | |
python3: upgrade 3.12.6 -> 3.12.7
Changelog:
https://docs.python.org/release/3.12.7/whatsnew/changelog.html#python-3-12-7
(From OE-Core rev: 197048667f69ed559baf54831eb7b1606320f3e8)
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch b/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch index 0d0eb08459..a4c9abd8b9 100644 --- a/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch +++ b/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From dc69a1afdb3ba619705ff71e14f19ed3142e422f Mon Sep 17 00:00:00 2001 | 1 | From 1a1e5c30021a200b2dc853690dbf1edfba9ca262 Mon Sep 17 00:00:00 2001 |
| 2 | From: Trevor Gamblin <tgamblin@baylibre.com> | 2 | From: Trevor Gamblin <tgamblin@baylibre.com> |
| 3 | Date: Fri, 6 Oct 2023 10:59:44 -0400 | 3 | Date: Fri, 6 Oct 2023 10:59:44 -0400 |
| 4 | Subject: [PATCH] test_storlines: skip due to load variability | 4 | Subject: [PATCH] test_storlines: skip due to load variability |
| @@ -11,13 +11,12 @@ Upstream-Status: Inappropriate [OE-Specific] | |||
| 11 | [YOCTO #14933] | 11 | [YOCTO #14933] |
| 12 | 12 | ||
| 13 | Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> | 13 | Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> |
| 14 | |||
| 15 | --- | 14 | --- |
| 16 | Lib/test/test_ftplib.py | 1 + | 15 | Lib/test/test_ftplib.py | 1 + |
| 17 | 1 file changed, 1 insertion(+) | 16 | 1 file changed, 1 insertion(+) |
| 18 | 17 | ||
| 19 | diff --git a/Lib/test/test_ftplib.py b/Lib/test/test_ftplib.py | 18 | diff --git a/Lib/test/test_ftplib.py b/Lib/test/test_ftplib.py |
| 20 | index 2f191ea..dc29346 100644 | 19 | index 4c4a449..b8c79a4 100644 |
| 21 | --- a/Lib/test/test_ftplib.py | 20 | --- a/Lib/test/test_ftplib.py |
| 22 | +++ b/Lib/test/test_ftplib.py | 21 | +++ b/Lib/test/test_ftplib.py |
| 23 | @@ -626,6 +626,7 @@ class TestFTPClass(TestCase): | 22 | @@ -626,6 +626,7 @@ class TestFTPClass(TestCase): |
