[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#76746] [PATCH v2 03/13] gnu: python-rich: Update to 13.9.4.
From: |
45mg |
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
- [bug#76746] [PATCH 10/13] gnu: Add python-ytmusicapi., (continued)
- [bug#76746] [PATCH 10/13] gnu: Add python-ytmusicapi., 45mg, 2025/03/04
- [bug#76746] [PATCH 06/13] gnu: Add python-jaconv., 45mg, 2025/03/04
- [bug#76746] [PATCH 12/13] gnu: Add python-spotipy., 45mg, 2025/03/04
- [bug#76746] [PATCH 11/13] gnu: Add python-pytube., 45mg, 2025/03/04
- [bug#76746] [PATCH 07/13] gnu: Add python-pykakasi., 45mg, 2025/03/04
- [bug#76746] [PATCH 09/13] gnu: Add python-soundcloud-v2., 45mg, 2025/03/04
- [bug#76746] [PATCH 00/13] Add spotify-downloader., Sharlatan Hellseher, 2025/03/09
- [bug#76746] [PATCH v2 02/13] gnu: python-rapidfuzz: Update to 3.10.1., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 00/13] Add spotify-downloader., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 03/13] gnu: python-rich: Update to 13.9.4.,
45mg <=
- [bug#76746] [PATCH v2 01/13] gnu: python-slugify: Update to 8.0.4., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 07/13] gnu: Add python-pykakasi., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 04/13] gnu: Add python-websockets-14., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 05/13] gnu: Add python-dacite., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 08/13] gnu: Add python-syncedlyrics., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 10/13] gnu: Add python-ytmusicapi., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 09/13] gnu: Add python-soundcloud-v2., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 06/13] gnu: Add python-jaconv., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 11/13] gnu: Add python-pytube., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 12/13] gnu: Add python-spotipy., 45mg, 2025/03/11