14
0
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:
2020-07-31 10:17:15 +00:00
committed by Git OBS Bridge
parent 11b88666c7
commit e8c0041bfc
4 changed files with 23 additions and 4 deletions

View File

@@ -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