From 06e550a45c6b162b1b19504cf9719de5f837ac8e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 7 Jul 2023 11:13:45 +0800 Subject: [PATCH] python3-tox: upgrade 4.6.0 -> 4.6.3 Changelog: ============ Made issue template have less whitespace Docs link of env var subs section to set_env Removed duplicate text in bug report template Ensure get_requires* hook is called before prepare_metadata* Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-tox_4.6.0.bb => python3-tox_4.6.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tox_4.6.0.bb => python3-tox_4.6.3.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-tox_4.6.0.bb b/meta-python/recipes-devtools/python/python3-tox_4.6.3.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-tox_4.6.0.bb rename to meta-python/recipes-devtools/python/python3-tox_4.6.3.bb index e83587528c..ed8fc38b2a 100644 --- a/meta-python/recipes-devtools/python/python3-tox_4.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-tox_4.6.3.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://tox.readthedocs.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" -SRC_URI[sha256sum] = "954f1f647f67f481d239a193288983242a6152b67503c4a56b19a4aafaa29736" +SRC_URI[sha256sum] = "9e2c5091a117d03b583c57c4c40aecd068099c17d40520e7b165e85c19334534" BBCLASSEXTEND = "native nativesdk" inherit pypi python_hatchling