14
0

Accepting request 1042735 from home:yarunachalam:branches:devel:languages:python

- Update to version 4.2.0 
  * Added increment() method for easy usage as callback from libraries such as boto
- Update to version 4.1.1
  * Fixed backwards compatibility with original progressbar library
- Update to version 4.1.0 
  * Delegate unknown attrs to target in WrappingIO thanks to @william-andre. Added threaded progress bar example
- Update to version 4.0.0
  * Updated to Python 3.10 including type hinting
- Update to version 3.54.0
  * Release created with GPGit 1.5.0
  https://github.com/NicoHood/gpgit
  *

OBS-URL: https://build.opensuse.org/request/show/1042735
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-progressbar2?expand=0&rev=6
This commit is contained in:
2022-12-14 10:09:40 +00:00
committed by Git OBS Bridge
parent 2b4a4d6957
commit 4f9d950ec1
4 changed files with 24 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-progressbar2
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 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-progressbar2
Version: 3.51.4
Version: 4.2.0
Release: 0
Summary: Python library to provide visual text-based progress to long running operations
License: BSD-3-Clause