Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cppy for openSUSE:Factory checked in at 2025-05-26 18:32:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cppy (Old) and /work/SRC/openSUSE:Factory/.python-cppy.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cppy" Mon May 26 18:32:07 2025 rev:5 rq:1279525 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cppy/python-cppy.changes 2023-04-22 22:02:34.645975853 +0200 +++ /work/SRC/openSUSE:Factory/.python-cppy.new.2732/python-cppy.changes 2025-05-26 18:33:20.901904106 +0200 @@ -1,0 +2,5 @@ +Fri May 23 10:20:59 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cppy.spec ++++++ --- /var/tmp/diff_new_pack.1j52re/_old 2025-05-26 18:33:21.429926244 +0200 +++ /var/tmp/diff_new_pack.1j52re/_new 2025-05-26 18:33:21.433926412 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-cppy # -# Copyright (c) 2023 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 @@ -27,10 +27,12 @@ Source: https://files.pythonhosted.org/packages/source/c/cppy/cppy-%{version}.tar.gz Source99: python-cppy-rpmlintrc BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools >= 61.2} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module tomli} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -43,10 +45,10 @@ %setup -q -n cppy-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check