forked from pool/python-rich
Accepting request 828878 from home:mnhauke
- Update to version 5.2.1 * Fixed underscore with display hook - Update to version 5.2.0 * Added crop argument to Console.print * Added "ignore" overflow method * Added multiple characters per rule - Update to version 5.1.2 * Further optimized pretty printing ~5X. - Update to version 5.1.1 * Optimized pretty printing ~3X faster - Update to version 5.1.0 Added * Added Text.cell_len * Added helpful message regarding unicode decoding errors * Added display hook with pretty.install() Fixed * Fixed deprecation warnings re backslash * Fixed repr highlighting of scientific notation, e.g. 1e100 Changed * Implemented pretty printing, and removed pprintpp from dependencies * Optimized Text.join OBS-URL: https://build.opensuse.org/request/show/828878 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
d932ec9b89
commit
e747e639e4
@@ -19,7 +19,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-rich
|
||||
Version: 5.0.0
|
||||
Version: 5.2.1
|
||||
Release: 0
|
||||
Summary: A Python library for rich text and beautiful formatting in the terminal
|
||||
License: MIT
|
||||
@@ -32,7 +32,6 @@ BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module colorama >= 0.4.0}
|
||||
BuildRequires: %{python_module commonmark >= 0.9.0}
|
||||
BuildRequires: %{python_module pprintpp >= 0.4.0}
|
||||
BuildRequires: %{python_module pygments >= 2.6.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module typing_extensions >= 3.7.4}
|
||||
@@ -40,7 +39,6 @@ BuildRequires: %{python_module typing_extensions >= 3.7.4}
|
||||
BuildRequires: fdupes
|
||||
Requires: python-colorama >= 0.4.0
|
||||
Requires: python-commonmark >= 0.9.0
|
||||
Requires: python-pprintpp >= 0.4.0
|
||||
Requires: python-pygments >= 2.6.0
|
||||
Requires: python-typing_extensions >= 3.7.4
|
||||
%if %{python_version_nodots} < 37
|
||||
|
Reference in New Issue
Block a user