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:           Wed Aug  2 07:04:50 UTC 2023

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

Log Message:
py-rich: updated to 13.5.2

13.5.2 - 2023-08-01

Fixed

Fixed Text.expand_tab assertion error

13.5.1 - 2023-07-31

Fixed

Fix tilde character (~) not included in link regex when printing to console

13.5.0 - 2023-07-29

Fixed

Fixed Text.expand_tabs not expanding spans.
Fixed TimeElapsedColumn from showing negative.
Fix for escaping strings with a trailing backslash
Fixed exception in Markdown with partial table
Fixed the HTML export template so that the <html> tag comes before the <head> tag
Fixed issue with custom classes overwriting __eq__
Fix rich.pretty.install breakage in iPython

Added

Added Text.extend_style method.
Added Span.extend method.

Changed

Text.tab_size now defaults to None to indicate that Console.tab_size should be used.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.33 -r1.34 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.37 pkgsrc/comms/py-rich/Makefile:1.38
--- pkgsrc/comms/py-rich/Makefile:1.37  Wed Jun 14 12:25:23 2023
+++ pkgsrc/comms/py-rich/Makefile       Wed Aug  2 07:04:50 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2023/06/14 12:25:23 adam Exp $
+# $NetBSD: Makefile,v 1.38 2023/08/02 07:04:50 adam Exp $
 
-DISTNAME=      rich-13.4.2
+DISTNAME=      rich-13.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rich/}

Index: pkgsrc/comms/py-rich/distinfo
diff -u pkgsrc/comms/py-rich/distinfo:1.33 pkgsrc/comms/py-rich/distinfo:1.34
--- pkgsrc/comms/py-rich/distinfo:1.33  Wed Jun 14 12:25:23 2023
+++ pkgsrc/comms/py-rich/distinfo       Wed Aug  2 07:04:50 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2023/06/14 12:25:23 adam Exp $
+$NetBSD: distinfo,v 1.34 2023/08/02 07:04:50 adam Exp $
 
-BLAKE2s (rich-13.4.2.tar.gz) = f4109a95deef83c3a648a0f6db12f6ab53147af45c7a6936297366faaa099efc
-SHA512 (rich-13.4.2.tar.gz) = b48f84dc2bffcd1c6399f18c75c99fb1567e5e52e146e2459b51d27769427517daf4f7fd00f58733e2eb137e233a8fc67bd52fa1f7f5f42a1a347aab0a1aecd3
-Size (rich-13.4.2.tar.gz) = 219907 bytes
+BLAKE2s (rich-13.5.2.tar.gz) = 021d83d6db57cd85aafc509edeaa51d787463265af78d0a8c6e658c4834222f4
+SHA512 (rich-13.5.2.tar.gz) = fb19a069768432e7ebe9bb20511f93c11d9ca17421d9d441855f349fa609abf7249fa36a263fa0695e7858b59ea2181af4ac1a66f6cff113abccad5186e4a7db
+Size (rich-13.5.2.tar.gz) = 220216 bytes



Home | Main Index | Thread Index | Old Index