Path to this page:
Subject: CVS commit: pkgsrc/comms/py-rich
From: Adam Ciarcinski
Date: 2022-01-31 15:23:21
Message id: 20220131142321.5E7B2FB24@cvs.NetBSD.org
Log Message:
py-rich: updated to 11.1.0
11.1.0 - 2022-01-28
Added
Add Syntax.guess_lexer, add support for more lexers (e.g. Django templates etc.) \
https://github.com/Textualize/rich/pull/1869
Add lexer parameter to Syntax.from_path to allow for overrides \
https://github.com/Textualize/rich/pull/1873
Fixed
Workaround for edge case of object from Faiss with no __class__ \
https://github.com/Textualize/rich/issues/1838
Ensure Syntax always justifies left https://github.com/Textualize/rich/pull/1872
Handle classes in inspect when methods=True \
https://github.com/Textualize/rich/pull/1874
Files: