14
0

- update to 0.32.0:

* greendns: compatibility with dnspython v2
  * green.ssl: wrap_socket now accepts argument `ciphers`
  * websocket: control frames are now always uncompressed per RFC 7692
  * ssl: py3.6 using client certificates raised ValueError: check_hostname needs server_hostname argument
  * IMPORTANT: websocket: Limit maximum uncompressed frame length to 8MiB
  * wsgi: websocket ALREADY_HANDLED flag on corolocal
  * green.ssl: Set suppress_ragged_eofs default based on SSLSocket defaults
  * greenio: socket.connect_ex returned None instead of 0 on success
  * Use _imp instead of deprecated imp
- drop pr_639.patch, merged upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=82
This commit is contained in:
2021-11-07 21:14:19 +00:00
committed by Git OBS Bridge
parent f4b13e4710
commit 73a9a58573
6 changed files with 53 additions and 39 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-eventlet
Version: 0.30.2
Version: 0.32.0
Release: 0
Summary: Concurrent networking library for Python
License: MIT
@@ -30,8 +30,6 @@ Source: https://files.pythonhosted.org/packages/source/e/eventlet/eventl
Patch0: remove_nose.patch
# PATCH-FIX-UPSTREAM newdnspython.patch mcepl@suse.com -- patch is from gh#rthalley/dnspython#519, discussion in gh#eventlet/eventlet#638
Patch1: newdnspython.patch
# PATCH-FEATURE-UPSTREAM pr_639.patch gh#eventlet/eventlet#639 jayvdb@gmail.com
Patch2: pr_639.patch
# Really remove the dependency on nose
Patch3: remove_nose_part_2.patch
BuildRequires: %{python_module setuptools}
@@ -46,7 +44,9 @@ BuildRequires: python-rpm-macros
BuildRequires: sysconfig-netconfig
BuildRequires: %{python_module dnspython >= 1.15.0}
BuildRequires: %{python_module greenlet >= 0.3}
%if 0%{?suse_version} >= 1550
BuildRequires: %{python_module pyOpenSSL}
%endif
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pyzmq}
BuildRequires: %{python_module six >= 1.10.0}