GNU bug report logs - #76746
[PATCH 00/13] Add spotify-downloader.

Previous Next

Package: guix-patches;

Reported by: 45mg <45mg.writes <at> gmail.com>

Date: Tue, 4 Mar 2025 19:11:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: 45mg <45mg.writes <at> gmail.com>
To: 45mg <45mg.writes <at> gmail.com>, 76746 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>, Lars-Dominik Braun <lars <at> 6xq.net>, Munyoki Kilyungi <me <at> bonfacemunyoki.com>, Sharlatan Hellseher <sharlatanus <at> gmail.com>, Tanguy Le Carrour <tanguy <at> bioneland.org>, jgart <jgart <at> dismail.de>
Subject: [bug#76746] [PATCH v2 03/13] gnu: python-rich: Update to 13.9.4.
Date: Tue, 11 Mar 2025 19:53:22 +0530
* gnu/packages/python-xyz.scm (python-rich): Update to 13.9.4.
[source]{url}: Use new GitHub repository.
[arguments]{test-flags}: Skip another failing test.
[native-inputs]: Add which.

Change-Id: Iea6416016e24e0e2684bbf6a767401834fbb581b
---
 gnu/packages/python-xyz.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index db4ebc8ab4..db105cd427 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21824,23 +21824,24 @@ (define-public python-slugid
 (define-public python-rich
   (package
     (name "python-rich")
-    (version "13.7.1")
+    (version "13.9.4")
     (source
       (origin
         ;; There are no tests in the PyPI tarball.
         (method git-fetch)
         (uri (git-reference
-              (url "https://github.com/willmcgugan/rich")
+              (url "https://github.com/Textualize/rich")
               (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "0jvkcp473c0icbb8md3grc3285j2cy0z0swxgk2g67d9n0zfdfzc"))))
+          "03qqipjjxpp4c984nzr667k9sa15bmbkzl0865jkyjvy6kvjkak5"))))
     (build-system pyproject-build-system)
     (arguments
      (list
       #:test-flags
-      ;; These fail for unknown reasons, but the results look identical.
+      ;; These fail for unknown reasons. The results look nearly identical
+      ;; except for some minor differences in the colors.
       ;; Perhaps only the terminal escape sequences are superficially
       ;; different?
       '(list "-k" (string-append "not test_card_render"
@@ -21849,12 +21850,14 @@ (define-public python-rich
                                  " and not test_python_render_simple"
                                  " and not test_python_render_simple_passing_lexer_instance"
                                  " and not test_python_render_indent_guides"
+                                 " and not test_background_color_override_includes_padding"
                                  " and not test_option_no_wrap"
                                  " and not test_syntax_highlight_ranges"))))
     (propagated-inputs
      (list python-markdown-it-py python-pygments))
     (native-inputs
-     (list python-poetry-core python-pytest))
+     (list which  ;needed by test_brokenpipeerror
+           python-poetry-core python-pytest))
     (home-page "https://github.com/willmcgugan/rich")
     (synopsis "Render rich text and more to the terminal")
     (description
-- 
2.48.1





This bug report was last modified 86 days ago.

Previous Next


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