pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-rich



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 11 07:00:27 UTC 2022

Modified Files:
        pkgsrc/comms/py-rich: Makefile distinfo

Log Message:
py-rich: updated to 11.0.0

11.0.0

Added

Added max_depth arg to pretty printing https://github.com/Textualize/rich/issues/1585
Added vertical_align to Table.add_row https://github.com/Textualize/rich/issues/1590

Fixed

Fixed issue with pretty repr in jupyter notebook https://github.com/Textualize/rich/issues/1717
Fix Traceback theme defaults override user supplied styles https://github.com/Textualize/rich/issues/1786

Changed

breaking Deprecated rich.console.RenderGroup, now named rich.console.Group
breaking Syntax.__init__ parameter lexer_name renamed to lexer
Syntax constructor accepts both str and now a pygments lexer https://github.com/Textualize/rich/pull/1748


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/comms/py-rich/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/py-rich/Makefile
diff -u pkgsrc/comms/py-rich/Makefile:1.20 pkgsrc/comms/py-rich/Makefile:1.21
--- pkgsrc/comms/py-rich/Makefile:1.20  Tue Jan  4 20:52:38 2022
+++ pkgsrc/comms/py-rich/Makefile       Tue Jan 11 07:00:27 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2022/01/04 20:52:38 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2022/01/11 07:00:27 adam Exp $
 
-DISTNAME=      rich-10.16.2
+DISTNAME=      rich-11.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rich/}
 

Index: pkgsrc/comms/py-rich/distinfo
diff -u pkgsrc/comms/py-rich/distinfo:1.17 pkgsrc/comms/py-rich/distinfo:1.18
--- pkgsrc/comms/py-rich/distinfo:1.17  Tue Jan  4 17:34:25 2022
+++ pkgsrc/comms/py-rich/distinfo       Tue Jan 11 07:00:27 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/01/04 17:34:25 adam Exp $
+$NetBSD: distinfo,v 1.18 2022/01/11 07:00:27 adam Exp $
 
-BLAKE2s (rich-10.16.2.tar.gz) = f4fc30cb1469c789a24f9ab8113d2e9eb2a788557235a690fc3e370cb8295856
-SHA512 (rich-10.16.2.tar.gz) = fe437825b1ec5f1a3de61f36e2236279c04a722b351668ee5713f444a4ae727ab87b5926887f4de465b1fad481ca111a1385b0107b208557eaadd58791f4c9fe
-Size (rich-10.16.2.tar.gz) = 197585 bytes
+BLAKE2s (rich-11.0.0.tar.gz) = 1ed29ea17718de609c4c1fed8e9a0f49e45dc5df1391444edc5c7f4d2720a479
+SHA512 (rich-11.0.0.tar.gz) = ce5987e26b74aaa9e67c093a420443a5fa6b1284fb20987eda1413a087ac1dabedd163eb46ceed3267cec202405d4f2d14e93318798acd17908bf58e8c1c7562
+Size (rich-11.0.0.tar.gz) = 199133 bytes



Home | Main Index | Thread Index | Old Index