From 96e66bfa010ac59ddf01de59dec0becf1528e0838ac4835bff67798ea0dee3d1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Aug 2020 14:09:44 +0000 Subject: [PATCH] - 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 --- eventlet-0.25.2.tar.gz | 3 --- eventlet-0.26.1.tar.gz | 3 +++ python-eventlet.changes | 12 ++++++++++++ python-eventlet.spec | 5 +---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 eventlet-0.25.2.tar.gz create mode 100644 eventlet-0.26.1.tar.gz diff --git a/eventlet-0.25.2.tar.gz b/eventlet-0.25.2.tar.gz deleted file mode 100644 index 6294cbd..0000000 --- a/eventlet-0.25.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c8ab42c51bff55204fef43cff32616558bedbc7538d876bb6a96ce820c7f9ed -size 397545 diff --git a/eventlet-0.26.1.tar.gz b/eventlet-0.26.1.tar.gz new file mode 100644 index 0000000..a339cca --- /dev/null +++ b/eventlet-0.26.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4a43366b4cbd4a3f2f231816e5c3dae8ab316df9b7da11f0525e2800559f33 +size 398200 diff --git a/python-eventlet.changes b/python-eventlet.changes index 3e63dcd..b81dfe3 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Aug 13 14:07:43 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-eventlet.spec b/python-eventlet.spec index d0ab44a..b00a8ff 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-eventlet -Version: 0.25.2 +Version: 0.26.1 Release: 0 Summary: Concurrent networking library for Python License: MIT @@ -42,9 +42,6 @@ Requires: python-greenlet >= 0.3 Requires: python-monotonic >= 1.4 Requires: python-six >= 1.10.0 BuildArch: noarch -%if %{python_version_nodots} < 34 -Requires: python-enum34 -%endif %python_subpackages %description