Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package notmuch for openSUSE:Factory checked 
in at 2025-10-23 16:38:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notmuch (Old)
 and      /work/SRC/openSUSE:Factory/.notmuch.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notmuch"

Thu Oct 23 16:38:10 2025 rev:50 rq:1313169 version:0.38.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/notmuch/notmuch.changes  2025-04-07 
17:36:33.776687545 +0200
+++ /work/SRC/openSUSE:Factory/.notmuch.new.1980/notmuch.changes        
2025-10-23 16:39:47.228318559 +0200
@@ -1,0 +2,6 @@
+Thu Oct 23 04:26:03 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Use pyroject macros to build and install the Python bindings, like the
+  CFFI bindings.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ notmuch.spec ++++++
--- /var/tmp/diff_new_pack.PQ4uGH/_old  2025-10-23 16:39:47.904347067 +0200
+++ /var/tmp/diff_new_pack.PQ4uGH/_new  2025-10-23 16:39:47.912347404 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package notmuch
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 # Copyright (c) 2024 Andreas Stieger <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -180,7 +180,7 @@
 %if %{with python3}
 cp -r python python3
 pushd python3
-python3 setup.py build
+%pyproject_wheel
 pushd docs
 %{make_build} dirhtml
 rm -f build/dirhtml/.buildinfo
@@ -199,7 +199,7 @@
 
 %if %{with python3}
 pushd bindings/python3
-python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%pyproject_install
 popd
 pushd bindings/python-cffi
 %pyproject_install
@@ -264,7 +264,7 @@
 %license COPYING COPYING-GPL-3
 %doc bindings/python/README
 %{python3_sitelib}/%{name}/
-%{python3_sitelib}/%{name}*egg-info
+%{python3_sitelib}/%{name}-%{version}.dist-info
 
 %files -n python-%{name}-doc
 %license COPYING COPYING-GPL-3

Reply via email to