From 9c2a0c23482a57bc7d279ec38cee7908ad748320d591d6756fd3b3e9f27afb89 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Fri, 15 Aug 2025 08:04:01 +0000 Subject: [PATCH] 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 --- progress-1.6.1.tar.gz | 3 +++ progress-1.6.tar.gz | 3 --- python-progress.changes | 14 ++++++++++++++ python-progress.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 progress-1.6.1.tar.gz delete mode 100644 progress-1.6.tar.gz diff --git a/progress-1.6.1.tar.gz b/progress-1.6.1.tar.gz new file mode 100644 index 0000000..3ee308a --- /dev/null +++ b/progress-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ba719f862ce885232a759eab47971fe74dfc7bb76ab8a51ef5940bad35086c +size 7164 diff --git a/progress-1.6.tar.gz b/progress-1.6.tar.gz deleted file mode 100644 index ec40aa1..0000000 --- a/progress-1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9c86e98b5c03fa1fe11e3b67c1feda4788b8d0fe7336c2ff7d5644ccfba34cd -size 7842 diff --git a/python-progress.changes b/python-progress.changes index 48c3e05..85449e1 100644 --- a/python-progress.changes +++ b/python-progress.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Aug 15 07:35:28 UTC 2025 - John Paul Adrian Glaubitz + +- 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á diff --git a/python-progress.spec b/python-progress.spec index fd5986c..22d2ed9 100644 --- a/python-progress.spec +++ b/python-progress.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-progress -Version: 1.6 +Version: 1.6.1 Release: 0 Summary: Progress bars for Python License: ISC