Path to this page:
./
comms/py-rich,
Render rich text, tables, progress bars, syntax highlighting
Branch: CURRENT,
Version: 13.9.4,
Package name: py312-rich-13.9.4,
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: 217.919 KB
Version history: (Expand)
- (2024-11-04) Updated to version: py312-rich-13.9.4
- (2024-10-22) Updated to version: py312-rich-13.9.3
- (2024-10-07) Updated to version: py312-rich-13.9.2
- (2024-10-01) Updated to version: py312-rich-13.9.1
- (2024-09-10) Updated to version: py312-rich-13.8.1
- (2024-08-28) Updated to version: py312-rich-13.8.0
CVS history: (Expand)
2024-02-28 19:04:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 13.7.1
13.7.1 - 2023-02-28
Fixed
Updated the widths of some characters
|
2023-11-15 18:50:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 13.7.0
13.7.0
Added
Adds missing parameters to Panel.fit
Fixed
Some text goes missing during wrapping when it contains double width characters
Ensure font is correctly inherited in exported HTML
Fixed typing for FloatPrompt.
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-09-30 19:18:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 13.6.0
13.6.0
Added Python 3.12 to classifiers.
|
2023-09-17 19:53:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 13.5.3
13.5.3
Fixed
Markdown table rendering issue with inline styles and links
Fix Markdown code blocks on a light background
|
2023-08-02 09:04:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 13.5.2
13.5.2 - 2023-08-01
Fixed
Fixed Text.expand_tab assertion error
13.5.1 - 2023-07-31
Fixed
Fix tilde character (~) not included in link regex when printing to console
13.5.0 - 2023-07-29
Fixed
Fixed Text.expand_tabs not expanding spans.
Fixed TimeElapsedColumn from showing negative.
Fix for escaping strings with a trailing backslash
Fixed exception in Markdown with partial table
Fixed the HTML export template so that the <html> tag comes before the \
<head> tag
Fixed issue with custom classes overwriting __eq__
Fix rich.pretty.install breakage in iPython
Added
Added Text.extend_style method.
Added Span.extend method.
Changed
Text.tab_size now defaults to None to indicate that Console.tab_size should be used.
|
2023-06-14 14:25:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 13.4.2
13.4.2
Relaxed markdown-it-py dependency
|
2023-06-06 12:45:04 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-rich: update to 13.4.1.
[13.4.1] - 2023-06-31 - Hot fix for typing extension issue Latest
Fixed typing extensions import in markdown #2979
[13.4.0] - 2023-06-31 - Added tables to Markdown
Added support for tables in Markdown #2977
|