summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-01-21 15:17:05 +0200
committerKhem Raj <raj.khem@gmail.com>2021-01-25 14:34:06 -0800
commit9beb40969d968d89dbf2259afcfed45da1972da9 (patch)
tree4e62b90462a1e5a8676f10d3889a2432a4614537 /meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb
parent6934bf3db8701e4bd1fed13882186b5ae3555d36 (diff)
downloadmeta-openembedded-9beb40969d968d89dbf2259afcfed45da1972da9.tar.gz
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 <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-coverage_5.3.1.bb9
1 files changed, 9 insertions, 0 deletions
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 @@
1SUMMARY = "Code coverage measurement for Python"
2HOMEPAGE = "https://coverage.readthedocs.io"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
5
6SRC_URI[sha256sum] = "38f16b1317b8dd82df67ed5daa5f5e7c959e46579840d77a67a4ceb9cef0a50b"
7
8inherit pypi setuptools3
9