diff --git a/python-progress.changes b/python-progress.changes index 8005374..48c3e05 100644 --- a/python-progress.changes +++ b/python-progress.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 3 12:25:15 UTC 2025 - Markéta Machová + +- Convert to pip-based build + ------------------------------------------------------------------- Thu Jul 20 16:46:22 UTC 2023 - Torsten Gruner diff --git a/python-progress.spec b/python-progress.spec index c1e97b3..fd5986c 100644 --- a/python-progress.spec +++ b/python-progress.spec @@ -1,7 +1,7 @@ # # spec file for package python-progress # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -23,9 +23,11 @@ Release: 0 Summary: Progress bars for Python License: ISC Group: Development/Languages/Python -URL: http://github.com/verigak/progress/ +URL: https://github.com/verigak/progress/ Source: https://files.pythonhosted.org/packages/source/p/progress/progress-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -38,10 +40,10 @@ Progress bars for Python. %setup -q -n progress-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check