Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyRXP for openSUSE:Factory checked in at 2025-06-04 20:29:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyRXP (Old) and /work/SRC/openSUSE:Factory/.python-pyRXP.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyRXP" Wed Jun 4 20:29:15 2025 rev:5 rq:1282602 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyRXP/python-pyRXP.changes 2022-02-17 23:42:00.939700175 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyRXP.new.16005/python-pyRXP.changes 2025-06-04 20:29:21.214972085 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 08:11:39 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyRXP.spec ++++++ --- /var/tmp/diff_new_pack.8F4kHo/_old 2025-06-04 20:29:21.983003905 +0200 +++ /var/tmp/diff_new_pack.8F4kHo/_new 2025-06-04 20:29:21.983003905 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyRXP # -# 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,7 +16,6 @@ # -%define skip_python2 1 Name: python-pyRXP Version: 3.0.1 Release: 0 @@ -27,7 +26,9 @@ # LICENSE MISSING IN SOURCE TARBALL Source1: https://hg.reportlab.com/hg-public/pyRXP/raw-file/9ee8c8d7cc04/LICENSE.txt BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros %python_subpackages @@ -42,10 +43,10 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -54,5 +55,6 @@ %files %{python_files} %license LICENSE.txt %doc README.rst -%{python_sitearch}/* +%{python_sitearch}/pyRXPU.cpython* +%{python_sitearch}/py[Rr][Xx][Pp]-%{version}*-info