From a4f6e682a67c2b18c7d81fd7ad352502d322d384 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Dec 2022 14:44:11 +0800 Subject: python3-coverage: upgrade 6.5.0 -> 7.0.1 Changelog: ========== -When checking if a file mapping resolved to a file that exists, we weren't considering files in .whl files. This is now fixed, closing issue 1511. -File pattern rules were too strict, forbidding plus signs and curly braces in directory and file names. This is now fixed, closing issue 1513. -Unusual Unicode or control characters in source files could prevent reporting. This is now fixed, closing issue 1512. -The PyPy wheel now installs on PyPy 3.7, 3.8, and 3.9, closing issue 1510. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-coverage_6.5.0.bb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-coverage_6.5.0.bb (limited to 'meta-python/recipes-devtools/python/python3-coverage_6.5.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-coverage_6.5.0.bb b/meta-python/recipes-devtools/python/python3-coverage_6.5.0.bb deleted file mode 100644 index dfa374d87a..0000000000 --- a/meta-python/recipes-devtools/python/python3-coverage_6.5.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Code coverage measurement for Python" -HOMEPAGE = "https://coverage.readthedocs.io" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" - -SRC_URI[sha256sum] = "f642e90754ee3e06b0e7e51bce3379590e76b7f76b708e1a71ff043f87025c84" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-sqlite3 \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-pprint \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-xml \ - ${PYTHON_PN}-crypt \ - ${PYTHON_PN}-shell \ - ${PYTHON_PN}-io \ -" -- cgit v1.2.3-54-g00ecf