summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-04-29 12:57:33 +0000
committeradam <adam@pkgsrc.org>2022-04-29 12:57:33 +0000
commitd64e015e7fb3c1b5b71d4115d0e2919c6213bbf5 (patch)
tree0662b0570227ef951ddf673ae71d84c24d9f7afa
parent9e18eda7fa3ac475ad4c8042d1e48a40c8268f17 (diff)
downloadpkgsrc-d64e015e7fb3c1b5b71d4115d0e2919c6213bbf5.tar.gz
py-rich: updated to 12.3.0
12.3.0 Added Ability to change terminal window title Added show_speed parameter to progress.track which will show the speed when the total is not known Python blocks can now opt out from being rendered in tracebacks's frames, by setting a _rich_traceback_omit = True in their local scope Fixed Fall back to sys.__stderr__ on POSIX systems when trying to get the terminal size (fix issues when Rich is piped to another process) Fixed markup escaping issue Safari - Box appearing around SVG export Fixed recursion error in Jupyter progress bars Complex numbers are now identified by the highlighter Fix crash on IDLE and forced is_terminal detection to False because IDLE can't do escape codes Fixed missing blank line in traceback rendering Fixed running Rich with the current working dir was deleted Changed Setting total=None on progress is now possible, and will display pulsing animation Micro-optimization for Segment.divide
-rw-r--r--comms/py-rich/Makefile4
-rw-r--r--comms/py-rich/PLIST5
-rw-r--r--comms/py-rich/distinfo8
3 files changed, 10 insertions, 7 deletions
diff --git a/comms/py-rich/Makefile b/comms/py-rich/Makefile
index 0b35769b559..9ea5d5352ac 100644
--- a/comms/py-rich/Makefile
+++ b/comms/py-rich/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2022/04/21 07:43:12 adam Exp $
+# $NetBSD: Makefile,v 1.25 2022/04/29 12:57:33 adam Exp $
-DISTNAME= rich-12.2.0
+DISTNAME= rich-12.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}
diff --git a/comms/py-rich/PLIST b/comms/py-rich/PLIST
index c5dd1a4debb..0d237d9b5f3 100644
--- a/comms/py-rich/PLIST
+++ b/comms/py-rich/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2022/04/21 07:43:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/04/29 12:57:33 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,6 +19,9 @@ ${PYSITELIB}/rich/_emoji_codes.pyo
${PYSITELIB}/rich/_emoji_replace.py
${PYSITELIB}/rich/_emoji_replace.pyc
${PYSITELIB}/rich/_emoji_replace.pyo
+${PYSITELIB}/rich/_export_format.py
+${PYSITELIB}/rich/_export_format.pyc
+${PYSITELIB}/rich/_export_format.pyo
${PYSITELIB}/rich/_extension.py
${PYSITELIB}/rich/_extension.pyc
${PYSITELIB}/rich/_extension.pyo
diff --git a/comms/py-rich/distinfo b/comms/py-rich/distinfo
index 9762bcdce6b..be5f4761dcf 100644
--- a/comms/py-rich/distinfo
+++ b/comms/py-rich/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/04/21 07:43:12 adam Exp $
+$NetBSD: distinfo,v 1.22 2022/04/29 12:57:33 adam Exp $
-BLAKE2s (rich-12.2.0.tar.gz) = 001574c251a1fc1fdee7418eabb38db994fd669db5a7e23aea28f8a1a355d76b
-SHA512 (rich-12.2.0.tar.gz) = cf36aaba23d7f2a8b9752a0c7664c4f6beabd93ef5b9bbe6ab73d595962913c8bb58c0b7dad990139e43f0ceafaa8e29942d7f581191b78cbf997b5273f25692
-Size (rich-12.2.0.tar.gz) = 212235 bytes
+BLAKE2s (rich-12.3.0.tar.gz) = fc5fa386bb463d27a00145622a03435a0a8ea1e7dd93b259b180c792d566a3b7
+SHA512 (rich-12.3.0.tar.gz) = 3a191760102f47598752c9dc96ed9c92ce4833ccbbef5231089712795398039703f95b7c0d6bac971ec3cf4226ff9ab362b1f05a5b1d3dbd83db1af53bb3aec9
+Size (rich-12.3.0.tar.gz) = 214405 bytes