diff options
author | adam <adam@pkgsrc.org> | 2022-04-29 12:57:33 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-04-29 12:57:33 +0000 |
commit | d64e015e7fb3c1b5b71d4115d0e2919c6213bbf5 (patch) | |
tree | 0662b0570227ef951ddf673ae71d84c24d9f7afa /comms/py-rich/PLIST | |
parent | 9e18eda7fa3ac475ad4c8042d1e48a40c8268f17 (diff) | |
download | pkgsrc-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
Diffstat (limited to 'comms/py-rich/PLIST')
-rw-r--r-- | comms/py-rich/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
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 |