forked from pool/python-rich
Accepting request 823699 from home:mcalabkova:branches:devel:languages:python
- Update to version 4.2.1 - Added show_time and show_level parameters to RichHandler https://github.com/willmcgugan/rich/pull/182 - Fixed progress.track iterator exiting early https://github.com/willmcgugan/rich/issues/189 - Added workaround for Python bug https://bugs.python.org/issue37871, fixing https://github.com/willmcgugan/rich/issues/186 - Set overflow=fold for log messages https://github.com/willmcgugan/rich/issues/190 - Fixed missing new lines https://github.com/willmcgugan/rich/issues/178 - Fixed Progress.track https://github.com/willmcgugan/rich/issues/184 - Remove control codes from exported text https://github.com/willmcgugan/rich/issues/181 - Implemented auto-detection and color rendition of 16-color mode - Optimized progress.track for very quick iterations - Force default size of 80x25 if get_terminal_size reports size of 0,0 - Added markup switch to RichHandler https://github.com/willmcgugan/rich/issues/171 - Change signature of Text.stylize to accept style first - Remove Text.stylize_all which is no longer necessary - Fixed rendering of Confirm prompt https://github.com/willmcgugan/rich/issues/170 OBS-URL: https://build.opensuse.org/request/show/823699 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 31 08:06:43 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to version 4.2.1
|
||||
- Added show_time and show_level parameters to RichHandler https://github.com/willmcgugan/rich/pull/182
|
||||
- Fixed progress.track iterator exiting early https://github.com/willmcgugan/rich/issues/189
|
||||
- Added workaround for Python bug https://bugs.python.org/issue37871, fixing https://github.com/willmcgugan/rich/issues/186
|
||||
- Set overflow=fold for log messages https://github.com/willmcgugan/rich/issues/190
|
||||
- Fixed missing new lines https://github.com/willmcgugan/rich/issues/178
|
||||
- Fixed Progress.track https://github.com/willmcgugan/rich/issues/184
|
||||
- Remove control codes from exported text https://github.com/willmcgugan/rich/issues/181
|
||||
- Implemented auto-detection and color rendition of 16-color mode
|
||||
- Optimized progress.track for very quick iterations
|
||||
- Force default size of 80x25 if get_terminal_size reports size of 0,0
|
||||
- Added markup switch to RichHandler https://github.com/willmcgugan/rich/issues/171
|
||||
- Change signature of Text.stylize to accept style first
|
||||
- Remove Text.stylize_all which is no longer necessary
|
||||
- Fixed rendering of Confirm prompt https://github.com/willmcgugan/rich/issues/170
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 22 20:03:19 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-rich
|
||||
Version: 3.4.1
|
||||
Version: 4.2.1
|
||||
Release: 0
|
||||
Summary: A Python library for rich text and beautiful formatting in the terminal
|
||||
License: MIT
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:674306a45c0a3f76286845af8d7c06ae554c913903d1998b970448eb77eb89c4
|
||||
size 11124995
|
3
rich-4.2.1.tar.gz
Normal file
3
rich-4.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4ba0c065fbf0b6744b1b4cb0257d739a0cfe6e46feffb4fbe8dde0d7a9e54b2
|
||||
size 11128083
|
Reference in New Issue
Block a user