forked from pool/python-eventlet
- update to 0.26.1:
* pin dnspython <2.0.0 https://github.com/eventlet/eventlet/issues/619 * Fix compatibility with SSLContext usage >= Python 3.7 * wsgi: Fix header capitalization on py3 * Fix #508: Py37 Deadlock ThreadPoolExecutor (#598) * drop Python 3.4 support * Fix misc SyntaxWarning's under Python 3.8 * Remove unnecessary assignment in _recv_loop (#601) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=68
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c8ab42c51bff55204fef43cff32616558bedbc7538d876bb6a96ce820c7f9ed
|
|
||||||
size 397545
|
|
3
eventlet-0.26.1.tar.gz
Normal file
3
eventlet-0.26.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f4a43366b4cbd4a3f2f231816e5c3dae8ab316df9b7da11f0525e2800559f33
|
||||||
|
size 398200
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 13 14:07:43 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.26.1:
|
||||||
|
* pin dnspython <2.0.0 https://github.com/eventlet/eventlet/issues/619
|
||||||
|
* Fix compatibility with SSLContext usage >= Python 3.7
|
||||||
|
* wsgi: Fix header capitalization on py3
|
||||||
|
* Fix #508: Py37 Deadlock ThreadPoolExecutor (#598)
|
||||||
|
* drop Python 3.4 support
|
||||||
|
* Fix misc SyntaxWarning's under Python 3.8
|
||||||
|
* Remove unnecessary assignment in _recv_loop (#601)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 29 10:49:14 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Wed Apr 29 10:49:14 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-eventlet
|
Name: python-eventlet
|
||||||
Version: 0.25.2
|
Version: 0.26.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Concurrent networking library for Python
|
Summary: Concurrent networking library for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -42,9 +42,6 @@ Requires: python-greenlet >= 0.3
|
|||||||
Requires: python-monotonic >= 1.4
|
Requires: python-monotonic >= 1.4
|
||||||
Requires: python-six >= 1.10.0
|
Requires: python-six >= 1.10.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{python_version_nodots} < 34
|
|
||||||
Requires: python-enum34
|
|
||||||
%endif
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user