From f651ce9addbdd22001cd7a0b3ce96426a4df984df42073edc1ad45fca00af7a5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Nov 2021 18:17:16 +0000 Subject: [PATCH] - 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 --- progress-1.5.tar.gz | 3 --- progress-1.6.tar.gz | 3 +++ python-progress.changes | 13 +++++++++++++ python-progress.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 progress-1.5.tar.gz create mode 100644 progress-1.6.tar.gz diff --git a/progress-1.5.tar.gz b/progress-1.5.tar.gz deleted file mode 100644 index 1856bb7..0000000 --- a/progress-1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69ecedd1d1bbe71bf6313d88d1e6c4d2957b7f1d4f71312c211257f7dae64372 -size 5842 diff --git a/progress-1.6.tar.gz b/progress-1.6.tar.gz new file mode 100644 index 0000000..ec40aa1 --- /dev/null +++ b/progress-1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c86e98b5c03fa1fe11e3b67c1feda4788b8d0fe7336c2ff7d5644ccfba34cd +size 7842 diff --git a/python-progress.changes b/python-progress.changes index 343b1ff..c310a9b 100644 --- a/python-progress.changes +++ b/python-progress.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Nov 7 18:16:16 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-progress.spec b/python-progress.spec index 33f45d9..cf5e4ec 100644 --- a/python-progress.spec +++ b/python-progress.spec @@ -1,7 +1,7 @@ # # spec file for package python-progress # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-progress -Version: 1.5 +Version: 1.6 Release: 0 Summary: Progress bars for Python License: ISC