From 7ebb11fd238cde3d02ea8996f9aa09978c2085b3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 3 Nov 2023 15:49:09 +0800 Subject: 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. (From OE-Core rev: d331c9be4ea79aabb099a1ddd04d7c0b30c533d7) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-testtools.inc | 2 +- meta/recipes-devtools/python/python3-testtools_2.6.0.bb | 3 --- meta/recipes-devtools/python/python3-testtools_2.7.0.bb | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-testtools_2.6.0.bb create mode 100644 meta/recipes-devtools/python/python3-testtools_2.7.0.bb diff --git a/meta/recipes-devtools/python/python-testtools.inc b/meta/recipes-devtools/python/python-testtools.inc index e004d0eb0b..76f99c2058 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.6.0.bb deleted file mode 100644 index 79e46a02de..0000000000 --- a/meta/recipes-devtools/python/python3-testtools_2.6.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-testtools.inc - diff --git a/meta/recipes-devtools/python/python3-testtools_2.7.0.bb b/meta/recipes-devtools/python/python3-testtools_2.7.0.bb new file mode 100644 index 0000000000..79e46a02de --- /dev/null +++ b/meta/recipes-devtools/python/python3-testtools_2.7.0.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-testtools.inc + -- cgit v1.2.3-54-g00ecf