Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-aiosmtpd for openSUSE:Factory
checked in at 2021-11-20 02:42:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiosmtpd (Old)
and /work/SRC/openSUSE:Factory/.python-aiosmtpd.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiosmtpd"
Sat Nov 20 02:42:24 2021 rev:6 rq:932596 version:1.4.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aiosmtpd/python-aiosmtpd.changes
2021-05-04 22:01:33.508472303 +0200
+++
/work/SRC/openSUSE:Factory/.python-aiosmtpd.new.1895/python-aiosmtpd.changes
2021-11-20 02:42:25.240130665 +0100
@@ -1,0 +2,5 @@
+Fri Nov 19 08:35:23 UTC 2021 - Andreas Schneider <[email protected]>
+
+- Disable pytest on Leap <= 15.3
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aiosmtpd.spec ++++++
--- /var/tmp/diff_new_pack.gLsXvF/_old 2021-11-20 02:42:25.748128989 +0100
+++ /var/tmp/diff_new_pack.gLsXvF/_new 2021-11-20 02:42:25.748128989 +0100
@@ -56,7 +56,18 @@
%python_subpackages
%description
-SMTP server based on asyncio.
+The Python standard library includes a basic SMTP server in the smtpd module,
+based on the old asynchronous libraries asyncore and asynchat. These modules
+are quite old and are definitely showing their age; asyncore and asynchat are
+difficult APIs to work with, understand, extend, and fix.
+
+With the introduction of the asyncio module in Python 3.4, a much better way of
+doing asynchronous I/O is now available. It seems obvious that an asyncio-based
+version of the SMTP and related protocols are needed for Python 3. This project
+brings together several highly experienced Python developers collaborating on
+this reimplementation.
+
+This package provides such an implementation of both the SMTP and LMTP
protocols.
%prep
%setup -q -n aiosmtpd-%{version}
@@ -70,10 +81,10 @@
%python_clone -a %{buildroot}%{_bindir}/aiosmtpd
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%if 0%{?sle_version} && 0%{?sle_version} >= 150400
%check
-# https://github.com/aio-libs/aiosmtpd/issues/268
-donttest="(test_byclient and login and False)"
-%pytest -k "not ($donttest)"
+%pytest
+%endif
%post
%python_install_alternative aiosmtpd