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