Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-elementpath for openSUSE:Factory checked in at 2025-06-24 20:45:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-elementpath (Old) and /work/SRC/openSUSE:Factory/.python-elementpath.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-elementpath" Tue Jun 24 20:45:43 2025 rev:24 rq:1287769 version:4.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-elementpath/python-elementpath.changes 2025-03-20 19:25:09.102033581 +0100 +++ /work/SRC/openSUSE:Factory/.python-elementpath.new.7067/python-elementpath.changes 2025-06-24 20:46:08.992844490 +0200 @@ -1,0 +2,5 @@ +Mon Jun 23 01:30:07 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-elementpath.spec ++++++ --- /var/tmp/diff_new_pack.p09hWB/_old 2025-06-24 20:46:10.616911819 +0200 +++ /var/tmp/diff_new_pack.p09hWB/_new 2025-06-24 20:46:10.660913643 +0200 @@ -26,8 +26,10 @@ Source: https://github.com/sissaschool/elementpath/archive/v%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module lxml} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -44,10 +46,10 @@ rm tests/test_schema_proxy.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -65,5 +67,5 @@ %doc CHANGELOG.rst README.rst %license LICENSE %{python_sitelib}/elementpath -%{python_sitelib}/elementpath-%{version}*-info +%{python_sitelib}/elementpath-%{version}.dist-info