14
0
forked from pool/python-rich

Accepting request 894109 from home:mnhauke

- Update to version 10.2.1
  * Fixed panel in Markdown exploding
- Update to version 10.2.0
  Added
  * syntax for call, i.e. "Foo(bar)"
  * Console.measure as a convenient alias for Measurement.get
  * support for pretty printing attrs objects
  * mappingproxy to pretty print
  * UserDict and UserList support to pretty printer
  Changed
  * colorama init to set strip=False
  * Changed highlighter for False, True, None to not match in the
    middle of a word. i.e. NoneType is no longer highlighted as
    None

OBS-URL: https://build.opensuse.org/request/show/894109
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=30
This commit is contained in:
2021-05-19 05:30:42 +00:00
committed by Git OBS Bridge
parent fc26c50310
commit 03cb467dd4
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue May 18 16:01:09 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 10.2.1
* Fixed panel in Markdown exploding
- Update to version 10.2.0
Added
* syntax for call, i.e. "Foo(bar)"
* Console.measure as a convenient alias for Measurement.get
* support for pretty printing attrs objects
* mappingproxy to pretty print
* UserDict and UserList support to pretty printer
Changed
* colorama init to set strip=False
* Changed highlighter for False, True, None to not match in the
middle of a word. i.e. NoneType is no longer highlighted as
None
-------------------------------------------------------------------
Tue Apr 6 09:20:59 UTC 2021 - Martin Hauke <mardnh@gmx.de>