diff --git a/progressbar2-3.51.4.tar.gz b/progressbar2-3.51.4.tar.gz deleted file mode 100644 index 4655c76..0000000 --- a/progressbar2-3.51.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13f228cf357f94cdef933c91c1e771e52e1b1931dbae48267be8fcdc2ae2ce36 -size 206005 diff --git a/progressbar2-4.2.0.tar.gz b/progressbar2-4.2.0.tar.gz new file mode 100644 index 0000000..a72d9c3 --- /dev/null +++ b/progressbar2-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1393922fcb64598944ad457569fbeb4b3ac189ef50b5adb9cef3284e87e394ce +size 650564 diff --git a/python-progressbar2.changes b/python-progressbar2.changes index 02edf84..87a6d8b 100644 --- a/python-progressbar2.changes +++ b/python-progressbar2.changes @@ -1,4 +1,23 @@ ------------------------------------------------------------------- +Tue Dec 13 16:11:53 UTC 2022 - Yogalakshmi Arunachalam + +- 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 - Remove unnecessary python_module devel BuildRequires diff --git a/python-progressbar2.spec b/python-progressbar2.spec index d61aec0..d443cfe 100644 --- a/python-progressbar2.spec +++ b/python-progressbar2.spec @@ -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