From 9beb40969d968d89dbf2259afcfed45da1972da9 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 21 Jan 2021 15:17:05 +0200 Subject: python3-coverage: Upgrade 5.3 -> 5.3.1 Upgrade to release 5.3.1: - When using --source on a large source tree, v5.x was slower than previous versions. This performance regression is now fixed. - Mysterious SQLite errors can happen on PyPy. An immediate retry seems to fix the problem, although it is an unsatisfying solution. - The HTML report now saves the sort order in a more widely supported way. - The HTML report pages now have a Sleepy Snake favicon. - Wheels are now provided for manylinux2010, and for PyPy3. - Continuous integration has moved from Travis and AppVeyor to GitHub Actions. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb | 9 +++++++++ meta-python/recipes-devtools/python/python3-coverage_5.3.bb | 10 ---------- 2 files changed, 9 insertions(+), 10 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-coverage_5.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb b/meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb new file mode 100644 index 0000000000..14d29a247d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb @@ -0,0 +1,9 @@ +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] = "38f16b1317b8dd82df67ed5daa5f5e7c959e46579840d77a67a4ceb9cef0a50b" + +inherit pypi setuptools3 + diff --git a/meta-python/recipes-devtools/python/python3-coverage_5.3.bb b/meta-python/recipes-devtools/python/python3-coverage_5.3.bb deleted file mode 100644 index 2354c5e738..0000000000 --- a/meta-python/recipes-devtools/python/python3-coverage_5.3.bb +++ /dev/null @@ -1,10 +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[md5sum] = "c2faf2ccc498ce16fd48cc9201c520d7" -SRC_URI[sha256sum] = "280baa8ec489c4f542f8940f9c4c2181f0306a8ee1a54eceba071a449fb870a0" - -inherit pypi setuptools3 - -- cgit v1.2.3-54-g00ecf