Path to this page:
Subject: CVS commit: pkgsrc/comms/py-rich
From: Adam Ciarcinski
Date: 2021-11-14 19:45:50
Message id: 20211114184550.CF5F5FAEC@cvs.NetBSD.org
Log Message:
py-rich: updated to 10.13.0
10.13.0
Added
Added json.dumps parameters to print_json \
https://github.com/willmcgugan/rich/issues/1638
Fixed
Fixed an edge case bug when console module try to detect if they are in a tty at \
the end of a pytest run
Fixed a bug where logging handler raises an exception when running with pythonw \
(related to https://bugs.python.org/issue13807)
Fixed issue with TERM env vars that have more than one hyphen \
https://github.com/willmcgugan/rich/issues/1640
Fixed missing new line after progress bar when terminal is not interactive \
https://github.com/willmcgugan/rich/issues/1606
Fixed exception in IPython when disabling pprint with %pprint \
https://github.com/willmcgugan/rich/issues/1646
Fixed issue where values longer than the console width produced invalid JSON \
https://github.com/willmcgugan/rich/issues/1653
Fixes trailing comma when pretty printing dataclass with last field repr=False \
https://github.com/willmcgugan/rich/issues/1599
Changed
Markdown codeblocks now word-wrap
Files: