Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-eventlet for openSUSE:Factory
checked in at 2023-11-07 21:25:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-eventlet (Old)
and /work/SRC/openSUSE:Factory/.python-eventlet.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-eventlet"
Tue Nov 7 21:25:13 2023 rev:52 rq:1123726 version:0.33.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-eventlet/python-eventlet.changes
2023-07-01 23:18:05.446274518 +0200
+++
/work/SRC/openSUSE:Factory/.python-eventlet.new.17445/python-eventlet.changes
2023-11-07 21:25:20.557269121 +0100
@@ -1,0 +2,5 @@
+Tue Nov 7 06:07:34 UTC 2023 - Jiri Slaby <[email protected]>
+
+- disable test_full_duplex (bsc#1216858)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-eventlet.spec ++++++
--- /var/tmp/diff_new_pack.UVz7z4/_old 2023-11-07 21:25:21.129290185 +0100
+++ /var/tmp/diff_new_pack.UVz7z4/_new 2023-11-07 21:25:21.129290185 +0100
@@ -95,6 +95,8 @@
skiptests+=" or test_018b_http_10_keepalive_framing"
# gh#eventlet/eventlet#803
skiptests+=" or test_raise_dns_tcp"
+# gh#eventlet/eventlet#821 bsc#1216858
+skiptests+=" or test_full_duplex"
# Unknown Python 3.6 specific errors
# TypeError: _wrap_socket() argument 1 must be _socket.socket, not SSLSocket