forked from pool/python-progress
- Update to 1.6.1 * Add flag to override tty check * Implement `write` using \r instead of \b * Allow usage as a context manager. * Fold the mixins in __init__.py * Remove SigIntMixin * Include tests in PyPI tarball * Add Pypi link and instuctions to ReadMe * Use time.monotonic if available * Update avg/eta/eta_td less frequently OBS-URL: https://build.opensuse.org/request/show/1299765 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-progress?expand=0&rev=9
47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Aug 15 07:35:28 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 1.6.1
|
|
* Add flag to override tty check
|
|
* Implement `write` using \r instead of \b
|
|
* Allow usage as a context manager.
|
|
* Fold the mixins in __init__.py
|
|
* Remove SigIntMixin
|
|
* Include tests in PyPI tarball
|
|
* Add Pypi link and instuctions to ReadMe
|
|
* Use time.monotonic if available
|
|
* Update avg/eta/eta_td less frequently
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 3 12:25:15 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 20 16:46:22 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
-------------------------------------------------------------------
|
|
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
|