2022-01-11 08:00:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 11.0.0
11.0.0
Added
Added max_depth arg to pretty printing https://github.com/Textualize/rich/issues/1585
Added vertical_align to Table.add_row https://github.com/Textualize/rich/issues/1590
Fixed
Fixed issue with pretty repr in jupyter notebook \
https://github.com/Textualize/rich/issues/1717
Fix Traceback theme defaults override user supplied styles \
https://github.com/Textualize/rich/issues/1786
Changed
breaking Deprecated rich.console.RenderGroup, now named rich.console.Group
breaking Syntax.__init__ parameter lexer_name renamed to lexer
Syntax constructor accepts both str and now a pygments lexer \
https://github.com/Textualize/rich/pull/1748
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2022-01-04 18:34:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 10.16.2
10.16.2
Fixed
Fixed @ not being escaped in markup
10.16.1
Fixed
Fixed issues with overlapping tags https://github.com/willmcgugan/rich/issues/1755
10.16.0
Fixed
Double print of progress bar in Jupyter \
https://github.com/willmcgugan/rich/issues/1737
Added
Added Text.markup property https://github.com/willmcgugan/rich/issues/1751
|
2021-12-30 13:12:53 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
py-dataclasses: removed; was Python 3.6 onlu
|
2021-12-10 09:54:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 10.15.2
10.15.2
Fixed
* Deadlock issue
|
2021-11-30 18:03:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 10.15.1
v10.15.1
Changed
Reverted thread-safety fix for Live that introduced deadlock potential
v10.15.0
Added
Added dynamic_progress.py to examples
Added ConsoleOptions.update_height
Fixed Padding not respecting height
Added Text.from_ansi method
Changed
Some optimizations for simple strings (with only single cell widths)
Fixed
Fixed issue with progress bar not rendering markup
Fixed race condition when exiting Live
|
2021-11-23 21:49:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 10.14.0
10.14.0
Fixed
Fixed progress speed not updating when total doesn't change
Fixed superfluous new line in Status https://github.com/willmcgugan/rich/issues/1662
Fixed Windows legacy width again
Fixed infinite loop in set_cell_size https://github.com/willmcgugan/rich/issues/1682
Added
Added file protocol to URL highlighter \
https://github.com/willmcgugan/rich/issues/1681
Added rich.protocol.rich_cast
Changed
Allowed __rich__ to work recursively
Allowed Text classes to work with sep in print \
https://github.com/willmcgugan/rich/issues/1689
|
2021-11-14 19:45:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 10.13.0
10.13.0
Added
Added json.dumps parameters to print_json \
https://github.com/willmcgugan/rich/issues/1638
Fixed
Fixed an edge case bug when console module try to detect if they are in a tty at \
the end of a pytest run
Fixed a bug where logging handler raises an exception when running with pythonw \
(related to https://bugs.python.org/issue13807)
Fixed issue with TERM env vars that have more than one hyphen \
https://github.com/willmcgugan/rich/issues/1640
Fixed missing new line after progress bar when terminal is not interactive \
https://github.com/willmcgugan/rich/issues/1606
Fixed exception in IPython when disabling pprint with %pprint \
https://github.com/willmcgugan/rich/issues/1646
Fixed issue where values longer than the console width produced invalid JSON \
https://github.com/willmcgugan/rich/issues/1653
Fixes trailing comma when pretty printing dataclass with last field repr=False \
https://github.com/willmcgugan/rich/issues/1599
Changed
Markdown codeblocks now word-wrap
|
2021-10-26 12:06:07 by Nia Alarie | Files touched by this commit (85) |
Log message:
comms: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-12 12:49:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rich: updated to 10.12.0
10.12.0
Updated
Official Py3.10 release
Fixed
Fixed detection of custom repr when pretty printing dataclasses
|