forked from pool/python-rich
Accepting request 930004 from home:mnhauke
- Update to versino 10.13.0 Added * Added json.dumps parameters to print_json. Fixed * Fixed an edge case bug when console module try to detect if they are in a tty at the end of a pytest run. * Fixed issue with TERM env vars that have more than one hyphen. * Fixed missing new line after progress bar when terminal is not interactive. * Fixed exception in IPython when disabling pprint with %pprint. * Fixed issue where values longer than the console width produced invalid JSON. * Fixes trailing comma when pretty printing dataclass with last field repr=False. Changed * Markdown codeblocks now word-wrap #1515 OBS-URL: https://build.opensuse.org/request/show/930004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=33
This commit is contained in:
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 7 18:35:23 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to versino 10.13.0
|
||||||
|
Added
|
||||||
|
* Added json.dumps parameters to print_json.
|
||||||
|
Fixed
|
||||||
|
* Fixed an edge case bug when console module try to detect if
|
||||||
|
they are in a tty at the end of a pytest run.
|
||||||
|
* Fixed issue with TERM env vars that have more than one hyphen.
|
||||||
|
* Fixed missing new line after progress bar when terminal is not
|
||||||
|
interactive.
|
||||||
|
* Fixed exception in IPython when disabling pprint with %pprint.
|
||||||
|
* Fixed issue where values longer than the console width
|
||||||
|
produced invalid JSON.
|
||||||
|
* Fixes trailing comma when pretty printing dataclass with last
|
||||||
|
field repr=False.
|
||||||
|
Changed
|
||||||
|
* Markdown codeblocks now word-wrap #1515
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 25 21:30:41 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
Mon Oct 25 21:30:41 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-rich
|
Name: python-rich
|
||||||
Version: 10.12.0
|
Version: 10.13.0
|
||||||
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
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2ce94a2ceb5088a3d48459aced3afc6c538bda362e968404e1bf25329e55e1d
|
|
||||||
size 16265099
|
|
3
rich-10.13.0.tar.gz
Normal file
3
rich-10.13.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:61679d7b4376b2dcd750efa97f0b9ab9c7875d7ce15b619da25611e6e8a915a8
|
||||||
|
size 16277448
|
Reference in New Issue
Block a user