14
0

Accepting request 1299765 from home:glaubitz:branches:devel:languages:python

- 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
This commit is contained in:
2025-08-15 08:04:01 +00:00
committed by Git OBS Bridge
parent f1021ddd96
commit 9c2a0c2348
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
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>