summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-traitlets/0001-start-testing-on-3.14-and-3.14t-929.patch25
-rw-r--r--meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb (renamed from meta-python/recipes-devtools/python/python3-traitlets_5.14.3.bb)7
2 files changed, 2 insertions, 30 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 @@
1From 472cf29d06edce66db4af7eb47f601e40cff71c8 Mon Sep 17 00:00:00 2001
2From: M Bussonnier <bussonniermatthias@gmail.com>
3Date: Tue, 14 Oct 2025 08:55:52 +0200
4Subject: [PATCH] start testing on 3.14 and 3.14t (#929)
5
6Upstream-Status: Backport [https://github.com/ipython/traitlets/pull/929]
7Signed-off-by: Khem Raj <raj.khem@gmail.com>
8---
9 traitlets/config/application.py | 3 ++-
10 1 file changed, 2 insertions(+), 1 deletion(-)
11
12diff --git a/traitlets/config/application.py b/traitlets/config/application.py
13index 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(
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.14.3.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb
index 827fb4ca4e..9c04286030 100644
--- a/meta-python/recipes-devtools/python/python3-traitlets_5.14.3.bb
+++ b/meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb
@@ -3,14 +3,11 @@ HOMEPAGE = "https://github.com/ipython/traitlets"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=13bed0ee6f46a6f6dbf1f9f9572f250a" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=13bed0ee6f46a6f6dbf1f9f9572f250a"
5 5
6SRC_URI[sha256sum] = "9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7" 6SRC_URI[sha256sum] = "4fead733f81cf1c4c938e06f8ca4633896833c9d89eff878159457f4d4392971"
7 7
8inherit pypi python_hatchling ptest 8inherit pypi python_hatchling ptest
9 9
10SRC_URI += "\ 10SRC_URI += "file://run-ptest"
11 file://0001-start-testing-on-3.14-and-3.14t-929.patch \
12 file://run-ptest \
13"
14 11
15RDEPENDS:${PN}-ptest += " \ 12RDEPENDS:${PN}-ptest += " \
16 python3-argcomplete \ 13 python3-argcomplete \