From 61e1f2846215f2248462572bc08f2ea408201765 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 May 2026 12:19:39 +0800 Subject: python3-traitlets: upgrade 5.14.3 -> 5.15.0 0001-start-testing-on-3.14-and-3.14t-929.patch removed since it's included in 5.15.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../0001-start-testing-on-3.14-and-3.14t-929.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-traitlets/0001-start-testing-on-3.14-and-3.14t-929.patch (limited to 'meta-python/recipes-devtools/python/python3-traitlets') diff --git a/meta-python/recipes-devtools/python/python3-traitlets/0001-start-testing-on-3.14-and-3.14t-929.patch b/meta-python/recipes-devtools/python/python3-traitlets/0001-start-testing-on-3.14-and-3.14t-929.patch deleted file mode 100644 index 275f77a371..0000000000 --- a/meta-python/recipes-devtools/python/python3-traitlets/0001-start-testing-on-3.14-and-3.14t-929.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 472cf29d06edce66db4af7eb47f601e40cff71c8 Mon Sep 17 00:00:00 2001 -From: M Bussonnier -Date: Tue, 14 Oct 2025 08:55:52 +0200 -Subject: [PATCH] start testing on 3.14 and 3.14t (#929) - -Upstream-Status: Backport [https://github.com/ipython/traitlets/pull/929] -Signed-off-by: Khem Raj ---- - traitlets/config/application.py | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/traitlets/config/application.py b/traitlets/config/application.py -index b01a11e..2860de7 100644 ---- a/traitlets/config/application.py -+++ b/traitlets/config/application.py -@@ -215,7 +215,8 @@ class Application(SingletonConfigurable): - _log_formatter_cls = LevelFormatter - - log_datefmt = Unicode( -- "%Y-%m-%d %H:%M:%S", help="The date format used by logging formatters for %(asctime)s" -+ "%Y-%m-%d %H:%M:%S", -+ help="The date format used by logging formatters for `asctime`", - ).tag(config=True) - - log_format = Unicode( -- cgit v1.2.3-54-g00ecf