emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70528: closed ([PATCH] gnu: jube: Update to version 2.6.1.)


From: GNU bug Tracking System
Subject: bug#70528: closed ([PATCH] gnu: jube: Update to version 2.6.1.)
Date: Fri, 26 Apr 2024 16:36:05 +0000

Your message dated Fri, 26 Apr 2024 17:34:36 +0100
with message-id <87edast74z.fsf@cbaines.net>
and subject line Re: [bug#70528] [PATCH] gnu: jube: Update to version 2.6.1.
has caused the debbugs.gnu.org bug report #70528,
regarding [PATCH] gnu: jube: Update to version 2.6.1.
to be marked as done.

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


-- 
70528: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70528
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#70528] [PATCH] gnu: jube: Update to version 2.6.1. Date: Fri, 26 Apr 2024 17:34:36 +0100 User-agent: mu4e 1.12.2; emacs 29.3
"Romain GARBAGE" <romain.garbage@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]