Path to this page:
Subject: CVS commit: pkgsrc/comms/py-rich
From: Adam Ciarcinski
Date: 2023-02-20 18:33:17
Message id: 20230220173317.37667FA90@cvs.NetBSD.org
Log Message:
py-rich: updated to 13.3.1
13.3.1 - 2023-01-28
Fixed
Fixed truecolor to eight bit color conversion
13.3.0 - 2023-01-27
Fixed
Fixed failing tests due to Pygments dependency
Relaxed ipywidgets
Added
Added encoding parameter in Theme.read
13.2.0 - 2023-01-19
Changed
Switch Markdown parsing from commonmark to markdown-it-py
13.1.0 - 2023-01-14
Fixed
Fixed wrong filenames in Jupyter tracebacks
Added
Added locals_hide_dunder and locals_hide_sunder to Tracebacks, to hide double \
underscore and single underscore locals.
Changed
Tracebacks will now hide double underscore names from locals by default. Set \
locals_hide_dunder=False to restore previous behaviour.
13.0.1 - 2023-01-06
Fixed
Fixed issue with Segment.split_cells for mixed single and double cell widths
13.0.0 - 2022-12-30
Fixed
Reversed pre and code tags in base HTML format
Improved detection of attrs library, that isn't confused by the presence of the \
attr library.
Fixed issue with locals_max_length parameter not being respected in Traceback
Handling of broken fileno made more robust. Fixes
Fixed missing fileno on FileProxy
Changed
Bumped minimum Python version to 3.7
Pretty-printing of "tagged" __repr__ results is now greedy when \
matching tags
progress.track now supports deriving total from __length_hint__
Added
Add type annotation for key_separator of pretty.Node
Files: