Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-xapp for openSUSE:Factory checked in at 2025-06-13 18:46:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-xapp (Old) and /work/SRC/openSUSE:Factory/.python-xapp.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xapp" Fri Jun 13 18:46:47 2025 rev:13 rq:1285432 version:2.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-xapp/python-xapp.changes 2024-09-24 17:35:15.110041396 +0200 +++ /work/SRC/openSUSE:Factory/.python-xapp.new.19631/python-xapp.changes 2025-06-13 18:46:58.042555872 +0200 @@ -1,0 +2,6 @@ +Tue Jun 10 02:27:02 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Use pyproject macros to build and install. +- Remove unneeded BuildRequires on devel module. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xapp.spec ++++++ --- /var/tmp/diff_new_pack.49MWY4/_old 2025-06-13 18:46:58.726583924 +0200 +++ /var/tmp/diff_new_pack.49MWY4/_new 2025-06-13 18:46:58.726583924 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-xapp # -# Copyright (c) 2024 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 @@ -29,20 +29,20 @@ Source1: setup.py # PATCH-FEATURE-OPENSUSE python-xapp-xdgsu.patch -- Escalate privileges using xdg-su. Patch0: python-xapp-xdgsu.patch -BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-psutil Requires: xdg-utils BuildArch: noarch +%python_subpackages %description This project gathers the components which are common to multiple desktop environments and required to implement cross-DE solutions. -%python_subpackages - %prep %autosetup -p1 -n %{_name}-%{version} cp %{SOURCE1} . @@ -50,15 +50,15 @@ sed -i 's|version = "0.0.0",|version = "%{version}",|g' setup.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license COPYING %doc debian/changelog -%{python_sitelib}/xapp/ -%{python_sitelib}/python_xapp-*.egg-info +%{python_sitelib}/xapp +%{python_sitelib}/python_xapp-%{version}.dist-info