Path to this page:
Subject: CVS commit: pkgsrc/comms/py-rich
From: Adam Ciarcinski
Date: 2022-04-29 14:57:33
Message id: 20220429125734.14667FB1A@cvs.NetBSD.org
Log Message:
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
Files: