Path to this page:
Subject: CVS commit: pkgsrc/comms/py-rich
From: Adam Ciarcinski
Date: 2022-01-11 08:00:27
Message id: 20220111070027.B4BCDFB24@cvs.NetBSD.org
Log Message:
py-rich: updated to 11.0.0
11.0.0
Added
Added max_depth arg to pretty printing https://github.com/Textualize/rich/issues/1585
Added vertical_align to Table.add_row https://github.com/Textualize/rich/issues/1590
Fixed
Fixed issue with pretty repr in jupyter notebook \
https://github.com/Textualize/rich/issues/1717
Fix Traceback theme defaults override user supplied styles \
https://github.com/Textualize/rich/issues/1786
Changed
breaking Deprecated rich.console.RenderGroup, now named rich.console.Group
breaking Syntax.__init__ parameter lexer_name renamed to lexer
Syntax constructor accepts both str and now a pygments lexer \
https://github.com/Textualize/rich/pull/1748
Files: