From 8c3875343c306e83ccab4c4c28248daeb83e0cfad4af8c84540ca9387c3e3bc6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Dec 2022 10:09:40 +0000 Subject: [PATCH] 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 --- progressbar2-3.51.4.tar.gz | 3 --- progressbar2-4.2.0.tar.gz | 3 +++ python-progressbar2.changes | 19 +++++++++++++++++++ python-progressbar2.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 progressbar2-3.51.4.tar.gz create mode 100644 progressbar2-4.2.0.tar.gz 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