diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-13 12:19:39 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-13 20:46:45 -0700 |
| commit | 61e1f2846215f2248462572bc08f2ea408201765 (patch) | |
| tree | 70c2cbf716a445aec66d497191c63397973716ab /meta-python/recipes-devtools/python/python3-traitlets | |
| parent | 368e3e2b0e99f4fec3ca64a2bf2af56fbb456361 (diff) | |
| download | meta-openembedded-61e1f2846215f2248462572bc08f2ea408201765.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-traitlets')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-traitlets/0001-start-testing-on-3.14-and-3.14t-929.patch | 25 |
1 files changed, 0 insertions, 25 deletions
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 @@ | |||
| 1 | From 472cf29d06edce66db4af7eb47f601e40cff71c8 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: M Bussonnier <bussonniermatthias@gmail.com> | ||
| 3 | Date: Tue, 14 Oct 2025 08:55:52 +0200 | ||
| 4 | Subject: [PATCH] start testing on 3.14 and 3.14t (#929) | ||
| 5 | |||
| 6 | Upstream-Status: Backport [https://github.com/ipython/traitlets/pull/929] | ||
| 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 8 | --- | ||
| 9 | traitlets/config/application.py | 3 ++- | ||
| 10 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/traitlets/config/application.py b/traitlets/config/application.py | ||
| 13 | index b01a11e..2860de7 100644 | ||
| 14 | --- a/traitlets/config/application.py | ||
| 15 | +++ b/traitlets/config/application.py | ||
| 16 | @@ -215,7 +215,8 @@ class Application(SingletonConfigurable): | ||
| 17 | _log_formatter_cls = LevelFormatter | ||
| 18 | |||
| 19 | log_datefmt = Unicode( | ||
| 20 | - "%Y-%m-%d %H:%M:%S", help="The date format used by logging formatters for %(asctime)s" | ||
| 21 | + "%Y-%m-%d %H:%M:%S", | ||
| 22 | + help="The date format used by logging formatters for `asctime`", | ||
| 23 | ).tag(config=True) | ||
| 24 | |||
| 25 | log_format = Unicode( | ||
