14
0

Accepting request 930002 from devel:languages:python

- 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/request/show/930002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-progress?expand=0&rev=2
This commit is contained in:
2021-11-07 21:09:14 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69ecedd1d1bbe71bf6313d88d1e6c4d2957b7f1d4f71312c211257f7dae64372
size 5842

3
progress-1.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9c86e98b5c03fa1fe11e3b67c1feda4788b8d0fe7336c2ff7d5644ccfba34cd
size 7842

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Nov 7 18:16:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <jengelh@inai.de> Mon Mar 25 11:00:39 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-progress # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-progress Name: python-progress
Version: 1.5 Version: 1.6
Release: 0 Release: 0
Summary: Progress bars for Python Summary: Progress bars for Python
License: ISC License: ISC