14
0
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:
Tomáš Chvátal
2020-08-24 12:55:42 +00:00
committed by Git OBS Bridge
parent d932ec9b89
commit e747e639e4
4 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Aug 22 22:09:10 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- 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 <jayvdb@gmail.com> Sat Aug 8 04:47:19 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-rich Name: python-rich
Version: 5.0.0 Version: 5.2.1
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
@@ -32,7 +32,6 @@ BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module colorama >= 0.4.0} BuildRequires: %{python_module colorama >= 0.4.0}
BuildRequires: %{python_module commonmark >= 0.9.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 pygments >= 2.6.0}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module typing_extensions >= 3.7.4} BuildRequires: %{python_module typing_extensions >= 3.7.4}
@@ -40,7 +39,6 @@ BuildRequires: %{python_module typing_extensions >= 3.7.4}
BuildRequires: fdupes BuildRequires: fdupes
Requires: python-colorama >= 0.4.0 Requires: python-colorama >= 0.4.0
Requires: python-commonmark >= 0.9.0 Requires: python-commonmark >= 0.9.0
Requires: python-pprintpp >= 0.4.0
Requires: python-pygments >= 2.6.0 Requires: python-pygments >= 2.6.0
Requires: python-typing_extensions >= 3.7.4 Requires: python-typing_extensions >= 3.7.4
%if %{python_version_nodots} < 37 %if %{python_version_nodots} < 37

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:164848477daf6a3b4670b55ac0a21a3257bdcc634766a61c21dce9edfb48d652
size 11128053

3
rich-5.2.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2eafecd22d606311a7b02d01e87677a93b0d253b3abc9a38f3f1a065cb51f49c
size 11347400