14
0
forked from pool/python-rich

Accepting request 1106191 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1106191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=55
This commit is contained in:
2023-08-28 10:56:34 +00:00
committed by Git OBS Bridge
parent 6a80cb20ae
commit 0bfd848191
4 changed files with 36 additions and 5 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sun Aug 27 21:36:07 UTC 2023 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 13.5.2:
* Fixed
+ Fixed Text.expand_tab assertion error
- changes from version 13.5.1:
* Fixed
+ Fix tilde character (~) not included in link regex when printing
to console #3057
- changes from version 13.5.0:
* Fixed
+ Fixed Text.expand_tabs not expanding spans.
+ Fixed TimeElapsedColumn from showing negative.
+ Fix for escaping strings with a trailing backslash #2987
+ Fixed exception in Markdown with partial table #3053
+ Fixed the HTML export template so that the <html> tag comes
before the <head> tag #3021
+ Fixed issue with custom classes overwriting __eq__ #2875
+ Fix rich.pretty.install breakage in iPython #3013
* 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.
-------------------------------------------------------------------
Wed Jul 19 09:18:31 UTC 2023 - ecsos <ecsos@opensuse.org>