Path to this page:
Subject: CVS commit: pkgsrc/comms/py-rich
From: Adam Ciarcinski
Date: 2022-07-25 18:24:20
Message id: 20220725162420.2EAB0FB1A@cvs.NetBSD.org
Log Message:
py-rich: updated to 12.5.1
12.5.1
Fixed
Fixed missing typing extensions dependency on 3.9
12.5.0
Added
Environment variables JUPYTER_COLUMNS and JUPYTER_LINES to control width and \
height of console in Jupyter
Markdown friendly Box style, MARKDOWN, for rendering tables ready to copy into \
markdown files
inspect will prefix coroutine functions with async def
Style.__add__ will no longer return NotImplemented
Remove rich._lru_cache
Changed
Default width of Jupyter console size is increased to 115
Optimized Segment.divide
Fixed
Fix Rich clobbering cursor style on Windows
Fix text wrapping edge case
Allow exceptions that are raised while a Live is rendered to be displayed and/or \
processed
Fix crashes that can happen with inspect when docstrings contain some special \
control codes
Fix edges used in first row of tables when show_header=False
Fix interaction between Capture contexts and Console(record=True)
Fixed hash issue in Styles class
Fixed bug in Segment.split_and_crop_lines
Files: