Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-progressbar for openSUSE:Factory checked in at 2025-06-03 17:56:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-progressbar (Old) and /work/SRC/openSUSE:Factory/.python-progressbar.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-progressbar" Tue Jun 3 17:56:41 2025 rev:15 rq:1282312 version:2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-progressbar/python-progressbar.changes 2023-07-03 17:43:01.312802107 +0200 +++ /work/SRC/openSUSE:Factory/.python-progressbar.new.16005/python-progressbar.changes 2025-06-03 17:57:36.279719628 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 12:25:47 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-progressbar.spec ++++++ --- /var/tmp/diff_new_pack.dmQUm2/_old 2025-06-03 17:57:36.955747658 +0200 +++ /var/tmp/diff_new_pack.dmQUm2/_new 2025-06-03 17:57:36.959747824 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-progressbar # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,14 +21,15 @@ Version: 2.5 Release: 0 Summary: Text Progressbar Library for Python -License: LGPL-2.1-or-later OR BSD-3-Clause +License: BSD-3-Clause OR LGPL-2.1-or-later Group: Development/Libraries/Python -Url: https://github.com/niltonvolpato/python-progressbar +URL: https://github.com/niltonvolpato/python-progressbar Source: https://files.pythonhosted.org/packages/source/p/progressbar/progressbar-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -40,14 +41,14 @@ %setup -q -n progressbar-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %files %{python_files} %doc README.txt examples.py %license LICENSE.txt %{python_sitelib}/progressbar/ -%{python_sitelib}/progressbar-%{version}-py*.egg-info +%{python_sitelib}/progressbar-%{version}*-info