summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-19 19:39:15 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-21 07:30:59 -0700
commitd2656956d951589304b867e35a9b7741c7a75ecf (patch)
tree66184f0d230559c9965806f582020f10f7704bc8 /meta-python/recipes-devtools
parentb71b3e83fd3debfbd3c6b4f34d9b18824a65f4db (diff)
downloadmeta-openembedded-d2656956d951589304b867e35a9b7741c7a75ecf.tar.gz
python3-tox: upgrade 4.53.1 -> 4.54.0
Changelog: =========== - test(conftest): strip broken nspkg.pth files under py3.15 - feat(packaging): declare tox.pytest deps via a testing extra - fix(schema): cover every replace form in the TOML schema 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')
-rw-r--r--meta-python/recipes-devtools/python/python3-tox_4.54.0.bb (renamed from meta-python/recipes-devtools/python/python3-tox_4.53.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tox_4.53.1.bb b/meta-python/recipes-devtools/python/python3-tox_4.54.0.bb
index b3fe030c6c..aed495622b 100644
--- a/meta-python/recipes-devtools/python/python3-tox_4.53.1.bb
+++ b/meta-python/recipes-devtools/python/python3-tox_4.54.0.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://tox.readthedocs.org/"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7"
8 8
9SRC_URI[sha256sum] = "7be9805ed4a34242510c7acc9a7e3a01a35942e08f31f8bd69067c3a37130afc" 9SRC_URI[sha256sum] = "21e36fd8256590379620848d0b03b52f4d541b65b749de1a17c3e616978dad58"
10 10
11BBCLASSEXTEND = "native nativesdk" 11BBCLASSEXTEND = "native nativesdk"
12inherit pypi python_hatchling 12inherit pypi python_hatchling