From d331c9be4ea79aabb099a1ddd04d7c0b30c533d7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 3 Nov 2023 15:49:09 +0800 Subject: [PATCH] python3-testtools: upgrade 2.6.0 -> 2.7.0 Changelog: ============ * Fix compatibility with Python 3.12. * Add typing in various modules (still lacking full coverage). * Drop the 'test' command for distutils. This has been deprecated since 2.6.0. * Drop support for Python 3.6. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- meta/recipes-devtools/python/python-testtools.inc | 2 +- .../{python3-testtools_2.6.0.bb => python3-testtools_2.7.0.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-testtools_2.6.0.bb => python3-testtools_2.7.0.bb} (100%) diff --git a/meta/recipes-devtools/python/python-testtools.inc b/meta/recipes-devtools/python/python-testtools.inc index e004d0eb0b5..76f99c20583 100644 --- a/meta/recipes-devtools/python/python-testtools.inc +++ b/meta/recipes-devtools/python/python-testtools.inc @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a" inherit pypi -SRC_URI[sha256sum] = "28b65e14c0f2d3ecbbfb5f55c9dcde5e4faa80ac16a37a823909a1fe3cbcb30a" +SRC_URI[sha256sum] = "eec326f4275e6a55e5540302d01a0ae0a9e48991d7aade38a5c8ed093c37993a" DEPENDS += " \ ${PYTHON_PN}-pbr \ diff --git a/meta/recipes-devtools/python/python3-testtools_2.6.0.bb b/meta/recipes-devtools/python/python3-testtools_2.7.0.bb similarity index 100% rename from meta/recipes-devtools/python/python3-testtools_2.6.0.bb rename to meta/recipes-devtools/python/python3-testtools_2.7.0.bb -- 2.47.3