summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-23 09:57:17 +0800
committerKhem Raj <raj.khem@gmail.com>2024-01-23 11:55:39 -0800
commit8da761a36b8c80ba7849fc9fa4f18e146c7660c7 (patch)
tree75803510e735bd9c41d27bf633cb7633e534f9a7 /meta-python
parentd2cc59cb5968b118de0440ad8f17fed008cec321 (diff)
downloadmeta-openembedded-8da761a36b8c80ba7849fc9fa4f18e146c7660c7.tar.gz
python3-tox: upgrade 4.11.4 -> 4.12.1
Changelog: ========== -Fix tox version requirement in docs -Fix Tox failing with --installpkg and multi testenvs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-tox_4.12.1.bb (renamed from meta-python/recipes-devtools/python/python3-tox_4.11.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tox_4.11.4.bb b/meta-python/recipes-devtools/python/python3-tox_4.12.1.bb
index 62c15a7db..6d092c6ff 100644
--- a/meta-python/recipes-devtools/python/python3-tox_4.11.4.bb
+++ b/meta-python/recipes-devtools/python/python3-tox_4.12.1.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://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] = "73a7240778fabf305aeb05ab8ea26e575e042ab5a18d71d0ed13e343a51d6ce1" 9SRC_URI[sha256sum] = "61aafbeff1bd8a5af84e54ef6e8402f53c6a6066d0782336171ddfbf5362122e"
10 10
11BBCLASSEXTEND = "native nativesdk" 11BBCLASSEXTEND = "native nativesdk"
12inherit pypi python_hatchling 12inherit pypi python_hatchling