14
0

- update to 1.6:

* Add help message to check_tty AttributeError
  * ensure hidden cursor is reshown at exit.
  * spinner: support formatted messages 
  * progress: avoid division by zero
  * iter: expose the iteration value to the object
  * Style change
  * Add color support
  * Use the formal form everywhere

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-progress?expand=0&rev=4
This commit is contained in:
2021-11-07 18:17:16 +00:00
committed by Git OBS Bridge
parent 1157d3a9c0
commit f651ce9add
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Nov 7 18:16:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.6:
* Add help message to check_tty AttributeError
* ensure hidden cursor is reshown at exit.
* spinner: support formatted messages
* progress: avoid division by zero
* iter: expose the iteration value to the object
* Style change
* Add color support
* Use the formal form everywhere
-------------------------------------------------------------------
Mon Mar 25 11:00:39 UTC 2019 - Jan Engelhardt <jengelh@inai.de>