GNU bug report logs - #55453
[PATCH 0/1] gnu: python-rich: Update to 12.4.1.

Previous Next

Package: guix-patches;

Reported by: Taiju HIGASHI <higashi <at> taiju.info>

Date: Mon, 16 May 2022 15:07:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 55453 in the body.
You can then email your comments to 55453 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#55453; Package guix-patches. (Mon, 16 May 2022 15:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Taiju HIGASHI <higashi <at> taiju.info>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 16 May 2022 15:07:02 GMT) Full text and rfc822 format available.

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

From: Taiju HIGASHI <higashi <at> taiju.info>
To: guix-patches <at> gnu.org
Cc: Taiju HIGASHI <higashi <at> taiju.info>
Subject: [PATCH 0/1] gnu: python-rich: Update to 12.4.1.
Date: Tue, 17 May 2022 00:04:19 +0900
Hi,

Build of python-rich fails because the version of python-rich is out of date.
As a result, the build of pelican, which depends on python-rich, also fails.

I think this is because the version of pygments has been upgraded and the
problem fixed in the pull request below has occurred.

With this patch, both python-rich and pelican can be built.

Thank you

Taiju HIGASHI (1):
  gnu: python-rich: Update to 12.4.1.

 gnu/packages/python-xyz.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

--
2.35.1




Information forwarded to guix-patches <at> gnu.org:
bug#55453; Package guix-patches. (Mon, 16 May 2022 15:11:02 GMT) Full text and rfc822 format available.

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

From: Taiju HIGASHI <higashi <at> taiju.info>
To: 55453 <at> debbugs.gnu.org
Cc: Taiju HIGASHI <higashi <at> taiju.info>
Subject: [PATCH 1/1] gnu: python-rich: Update to 12.4.1.
Date: Tue, 17 May 2022 00:09:59 +0900
* gnu/packages/python-xyz.scm (python-rich): Update to 12.4.1.
---
 gnu/packages/python-xyz.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 199fcf5fb8..f3efd49af6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -121,6 +121,7 @@
 ;;; Copyright © 2022 Peter Polidoro <peter <at> polidoro.io>
 ;;; Copyright © 2022 Wamm K. D. <jaft.r <at> outlook.com>
 ;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
+;;; Copyright © 2022 Taiju HIGASHI <higashi <at> taiju.info>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -16500,13 +16501,13 @@ (define-public python-rarfile
 (define-public python-rich
   (package
     (name "python-rich")
-    (version "10.2.2")
+    (version "12.4.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "rich" version))
               (sha256
                (base32
-                "1z5m5brcdf3vndpavcqj5nl35xby4x5rfj48klhwqycfqf3g9cqp"))))
+                "149vjb4cpf9mz14iig0b6d8065dm8aslp6pc45g9ipmp1wf00ffj"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -16519,7 +16520,10 @@ (define-public python-rich
                                  "tests")
                (invoke "python" "-m" "pytest" "-vv")))))))
     (propagated-inputs
-     (list python-attrs python-colorama python-commonmark python-pygments
+     (list python-commonmark
+           python-dataclasses
+           python-ipywidgets
+           python-pygments
            python-typing-extensions))
     (native-inputs
      `(("python-pytest" ,python-pytest)
@@ -16535,7 +16539,7 @@ (define-public python-rich
            (file-name (git-file-name name version))
            (sha256
             (base32
-             "19f4svb363sn5708qkpa6lakmiwzyb25h8kmh7bqrsbbrvi9hr70"))))))
+             "17c3gljn8zv32xnpsgd3fqgqn4r7cdfqri41hridcpbhssdgkyp9"))))))
     (home-page "https://github.com/willmcgugan/rich")
     (synopsis "Render rich text and more to the terminal")
     (description
-- 
2.35.1





Information forwarded to guix-patches <at> gnu.org:
bug#55453; Package guix-patches. (Mon, 16 May 2022 15:15:01 GMT) Full text and rfc822 format available.

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

From: Taiju HIGASHI <higashi <at> taiju.info>
To: 55453 <at> debbugs.gnu.org
Cc: Taiju HIGASHI <higashi <at> taiju.info>
Subject: Re: [PATCH 1/1] gnu: python-rich: Update to 12.4.1.
Date: Tue, 17 May 2022 00:14:15 +0900
Sorry, I forgot to include the Pull Request URL in the email.
It is the following URL.

https://github.com/Textualize/rich/pull/1796




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 24 May 2022 14:51:01 GMT) Full text and rfc822 format available.

Notification sent to Taiju HIGASHI <higashi <at> taiju.info>:
bug acknowledged by developer. (Tue, 24 May 2022 14:51:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Taiju HIGASHI <higashi <at> taiju.info>
Cc: 55453-done <at> debbugs.gnu.org
Subject: Re: bug#55453: [PATCH 0/1] gnu: python-rich: Update to 12.4.1.
Date: Tue, 24 May 2022 16:50:07 +0200
Hi,

Taiju HIGASHI <higashi <at> taiju.info> skribis:

> Build of python-rich fails because the version of python-rich is out of date.
> As a result, the build of pelican, which depends on python-rich, also fails.
>
> I think this is because the version of pygments has been upgraded and the
> problem fixed in the pull request below has occurred.
>
> With this patch, both python-rich and pelican can be built.

Python-rich was updated independently in
93ef1eecd96a0dd0ebfe44adac8b027151697f2e.

Closing!

Thanks,
Ludo’.




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

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

Previous Next


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