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:
@@ -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>
|
Wed Jul 19 09:18:31 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-rich
|
Name: python-rich
|
||||||
Version: 13.4.2
|
Version: 13.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python library for rich text and beautiful formatting in the terminal
|
Summary: A Python library for rich text and beautiful formatting in the terminal
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -38,7 +38,6 @@ Requires: python-markdown-it-py >= 2.2.0
|
|||||||
Requires: python-pygments >= 2.13.0
|
Requires: python-pygments >= 2.13.0
|
||||||
Suggests: python-ipywidgets >= 7.5.1
|
Suggests: python-ipywidgets >= 7.5.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d653d6bccede5844304c605d5aac802c7cf9621efd700b46c7ec2b51ea914898
|
|
||||||
size 219907
|
|
3
rich-13.5.2.tar.gz
Normal file
3
rich-13.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb9d6c0a0f643c99eed3875b5377a184132ba9be4d61516a55273d3554d75a39
|
||||||
|
size 220216
|
Reference in New Issue
Block a user