From 56f4b30c99e7f0b784259705c5610e6d13ebc30c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 9 Jan 2026 17:59:27 +0200 Subject: python3-gcovr: Upgrade 8.3 -> 8.5 Upgrade to release 8.5: Breaking changes: - The option --lcov-test-name doesn't accept values with spaces anymore. - The option --lcov-format-1.x is deprecated and mapped to --lcov-format-version=1.x. - Changes to HTML templates. New features and notable changes: - Due to added support for LLVM source based code coverage format some configuration file keys got changed. The old gcov named options are still supported but they also affect the LLVM toolchain. Bug fixes and small improvements: - Fix coveralls report if there are several coverage elements per line. - Fix not excluded conditions if branches are excluded by comments. - Fix reported excluded branches in LCOV report. - Fix exclusion filter --gcov-exclude. - Add --json-trace-data-source to include the trace data source in the JSON report independent from --verbose. - Remove generated gcov files on error and catch additional gcov error message. - Change default HTML theme excluded line color. - Move theme colors to a separate CSS file so they can be overridden with a simple --html-template-dir directory with only the style.colors.css file. - Fix regular expression for detecting a version mismatch between gcc and gcov. - Improve logging messages for GCOV execution errors to not print information twice and add trace messages for gcov execution. - Fix handling of lines after function specialization. - Improve performance by changing logging messages (level and lazy interpolation). - Fix text report for covered decisions. - Fix runtime problem introduced with 8.4. - Fix wrong entries in data source attribute of JSON report. - Fix nested HTML report without coverage data. - Add warning if coverage data is empty. - Add warning if function lines are missing in external generated GCOV files. - Extend support for zipped reports. If last suffix is .xz then LZMA is used to compress the report. - Fix function exclusion in report generation. - Do not ignore lines without functions, e.g. from inlined code. - Ignore all whitespaces instead of only spaces for detection of noncode lines. - Add support for temporary merging line coverage objects without modifying the data model. - Change internal behavior of --exclude-function-lines to exclude the line of function definition instead of removing it completely. - Ensure that all functions have a line coverage element in LCOV report. License-Update: Update years Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../0001-pyproject.toml-Support-newer-versions.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-gcovr') diff --git a/meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch b/meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch index b06acdf333..2e422cd8fc 100644 --- a/meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch +++ b/meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch @@ -20,12 +20,12 @@ index f8e54eb03..e6242f042 100644 [build-system] requires = [ -- "hatchling==1.26.1", -- "hatch-vcs==0.4.0", -- "hatch-fancy-pypi-readme==24.1.0" -+ "hatchling>=1.26.1", -+ "hatch-vcs>=0.4.0", -+ "hatch-fancy-pypi-readme>=24.1.0" +- "hatchling==1.27.0", +- "hatch-vcs==0.5.0", +- "hatch-fancy-pypi-readme==25.1.0", ++ "hatchling>=1.27.0", ++ "hatch-vcs>=0.5.0", ++ "hatch-fancy-pypi-readme>=25.1.0" ] build-backend = "hatchling.build" -- cgit v1.2.3-54-g00ecf