summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-coverage_7.0.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-coverage: upgrade 7.0.4 -> 7.0.5Wang Mingyu2023-01-171-21/+0
| | | | | | | | | | Changelog: =========== Fix: On Python 3.7, a file with type annotations but no from __future__ import annotations would be missing statements in the coverage report. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.0.3 -> 7.0.4Wang Mingyu2023-01-111-0/+21
Changelog: -Performance: an internal cache of file names was accidentally disabled, resulting in sometimes drastic reductions in performance. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>