Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ioctl-opt for openSUSE:Factory checked in at 2025-07-06 17:13:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ioctl-opt (Old) and /work/SRC/openSUSE:Factory/.python-ioctl-opt.new.1903 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ioctl-opt" Sun Jul 6 17:13:49 2025 rev:2 rq:1290555 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ioctl-opt/python-ioctl-opt.changes 2025-02-26 17:29:32.174832641 +0100 +++ /work/SRC/openSUSE:Factory/.python-ioctl-opt.new.1903/python-ioctl-opt.changes 2025-07-06 17:17:47.791497687 +0200 @@ -1,0 +2,5 @@ +Fri Jul 4 00:10:00 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ioctl-opt.spec ++++++ --- /var/tmp/diff_new_pack.CfNlIS/_old 2025-07-06 17:17:49.607572782 +0200 +++ /var/tmp/diff_new_pack.CfNlIS/_new 2025-07-06 17:17:49.623573444 +0200 @@ -23,7 +23,9 @@ License: GPL-2.0-only URL: https://github.com/vpelletier/python-ioctl-opt Source: https://pypi.org/packages/source/i/ioctl-opt/ioctl-opt-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -36,15 +38,15 @@ %autosetup -p1 -n ioctl-opt-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.rst %license COPYING %{python_sitelib}/ioctl_opt -%{python_sitelib}/ioctl_opt-%{version}-*.egg-info +%{python_sitelib}/ioctl_opt-%{version}.dist-info