Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-mailmanclient for 
openSUSE:Factory checked in at 2022-08-23 14:29:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mailmanclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-mailmanclient.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mailmanclient"

Tue Aug 23 14:29:56 2022 rev:10 rq:998760 version:3.3.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-mailmanclient/python-mailmanclient.changes    
    2022-07-28 20:57:43.391413572 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-mailmanclient.new.2083/python-mailmanclient.changes
      2022-08-23 14:30:22.475703892 +0200
@@ -1,0 +2,6 @@
+Sat Aug 20 20:38:15 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Force pytest-asyncio auto mode -- 0.19.0 changed the default
+  * https://github.com/pytest-dev/pytest-asyncio#modes
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-mailmanclient.spec ++++++
--- /var/tmp/diff_new_pack.yQlWT9/_old  2022-08-23 14:30:23.075705147 +0200
+++ /var/tmp/diff_new_pack.yQlWT9/_new  2022-08-23 14:30:23.083705163 +0200
@@ -72,7 +72,10 @@
 #     self.socket.send(msg)
 # OSError: [Errno 9] Bad file descriptor
 export LC_ALL=C.UTF-8
-%pytest -k 'not using.rst'
+%if %{pkg_vcmp python3-pytest-asyncio >= 0.19}
+asynciomode="--asyncio-mode=auto"
+%endif
+%pytest -k 'not using.rst' $asynciomode
 
 %files %{python_files}
 %doc README.rst

Reply via email to