GNU bug report logs - #77698
[PATCH 0/7] Updates for a bunch of Python libraries

Previous Next

Package: guix-patches;

Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>

Date: Thu, 10 Apr 2025 12:26:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: 77698 <at> debbugs.gnu.org
Cc: Daniel Ziltener <dziltener <at> lyrion.ch>
Subject: [bug#77698] [PATCH 2/7] gnu: python-pbr: Update to 6.1.1.
Date: Thu, 10 Apr 2025 14:26:13 +0200
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c27f1fdf2f..0cec18b823 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6354,14 +6354,14 @@ (define-public python-py
 (define-public python-pbr-minimal
   (package
     (name "python-pbr-minimal")
-    (version "5.5.1")
+    (version "6.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pbr" version))
        (sha256
         (base32
-         "1j8k5d4rdhy5bw5ai1vkjzln2albah94in3vvyvxa0n42fv81baz"))))
+         "0szp9dy7ksvpqddfzzca2a4assag8whmgxyhk7njxsw9d7775slk"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))
@@ -9844,7 +9844,7 @@ (define-public python-numpy-2
     (arguments
      (list
       ;; TODO: Tests fail on setup, there is some issue with vendored-meson.
-      #:tests? #f 
+      #:tests? #f
       #:modules '((guix build utils)
                   (guix build pyproject-build-system)
                   (ice-9 format))
-- 
2.49.0





This bug report was last modified 65 days ago.

Previous Next


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