summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-coverage_6.4.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-coverage: Upgrade 6.4.1 -> 6.4.4Leon Anavi2022-08-221-16/+0
| | | | | | | | | | | | | | | | | | Upgrade to release 6.4.4: - Wheels are now provided for Python 3.11 - Fix a failure when combining data files if the file names contained glob-like patterns - Fix a messaging failure when combining Windows data files on a different drive than the current directory - Fix path calculations when running in the root directory, as you might do in a Docker container - Filtering in the HTML report wouldn't work when reloading the index page. This is now fixed - Fix a problem with Cython code measurement Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: Upgrade 6.3.2 -> 6.4.1Leon Anavi2022-07-111-0/+16
Upgrade to release 6.4.1: - Greatly improved performance on PyPy, and other environments that need the pure Python trace function. - The conditions for using tomllib from the standard library have been made more precise, so that 3.11 alphas will continue to work. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>