From e747e639e42cf38c204dd988dba2a8833770c80b5cdb2febe103035fffd1a38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 24 Aug 2020 12:55:42 +0000 Subject: [PATCH] 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 --- python-rich.changes | 26 ++++++++++++++++++++++++++ python-rich.spec | 4 +--- rich-5.0.0.tar.gz | 3 --- rich-5.2.1.tar.gz | 3 +++ 4 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 rich-5.0.0.tar.gz create mode 100644 rich-5.2.1.tar.gz diff --git a/python-rich.changes b/python-rich.changes index 264546b..d4f541d 100644 --- a/python-rich.changes +++ b/python-rich.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Aug 22 22:09:10 UTC 2020 - Martin Hauke + +- 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 + ------------------------------------------------------------------- Sat Aug 8 04:47:19 UTC 2020 - John Vandenberg diff --git a/python-rich.spec b/python-rich.spec index bc56495..f3cd3cc 100644 --- a/python-rich.spec +++ b/python-rich.spec @@ -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 diff --git a/rich-5.0.0.tar.gz b/rich-5.0.0.tar.gz deleted file mode 100644 index 9ffc51d..0000000 --- a/rich-5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:164848477daf6a3b4670b55ac0a21a3257bdcc634766a61c21dce9edfb48d652 -size 11128053 diff --git a/rich-5.2.1.tar.gz b/rich-5.2.1.tar.gz new file mode 100644 index 0000000..ba369c3 --- /dev/null +++ b/rich-5.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eafecd22d606311a7b02d01e87677a93b0d253b3abc9a38f3f1a065cb51f49c +size 11347400