summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-10 16:29:21 +0800
committerKhem Raj <raj.khem@gmail.com>2023-04-10 09:39:38 -0700
commit4ea55900fdaf8746f71b4acb3f892532f926149f (patch)
tree72d2c07689d8bbdc120e7ab408ddcd2ab14383af /meta-python
parent1d58644dcdae2d0dd063797ba01043f77f14a327 (diff)
downloadmeta-openembedded-4ea55900fdaf8746f71b4acb3f892532f926149f.tar.gz
python3-coverage: upgrade 7.2.2 -> 7.2.3
Changelog: ========== - Fix: the :ref:`config_run_sigterm` setting was meant to capture data if a process was terminated with a SIGTERM signal, but it didn't always. - Performance: HTML reports with context information are now much more compact. File sizes are typically as small as one-third the previous size, but can be dramatically smaller. - Development dependencies no longer use hashed pins, closing issue 1592. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb (renamed from meta-python/recipes-devtools/python/python3-coverage_7.2.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.2.2.bb b/meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb
index 58d0b46f6..057c119a2 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_7.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
5 5
6SRC_URI[sha256sum] = "36dd42da34fe94ed98c39887b86db9d06777b1c8f860520e21126a75507024f2" 6SRC_URI[sha256sum] = "d298c2815fa4891edd9abe5ad6e6cb4207104c7dd9fd13aea3fdebf6f9b91259"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9