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>