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
|
2023-04-27 19:50:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 13.3.5
13.3.5
Fixed italic indent guides in SVG ouput
|
2023-04-13 16:36:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 13.3.4
13.3.4
Fixed for is_terminal ignoring FORCE_COLOR
|
2023-03-29 10:44:44 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-rich: updated to 13.3.3
13.3.3
Added Style.clear_meta_and_links
|
2023-03-05 08:30:10 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-rich: bump py-markdown-it-py requiremnt
|