GNU bug report logs - #77751
[PATCH] gnu: python-gcovr: Update to 8.3.

Previous Next

Package: guix-patches;

Reported by: Florent Pruvost <florent.pruvost <at> inria.fr>

Date: Fri, 11 Apr 2025 17:23:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77751: closed ([PATCH] gnu: python-gcovr: Update to 8.3.)
Date: Sun, 13 Apr 2025 21:28:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 13 Apr 2025 22:27:01 +0100
with message-id <87cydfeore.fsf <at> gmail.com>
and subject line [PATCH] gnu: python-gcovr: Update to 8.3.
has caused the debbugs.gnu.org bug report #77751,
regarding [PATCH] gnu: python-gcovr: Update to 8.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77751: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77751
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Florent Pruvost <florent.pruvost <at> inria.fr>
To: guix-patches <at> gnu.org
Cc: Florent Pruvost <florent.pruvost <at> inria.fr>
Subject: [PATCH] gnu: python-gcovr: Update to 8.3.
Date: Fri, 11 Apr 2025 15:53:24 +0200
* gnu/packages/python-xyz.scm (python-gcovr): Update to 8.3.

Change-Id: I3c4f0378ba1f3f0e380a4940c8e1ad3aaf5e5a5a
---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c27f1fdf2f..3236f210e0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33371,17 +33371,27 @@ (define-public python-block-tracing
 (define-public python-gcovr
   (package
     (name "python-gcovr")
-    (version "4.2")
+    (version "8.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "gcovr" version))
        (sha256
         (base32
-          "0gyady7x3v3l9fm1zan0idaggqqcm31y7g5vxk7h05p5h7f39bjs"))))
-    (build-system python-build-system)
+          "0ych0kqbxp5giksdkh6i32vh97zrsh3m2rfs02c8rxx7qkwp38zs"))))
+    (build-system pyproject-build-system)
+    (native-inputs
+     (list python-hatchling
+           python-hatch-fancy-pypi-readme
+           python-hatch-vcs
+           python-pytest
+           python-pytest-timeout))
     (propagated-inputs
-     (list python-lxml python-jinja2))
+     (list python-lxml
+           python-jinja2
+           python-colorlog
+           python-pygments
+           python-tomli))
     (home-page "https://gcovr.com/")
     (synopsis "Utility for generating code coverage results")
     (description

base-commit: 6036f1f3053bc9b4f0411b5e8aeaab5bd7f4ec7b
prerequisite-patch-id: 87dfb058eedd5ed96423595c9fe5d78fda294495
-- 
2.43.0



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 77751-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: python-gcovr: Update to 8.3.
Date: Sun, 13 Apr 2025 22:27:01 +0100
[Message part 4 (text/plain, inline)]
Hi,

Pushed to master as 611649a195433655d4a59dae4f8b7b4c645fb00d.

--
Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 130 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.