Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sarge for openSUSE:Factory checked in at 2025-06-12 15:54:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sarge (Old) and /work/SRC/openSUSE:Factory/.python-sarge.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sarge" Thu Jun 12 15:54:15 2025 rev:3 rq:1285058 version:0.1.7.post1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sarge/python-sarge.changes 2022-10-15 16:40:30.482593265 +0200 +++ /work/SRC/openSUSE:Factory/.python-sarge.new.19631/python-sarge.changes 2025-06-12 15:55:59.251967251 +0200 @@ -1,0 +2,5 @@ +Thu Jun 12 08:22:14 UTC 2025 - Markéta Machová <[email protected]> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sarge.spec ++++++ --- /var/tmp/diff_new_pack.syYOIS/_old 2025-06-12 15:55:59.867992816 +0200 +++ /var/tmp/diff_new_pack.syYOIS/_new 2025-06-12 15:55:59.867992816 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-sarge # -# Copyright (c) 2022 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 @@ -16,20 +16,20 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sarge Version: 0.1.7.post1 Release: 0 -License: BSD-3-Clause Summary: Command pipelines for python -URL: https://sarge.readthedocs.org/ +License: BSD-3-Clause Group: Development/Languages/Python +URL: https://sarge.readthedocs.org/ Source: https://files.pythonhosted.org/packages/source/s/sarge/sarge-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -39,14 +39,15 @@ %setup -q -n sarge-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/sarge +%{python_sitelib}/sarge-%{version}*-info
