Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dfVFS for openSUSE:Factory checked in at 2025-06-20 16:54:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dfVFS (Old) and /work/SRC/openSUSE:Factory/.python-dfVFS.new.31170 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dfVFS" Fri Jun 20 16:54:50 2025 rev:28 rq:1287232 version:0~20231208 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dfVFS/python-dfVFS.changes 2024-01-28 19:43:16.449932367 +0100 +++ /work/SRC/openSUSE:Factory/.python-dfVFS.new.31170/python-dfVFS.changes 2025-06-20 16:55:08.098477717 +0200 @@ -1,0 +2,5 @@ +Wed Jun 18 04:04:18 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Use pyproject macros to build and install. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dfVFS.spec ++++++ --- /var/tmp/diff_new_pack.jzUPzf/_old 2025-06-20 16:55:09.094518915 +0200 +++ /var/tmp/diff_new_pack.jzUPzf/_new 2025-06-20 16:55:09.098519081 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-dfVFS # -# 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 @@ -59,8 +59,10 @@ BuildRequires: %{python_module libvsgpt} BuildRequires: %{python_module libvshadow} BuildRequires: %{python_module libvslvm} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tsk} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyYAML @@ -124,10 +126,10 @@ chmod -x run_tests.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %fdupes %{buildroot} @@ -144,5 +146,6 @@ %doc utils/check_dependencies.py utils/dependencies.py # these are installed into the wrong place %exclude %{_datadir}/doc/dfvfs/ -%{python_sitelib}/dfvfs* +%{python_sitelib}/dfvfs +%{python_sitelib}/dfvfs-%{timestamp}.dist-info