GNU bug report logs - #70528
[PATCH] gnu: jube: Update to version 2.6.1.

Previous Next

Package: guix-patches;

Reported by: "Romain GARBAGE" <romain.garbage <at> inria.fr>

Date: Tue, 23 Apr 2024 08:19:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 70528 in the body.
You can then email your comments to 70528 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70528; Package guix-patches. (Tue, 23 Apr 2024 08:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Romain GARBAGE" <romain.garbage <at> inria.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 23 Apr 2024 08:19:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Romain GARBAGE" <romain.garbage <at> inria.fr>
To: <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: jube: Update to version 2.6.1.
Date: Tue, 23 Apr 2024 10:18:12 +0200
* gnu/packages/python-xyz.scm (jube): Update to new version. Add
`python-pyyaml' to `native-inputs'.

Change-Id: I77e1532f069f2f745b4acb575dc3c4a6861a8945
---
 gnu/packages/python-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 92566abfed..d26f1c109b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28798,7 +28798,7 @@ (define-public jube
   (package
     ;; This is a command-line tool, so no "python-" prefix.
     (name "jube")
-    (version "2.2.2")
+    (version "2.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -28806,9 +28806,10 @@ (define-public jube
                     version))
               (sha256
                (base32
-                "0xq4k1q63s1p6swgyp61vahlrd1fqmgbm0gm5kpj8ikwy0yc0nqk"))
+                "0r5d2gdqa0f4c468q3k25ycw1k2g76gg8fyiln4ni98fvfsbx3il"))
               (file-name (string-append "jube-" version ".tar.gz"))))
     (build-system python-build-system)
+    (native-inputs (list python-pyyaml)) ; pyyaml is needed for tests
     (home-page "https://apps.fz-juelich.de/jsc/jube/jube2/docu/index.html")
     (synopsis "Benchmarking environment")
     (description
-- 
2.41.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Fri, 26 Apr 2024 16:36:05 GMT) Full text and rfc822 format available.

Notification sent to "Romain GARBAGE" <romain.garbage <at> inria.fr>:
bug acknowledged by developer. (Fri, 26 Apr 2024 16:36:06 GMT) Full text and rfc822 format available.

Message #10 received at 70528-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: "Romain GARBAGE" <romain.garbage <at> inria.fr>
Cc: 70528-done <at> debbugs.gnu.org
Subject: Re: [bug#70528] [PATCH] gnu: jube: Update to version 2.6.1.
Date: Fri, 26 Apr 2024 17:34:36 +0100
[Message part 1 (text/plain, inline)]
"Romain GARBAGE" <romain.garbage <at> inria.fr> writes:

> * gnu/packages/python-xyz.scm (jube): Update to new version. Add
> `python-pyyaml' to `native-inputs'.
>
> Change-Id: I77e1532f069f2f745b4acb575dc3c4a6861a8945
> ---
>  gnu/packages/python-xyz.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Looks good to me, I've pushed this to master as
fc63020acc2fe555f7834d5105d06cedac817aec.

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

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 25 May 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 21 days ago.

Previous Next


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