diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-06-12 18:34:00 +0300 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-14 23:13:31 -0700 |
| commit | 3bbae18504f7a77ed4237a28f74cf9d99a3fcf81 (patch) | |
| tree | 366e35427573c15e43dfb90130f61977260c83fa /meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb | |
| parent | 1200bc49e0a530d3ce11279666c910ea4260658f (diff) | |
| download | meta-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/recipes-devtools/python/python3-traitlets_5.15.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb | 24 |
1 files changed, 0 insertions, 24 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.0.bb deleted file mode 100644 index 9c04286030..0000000000 --- a/meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | SUMMARY = "Traitlets Python config system" | ||
| 2 | HOMEPAGE = "https://github.com/ipython/traitlets" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=13bed0ee6f46a6f6dbf1f9f9572f250a" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "4fead733f81cf1c4c938e06f8ca4633896833c9d89eff878159457f4d4392971" | ||
| 7 | |||
| 8 | inherit pypi python_hatchling ptest | ||
| 9 | |||
| 10 | SRC_URI += "file://run-ptest" | ||
| 11 | |||
| 12 | RDEPENDS:${PN}-ptest += " \ | ||
| 13 | python3-argcomplete \ | ||
| 14 | bash \ | ||
| 15 | python3-mypy \ | ||
| 16 | python3-pytest \ | ||
| 17 | python3-pytest-mock \ | ||
| 18 | python3-unittest-automake-output \ | ||
| 19 | " | ||
| 20 | |||
| 21 | do_install_ptest() { | ||
| 22 | install -d ${D}${PTEST_PATH}/tests | ||
| 23 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 24 | } | ||
