summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-coverage_5.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-coverage: Upgrade 5.2.1 -> 5.3Leon Anavi2020-09-151-0/+10
Upgrade to release 5.3: - The source setting has always been interpreted as either a file path or a module, depending on which existed. If both interpretations were valid, it was assumed to be a file path. The new source_pkgs setting can be used to name a package to disambiguate this case. - If a plugin was disabled due to an exception, we used to still try to record its information, causing an exception. This is now fixed. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>