14
0

- 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
This commit is contained in:
2021-11-07 18:17:16 +00:00
committed by Git OBS Bridge
parent 1157d3a9c0
commit f651ce9add
4 changed files with 18 additions and 5 deletions

View File

@@ -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