forked from pool/python-progressbar2
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13f228cf357f94cdef933c91c1e771e52e1b1931dbae48267be8fcdc2ae2ce36
|
|
||||||
size 206005
|
|
3
progressbar2-4.2.0.tar.gz
Normal file
3
progressbar2-4.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1393922fcb64598944ad457569fbeb4b3ac189ef50b5adb9cef3284e87e394ce
|
||||||
|
size 650564
|
@@ -1,4 +1,23 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 16:11:53 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
*
|
||||||
|
-------------------------------------------------------------------
|
||||||
Thu Jul 30 11:06:51 UTC 2020 - Duncan Mac-Vicar <dmacvicar@suse.com>
|
Thu Jul 30 11:06:51 UTC 2020 - Duncan Mac-Vicar <dmacvicar@suse.com>
|
||||||
|
|
||||||
- Remove unnecessary python_module devel BuildRequires
|
- Remove unnecessary python_module devel BuildRequires
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-progressbar2
|
# 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
|
# 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-progressbar2
|
Name: python-progressbar2
|
||||||
Version: 3.51.4
|
Version: 4.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library to provide visual text-based progress to long running operations
|
Summary: Python library to provide visual text-based progress to long running operations
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Reference in New Issue
Block a user