Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyinotify for openSUSE:Factory checked in at 2025-06-11 16:25:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyinotify (Old) and /work/SRC/openSUSE:Factory/.python-pyinotify.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyinotify" Wed Jun 11 16:25:51 2025 rev:21 rq:1284637 version:0.9.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyinotify/python-pyinotify.changes 2025-03-27 22:33:48.960368095 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyinotify.new.19631/python-pyinotify.changes 2025-06-11 16:27:41.343384493 +0200 @@ -1,0 +2,5 @@ +Wed Jun 11 05:49:29 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyinotify.spec ++++++ --- /var/tmp/diff_new_pack.YRJoi6/_old 2025-06-11 16:27:42.019412693 +0200 +++ /var/tmp/diff_new_pack.YRJoi6/_new 2025-06-11 16:27:42.023412860 +0200 @@ -34,7 +34,9 @@ Source1: pyinotify # PATCH-FIX_UPSTREAM https://github.com/seb-m/pyinotify/pull/205 Patch0: make_asyncore_support_optional.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros %if %{with libalternatives} Requires: alts @@ -70,10 +72,10 @@ sed -i "s|#!%{_bindir}/env python|#!%__python3|" python3/examples/*py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install install -D -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/pyinotify %python_clone -a %{buildroot}%{_bindir}/pyinotify @@ -94,6 +96,6 @@ %doc python3/examples %python_alternative %{_bindir}/pyinotify %{python_sitelib}/pyinotify.py -%{python_sitelib}/pyinotify-%{version}*.egg-info -%pycache_only %{python_sitelib}/__pycache__ +%pycache_only %{python_sitelib}/__pycache__/pyinotify.*.pyc +%{python_sitelib}/pyinotify-%{version}.dist-info