summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-coverage_7.2.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-coverage: upgrade 7.2.1 -> 7.2.2Wang Mingyu2023-03-221-21/+0
| | | | | | | | | | | | | | | | Changelog: =========== - Fix: if a virtualenv was created inside a source directory, and a sourced package was installed inside the virtualenv, then all of the third-party packages inside the virtualenv would be measured. This was incorrect, but has now been fixed: only the specified packages will be measured. - Fix: the coverage lcov command could create a .lcov file with incorrect LF (lines found) and LH (lines hit) totals. - Fix: the coverage xml command on Windows could create a .xml file with duplicate <package> elements. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.2.0 -> 7.2.1Wang Mingyu2023-03-041-0/+21
Changelog: ========== Fix: the PyPI page had broken links to documentation pages, but no longer does, closing issue 1566. Fix: public members of the coverage module are now properly indicated so that mypy will find them, fixing issue 1564. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>