Sync from SUSE:SLFO:Main python-eventlet revision 4e2cf531fc322593dc1c6cc547bb858a

This commit is contained in:
Adrian Schröter 2025-05-23 20:39:09 +02:00
parent e23be406b7
commit 21114e2dae
3 changed files with 0 additions and 22 deletions

View File

@ -1,14 +0,0 @@
Index: eventlet-0.39.1/tests/ssl_test.py
===================================================================
--- eventlet-0.39.1.orig/tests/ssl_test.py
+++ eventlet-0.39.1/tests/ssl_test.py
@@ -80,7 +80,8 @@ class SSLTest(tests.LimitedTestCase):
sock.recv(8192)
try:
self.assertEqual(b'', sock.recv(8192))
- except greenio.SSL.ZeroReturnError:
+ except (greenio.SSL.ZeroReturnError,
+ BrokenPipeError):
pass
sock = listen_ssl_socket()

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
Thu Apr 17 13:33:34 UTC 2025 - Lucas Mulling <lucas.mulling@suse.com>
- Fix broken test with openssl 3.5.0:
* Add patch fix-test-with-openssl-3.5.0.patch
-------------------------------------------------------------------
Mon Apr 7 12:41:45 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -25,8 +25,6 @@ License: MIT
Group: Development/Languages/Python
URL: https://eventlet.net
Source: https://files.pythonhosted.org/packages/source/e/eventlet/eventlet-%{version}.tar.gz
# PATCH-FIX-OPENSUSE: fix-test-with-openssl-3.5.0.patch bsc#1241037 -- based on PR 1034
Patch1: fix-test-with-openssl-3.5.0.patch
BuildRequires: %{python_module hatch-vcs}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}