diff mbox series

[meta-python,2/3] python3-gcovr: Upgrade 7.2 -> 8.0

Message ID 20241008124837.675442-2-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/3] python3-multidict: Upgrade 6.0.5 -> 6.1.0 | expand

Commit Message

Leon Anavi Oct. 8, 2024, 12:48 p.m. UTC
Upgrade to version 8.0:

- Changes related to added support of gcov JSON intermediate format
- Detect suspicious counter values in gcov output
- Add --html-single-page to create a single page report (static or
  with Javascript)
- Upload standalone applications as release artifacts
- Add support for gcov JSON intermediate format
- Add Exclusion markers to exclude a while function
- Change sort order in JSON output files
- Add source exclusion markers to exclude source branch from target
  line
- Implement consistent sorting of files with no lines, or one line
  with zero coverage
- Use replacement value of 0 for function call count NAN %
- Fix erroneous deprecation warning
- Fix display filename in HTML report
- Fix bundle of standalone executable with Python 3.12
- Fix merging of function coverage data
- Fix inefficient regular expression
- Fix missing output of gcov if execution fails
- Move tests to directory in the root
- Add MacOs to the GitHub test workflow
- Remove test exclusions for MacOs and adapt tests and reference
  data
- Link correct documentation version in copyright header
- Move tag creation before publish the distribution because tag
  from pipeline doesn't trigger additional runs
- Fix scrubber for date in HTML test data
- Add test with Python 3.12
- Add gcc-14 to the test suite
- Skip coverage upload if executed in a fork
- Only execute pipeline if pushed on main and add button to execute
  workflow manual
- Check spelling in test pipeline
- Merge the test and deploy workflow to a single CI workflow
- Add Codacy to CI workflow for tracking coverage and code quality
- Add bandit to the linters
- Remove Codecov upload from pipeline
- Add test with bazel tests

License-Update: Adapt to new format, remains BSD 3-Clause License

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-gcovr_7.2.bb => python3-gcovr_8.0.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-gcovr_7.2.bb => python3-gcovr_8.0.bb} (77%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-gcovr_7.2.bb b/meta-python/recipes-devtools/python/python3-gcovr_8.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-gcovr_7.2.bb
rename to meta-python/recipes-devtools/python/python3-gcovr_8.0.bb
index 517124742..27a4972ad 100644
--- a/meta-python/recipes-devtools/python/python3-gcovr_7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-gcovr_8.0.bb
@@ -2,10 +2,10 @@  DESCRIPTION = "generate GCC code coverage reports"
 HOMEPAGE = "https://gcovr.com"
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5a58ca91c1758a53f896ba89d8aaac2"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b307623752f2e1189349885b95b326e5"
 
 SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https"
-SRCREV = "c4b74b0859611283be646d590c7915e787911b6f"
+SRCREV = "029de7050c8a7fffdaaee13cccd3939b29412190"
 
 S = "${WORKDIR}/git"