Path to this page:
./
comms/py-rich,
Render rich text, tables, progress bars, syntax highlighting
Branch: CURRENT,
Version: 14.3.3,
Package name: py313-rich-14.3.3,
Maintainer: pkgsrc-usersRich is a Python library for rich text and beautiful formatting in the
terminal.
The Rich API makes it easy to add color and style to terminal output. Rich can
also render pretty tables, progress bars, markdown, syntax highlighted source
code, tracebacks, and more - out of the box.
Required to run:[
textproc/py-pygments] [
textproc/py-commonmark] [
lang/python310]
Master sites:
Filesize: 225.178 KB
Version history: (Expand)
- (2026-02-22) Updated to version: py313-rich-14.3.3
- (2026-02-02) Updated to version: py313-rich-14.3.2
- (2026-01-26) Updated to version: py313-rich-14.3.1
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-12) Updated to version: py313-rich-14.2.0
CVS history: (Expand)
2026-02-22 15:22:40 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-rich: update to 14.3.3.
Fixed a infinite loop in split_graphemes
|
2026-02-02 10:52:38 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-rich: updated to 14.3.2
14.3.2
Fixed solo ZWJ crash
Fixed control codes reporting width of 1
|
2026-01-26 00:31:15 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
py-rich: update to 14.3.1.
[14.3.1] - 2026-01-24
Fixed
Fixed characters out of unicode range reporting a cell size if 0 #3944
[14.3.0] - 2026-01-24
Fixed
IPython now respects when a Console instance is passed to pretty.install #3915
Fixed extraneous blank line on non-interactive disabled Progress #3905
Fixed extra padding on first cell in columns #3935
Fixed trailing whitespace removed when soft_wrap=True #3937
Fixed style new-lines when soft_wrap = True and a print style is set #3938
Added
Added support for some multi-codepopint glyphs (will fix alignment issues \
for these characters) #3930
Added support for UNICODE_VERSION environment variable #3930
Added last_render_height property to LiveRender #3934
Expose locals_max_depth and locals_overflow in traceback.install #3906
Added Segment.split_lines_terminator #3938
Changed
cells.cell_len now has a unicode_version parameter (that you probably should \
never change) #3930
Live will not write a new line if there was nothing rendered #3934
Changed style of Markdown headers #3942
Changed style of Markdown tables, added markdown.table.header and \
markdown.table.border styles #3942
Changed style of Markdown rules #3942
|
2025-10-12 20:23:19 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-rich: update to 14.2.0.
This release bumps Python compatibility to the just-released Python 3.14.
[14.2.0] - 2025-10-09
Changed
Python3.14 compatibility #3861
|
| 2025-09-22 09:38:45 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-rich: fix PLIST with latest poetry-core and depend on it
|
2025-07-27 11:35:55 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-rich: update to 14.1.0.
Changed
Removed typing_extensions from runtime dependencies #3763
Live objects (including Progress) may now be nested #3768
Added padding property to Syntax which returns a tuple of four integers #3782
Fixed
Fixed extraction of recursive exceptions #3772
Fixed padding applied to Syntax #3782
Fixed Panel title missing the panel background style #3569
Added
Added TTY_INTERACTIVE environment variable to force interactive mode off or \
on #3777
|
2025-04-20 23:14:25 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-rich: update to 14.0.0.
Mostly updates to Traceback rendering, to add support for features
introduced in Python3.11
We also have a new env var that I am proposing to become a standard.
TTY_COMPATIBLE=1 tells Rich to write ansi-escape sequences even if
it detects it is not writing to a terminal. This is intended for
use with GitHub Actions / CI, which can interpret escape sequences,
but aren't a terminal.
There is also a change to how NO_COLOR and FORCE_COLOR are interpreted,
which is the reason for the major version bump.
|
2024-11-04 11:29:43 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-rich: updated to 13.9.4
13.9.4
Optimizations to cell_len which may speed up Rich / Textual output
|