14
0

Accepting request 1278545 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1278545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-eventlet?expand=0&rev=63
This commit is contained in:
2025-05-23 12:27:32 +00:00
committed by Git OBS Bridge
5 changed files with 14 additions and 20 deletions

BIN
eventlet-0.39.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
eventlet-0.40.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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,3 +1,13 @@
-------------------------------------------------------------------
Mon May 19 11:06:05 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.40.0
* [fix] Fix ssl test when linking against openssl 3.5 (#1034)
* Drop support Python 3.8 (#1021)
* [doc] Various doc updates (#981, #1033)
* [env] Drop PyPy support (#1035 #1037)
- Drop fix-test-with-openssl-3.5.0.patch, fixed upstream
-------------------------------------------------------------------
Thu Apr 17 13:33:34 UTC 2025 - Lucas Mulling <lucas.mulling@suse.com>

View File

@@ -18,15 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-eventlet
Version: 0.39.1
Version: 0.40.0
Release: 0
Summary: Concurrent networking library for Python
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}