forked from pool/python-progress
* 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
23 lines
782 B
Plaintext
23 lines
782 B
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Ensure neutrality of descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 24 06:53:29 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v1.5
|