From f1021ddd96a2f185ab14820999f472729e2f946811191113f86a285ca4ed3887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 3 Jun 2025 12:25:27 +0000 Subject: [PATCH] - Convert to pip-based build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-progress?expand=0&rev=7 --- python-progress.changes | 5 +++++ python-progress.spec | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) 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