./comms/py-rich, Render rich text, tables, progress bars, syntax highlighting

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 14.2.0, Package name: py313-rich-14.2.0, Maintainer: pkgsrc-users

Rich 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: 214.834 KB

Version history: (Expand)


CVS history: (Expand)


   2025-10-12 20:23:19 by Thomas Klausner | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
Log message:
py-rich: updated to 13.9.4

13.9.4
Optimizations to cell_len which may speed up Rich / Textual output
   2024-10-22 20:39:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rich: updated to 13.9.3

13.9.3

Fixed broken regex that may have resulted in poor performance.
   2024-10-14 08:08:41 by Thomas Klausner | Files touched by this commit (21)
Log message:
i*: clean up after python38 removal
   2024-10-07 14:27:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rich: updated to 13.9.2

13.9.2

Fixed Table columns not highlighting when added by add_row
Fixed an issue with Segment.split_cells reported in Textual