mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-04 20:19:39 +00:00
python3-gcovr: upgrade 8.5 -> 8.6
Changelog: ============ - Drop support for Python 3.9.Add support for Python 3.14. - To avoid merge errors, add the line number to the name of the unknown function. - If intermediate files are kept, rename the gcov files before processing them to log the final filename. - Use the first line after a function definition and not the first line which is hit. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ SRC_URI = " \
|
||||
git://github.com/gcovr/gcovr.git;branch=main;protocol=https \
|
||||
file://0001-pyproject.toml-Support-newer-versions.patch \
|
||||
"
|
||||
SRCREV = "71eedb8f300612d4095f2ffa4ac60e3fdd58c192"
|
||||
SRCREV = "e01ad73582821b5f90e079482164f8e885121e57"
|
||||
|
||||
|
||||
inherit python_hatchling
|
||||
Reference in New Issue
Block a user