summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-06-12 18:34:00 +0300
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-14 23:13:31 -0700
commit3bbae18504f7a77ed4237a28f74cf9d99a3fcf81 (patch)
tree366e35427573c15e43dfb90130f61977260c83fa /meta-python
parent1200bc49e0a530d3ce11279666c910ea4260658f (diff)
downloadmeta-openembedded-3bbae18504f7a77ed4237a28f74cf9d99a3fcf81.tar.gz
python3-traitlets: Upgrade 5.15.0 -> 5.15.1
Upgrade to release 5.15.1: - Fix CI (docs build, mypy tests, downstream) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-traitlets_5.15.1.bb (renamed from meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.15.1.bb
index 9c04286030..2bb28a589c 100644
--- a/meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb
+++ b/meta-python/recipes-devtools/python/python3-traitlets_5.15.1.bb
@@ -3,7 +3,7 @@ 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] = "4fead733f81cf1c4c938e06f8ca4633896833c9d89eff878159457f4d4392971" 6SRC_URI[sha256sum] = "7b1c07854fe25acb39e009bae49f11b79ff6cbb2f27999104e9110e7a6b53722"
7 7
8inherit pypi python_hatchling ptest 8inherit pypi python_hatchling ptest
9 9