diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-10 16:29:21 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-10 09:39:38 -0700 |
| commit | 4ea55900fdaf8746f71b4acb3f892532f926149f (patch) | |
| tree | 72d2c07689d8bbdc120e7ab408ddcd2ab14383af /meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb | |
| parent | 1d58644dcdae2d0dd063797ba01043f77f14a327 (diff) | |
| download | meta-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/recipes-devtools/python/python3-coverage_7.2.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb b/meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb new file mode 100644 index 0000000000..057c119a20 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "Code coverage measurement for Python" | ||
| 2 | HOMEPAGE = "https://coverage.readthedocs.io" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "d298c2815fa4891edd9abe5ad6e6cb4207104c7dd9fd13aea3fdebf6f9b91259" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | ${PYTHON_PN}-sqlite3 \ | ||
| 12 | ${PYTHON_PN}-core \ | ||
| 13 | ${PYTHON_PN}-pprint \ | ||
| 14 | ${PYTHON_PN}-json \ | ||
| 15 | ${PYTHON_PN}-xml \ | ||
| 16 | ${PYTHON_PN}-crypt \ | ||
| 17 | ${PYTHON_PN}-shell \ | ||
| 18 | ${PYTHON_PN}-io \ | ||
| 19 | ${PYTHON_PN}-toml \ | ||
| 20 | ${PYTHON_PN}-multiprocessing \ | ||
| 21 | " | ||
