Path to this page:
Subject: CVS commit: pkgsrc/comms/py-rich
From: Adam Ciarcinski
Date: 2022-10-03 14:36:43
Message id: 20221003123643.BF9E4FA90@cvs.NetBSD.org
Log Message:
py-rich: updated to 12.6.0
12.6.0 - 2022-10-02
Added
Parse ANSI escape sequences in pretty repr
Add support for FORCE_COLOR env var
Allow a max_depth argument to be passed to the install() hook
Document using None as name in __rich_repr__ for tuple positional args
Add font_aspect_ratio parameter in SVG export \
https://github.com/Textualize/rich/pull/2539/files
Added Table.add_section method.
Fixed
Handle stdout/stderr being null
Fix NO_COLOR support on legacy Windows
Fix pretty printer handling of cyclic references
Fix missing mode property on file wrapper breaking uploads via requests
Fix mismatching default value of parameter ensure_ascii
Remove unused height parameter in Layout class
Fixed exception in Syntax.rich_measure for empty files
Changed
Removed border from code blocks in MarkdownCVS: \
----------------------------------------------------------------------
Files: