summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-30 18:49:09 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-07 10:45:46 -0700
commitad0ddc93ce94faf354b7a0ecb60af4431d961268 (patch)
treefa82b2e949126f41807fbd16ead3c10eabdf52ff /meta-python
parent907e93c14392c304e1d8751b0098773ae67a152e (diff)
downloadmeta-openembedded-ad0ddc93ce94faf354b7a0ecb60af4431d961268.tar.gz
python3-tox: upgrade 4.52.1 -> 4.53.0
Changelog: eat(toml): allow bare range/labeled dicts in env_list Signed-off-by: Wang Mingyu <wangmy@fujitsu.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-tox_4.53.0.bb (renamed from meta-python/recipes-devtools/python/python3-tox_4.52.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tox_4.52.1.bb b/meta-python/recipes-devtools/python/python3-tox_4.53.0.bb
index dbac6deed8..bf3c1d3690 100644
--- a/meta-python/recipes-devtools/python/python3-tox_4.52.1.bb
+++ b/meta-python/recipes-devtools/python/python3-tox_4.53.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] = "297e71ea0ae4ef3acc45cb5fdf080b74537e6ecb5eea7d4646fa7322ca10473e" 9SRC_URI[sha256sum] = "62c780e42f87d34ee60f2ea20342156253794fdcbd6885fd797d98ee05009f22"
10 10
11BBCLASSEXTEND = "native nativesdk" 11BBCLASSEXTEND = "native nativesdk"
12inherit pypi python_hatchling 12inherit pypi python_hatchling