15
0
forked from pool/python-rich

Accepting request 822298 from home:mnhauke

- Update to version 3.4.1
  * Fixed incorrect default of expand in Table.grid
- Update to version 3.4.0
  Added
  * Added stream parameter to Console.input
  * Added password parameter to Console.input
  * Added description parameter to Progress.update
  * Added rich.prompt
  * Added detecting 'dumb' terminals
  * Added Text.styled alternative constructor
  Fixes
  * Fixed progress bars so that they are readable when color is
    disabled
- Update to version 3.3.2
  Changed
  * Optimized Text.pad
  Added
  * Added rich.scope
  * Change log_locals to use scope.render_scope
  * Added title parameter to Columns

OBS-URL: https://build.opensuse.org/request/show/822298
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-07-22 21:00:59 +00:00
committed by Git OBS Bridge
parent 0d6375bcb7
commit 11b88666c7
4 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jul 22 20:03:19 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.4.1
* Fixed incorrect default of expand in Table.grid
- Update to version 3.4.0
Added
* Added stream parameter to Console.input
* Added password parameter to Console.input
* Added description parameter to Progress.update
* Added rich.prompt
* Added detecting 'dumb' terminals
* Added Text.styled alternative constructor
Fixes
* Fixed progress bars so that they are readable when color is
disabled
- Update to version 3.3.2
Changed
* Optimized Text.pad
Added
* Added rich.scope
* Change log_locals to use scope.render_scope
* Added title parameter to Columns
-------------------------------------------------------------------
Mon Jul 13 19:16:04 UTC 2020 - Martin Hauke <mardnh@gmx.de>