Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-progressbar2 for
openSUSE:Factory checked in at 2024-02-01 18:05:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-progressbar2 (Old)
and /work/SRC/openSUSE:Factory/.python-progressbar2.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-progressbar2"
Thu Feb 1 18:05:53 2024 rev:5 rq:1143266 version:4.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-progressbar2/python-progressbar2.changes
2023-03-07 16:51:28.093942957 +0100
+++
/work/SRC/openSUSE:Factory/.python-progressbar2.new.1815/python-progressbar2.changes
2024-02-01 18:06:57.350501409 +0100
@@ -1,0 +2,14 @@
+Thu Feb 1 08:47:23 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 4.3.2:
+ * disabling run-command until it is properly finished
+- update to 4.3.1:
+ * fixed typeerror on Windows thanks to @eachimei, excluded docs
+ from install thanks to @mgorny and added readthedocs
+ configuration file
+- update to 4.3.0:
+ * Added support for multithreading, multiprocessing, colors
+ (16, 256 and full color) and many interactive terminal
+ features such as continuous printing for a live ETA
+
+-------------------------------------------------------------------
Old:
----
progressbar2-4.2.0.tar.gz
New:
----
progressbar2-4.3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-progressbar2.spec ++++++
--- /var/tmp/diff_new_pack.f78fVC/_old 2024-02-01 18:06:58.446541383 +0100
+++ /var/tmp/diff_new_pack.f78fVC/_new 2024-02-01 18:06:58.450541529 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-progressbar2
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,25 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-progressbar2
-Version: 4.2.0
+Version: 4.3.2
Release: 0
Summary: Python library to provide visual text-based progress to long
running operations
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/WoLpH/python-progressbar
Source:
https://files.pythonhosted.org/packages/source/p/progressbar2/progressbar2-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-python-utils >= 2.3.0
Conflicts: python-progressbar
BuildArch: noarch
# SECTION test requirements
+BuildRequires: %{python_module dill}
BuildRequires: %{python_module freezegun}
+BuildRequires: %{python_module pygments}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-utils >= 2.3.0}
# /SECTION
@@ -46,20 +50,22 @@
rm pytest.ini
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# remove problematic section from pytest.ini
export PYTEST_ADDOPTS="--doctest-modules"
export PYTHONPATH=$PWD
+rm -v progressbar/terminal/os_specific/windows.py
%pytest
%files %{python_files}
%doc CHANGES.rst README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/progressbar
+%{python_sitelib}/progressbar2-%{version}.dist-info
++++++ progressbar2-4.2.0.tar.gz -> progressbar2-4.3.2.tar.gz ++++++
++++ 39200 lines of diff (skipped)