Path to this page:
Subject: CVS commit: pkgsrc/comms/py-rich
From: Adam Ciarcinski
Date: 2022-04-21 09:43:12
Message id: 20220421074312.CE76AFB1A@cvs.NetBSD.org
Log Message:
py-rich: updated to 12.2.0
12.2.0
Changed
Bumped typing-extensions minimum to 4.0.0
Bumped minimum Python version to 3.6.3
12.1.0
Added
Progress.open and Progress.wrap_file method to track the progress while reading \
from a file or file-like object
SVG export functionality
Adding Indonesian translation
Fixed
Add missing end keyword argument to Text.from_markup
Fallback to text lexer when no lexer guessed
Fixed issue with decoding ANSI reset
12.0.1
Changed
Improve performance of cell_length
Improve performance of chop_cells
Fixed
Fix capturing stdout on legacy Windows
12.0.0
Added
Added options to TimeRemainingColumn to render a compact time format and render \
elapsed time when a task is finished.
Added ProgressColumn MofNCompleteColumn to display raw completed/total column \
(similar to DownloadColumn, but displays values as ints, does not convert to \
floats or add bit/bytes units).
Replace Colorama with win32 renderer
Add support for namedtuples to Pretty
Fixed
In Jupyter mode make the link target be set to "_blank"
Fix some issues with markup handling around "[" characters
Fix syntax lexer guessing.
Fixed Pretty measure not respecting expand_all
Collapsed definitions for single-character spinners, to save memory and reduce \
import time.
Fix print_json indent type in __init__.py
Fix error when inspecting object defined in REPL
Fix incorrect highlighting of non-indented JSON
Fixed height reset in complex renderables
Changed
Improved support for enum.Flag in ReprHighlighter
Tree now respects justify=None, i.e. won't pad to right
Removed rich.tabulate which was marked for deprecation
Deprecated rich.align.AlignValues in favor of AlignMethod
Files: