Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mailprocessing for openSUSE:Factory checked in at 2026-01-06 17:44:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mailprocessing (Old) and /work/SRC/openSUSE:Factory/.mailprocessing.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mailprocessing" Tue Jan 6 17:44:32 2026 rev:4 rq:1325445 version:1.2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/mailprocessing/mailprocessing.changes 2020-02-13 10:12:39.956380002 +0100 +++ /work/SRC/openSUSE:Factory/.mailprocessing.new.1928/mailprocessing.changes 2026-01-06 17:45:55.728945611 +0100 @@ -1,0 +2,7 @@ +Tue Oct 28 02:00:39 UTC 2025 - Steve Kowalik <[email protected]> + +- Use pyproject macros to build and install. +- Correct fdupes. +- List directories under sitelib explicitly. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mailprocessing.spec ++++++ --- /var/tmp/diff_new_pack.TXSErs/_old 2026-01-06 17:45:56.676984602 +0100 +++ /var/tmp/diff_new_pack.TXSErs/_new 2026-01-06 17:45:56.676984602 +0100 @@ -1,7 +1,7 @@ # # spec file for package mailprocessing # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,8 +25,9 @@ URL: http://mailprocessing.github.io/mailprocessing Source0: https://github.com/mailprocessing/mailprocessing/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: fdupes -BuildRequires: python3-devel +BuildRequires: python3-pip BuildRequires: python3-setuptools +BuildRequires: python3-wheel Requires: python3 Obsoletes: maildirproc < %{version} Provides: maildirproc = %{version} @@ -41,16 +42,16 @@ %setup -q %build -python3 setup.py build +%python3_pyproject_wheel %install -python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} +%python3_pyproject_install install -D -m 644 docs/imapproc.1 %{buildroot}/%{_mandir}/man1/imapproc.1 install -D -m 644 docs/maildirproc.1 %{buildroot}/%{_mandir}/man1/maildirproc.1 install -D -m 644 docs/mailprocessing.5 %{buildroot}/%{_mandir}/man5/mailprocessing.5 install -d -m 755 %{buildroot}/%{_docdir}/%{name} cp -a docs/examples %{buildroot}/%{_docdir}/%{name} -%fdupes %{buildroot}%{$python_sitelib} +%fdupes %{buildroot}%{python3_sitelib} %files %license LICENSE @@ -59,7 +60,8 @@ %{_mandir}/man1/imapproc.1%{?ext_man} %{_mandir}/man1/maildirproc.1%{?ext_man} %{_mandir}/man5/mailprocessing.5%{?ext_man} -%{python3_sitelib} +%{python3_sitelib}/mailprocessing +%{python3_sitelib}/mailprocessing-%{version}.dist-info %{_bindir}/maildirproc %{_bindir}/imapproc
