From e5ead3256fbf06c016e47396460d4e73f9f3586f18a4c4a7dd1e35e65bbb61c1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 6 Oct 2017 08:09:41 +0000 Subject: [PATCH] Accepting request 532100 from home:tbechtold:branches:devel:languages:python - update to 0.21.0: * New timeout error API: .is_timeout=True on exception object It's now easy to test if network error is transient and retry is appropriate. Please spread the word and invite other libraries to support this interface. * hubs: use monotonic clock by default (bundled package); * dns: EVENTLET_NO_GREENDNS option is back, green is still default * dns: hosts file was consulted after nameservers * ssl: RecursionError on Python3.6+; * wsgi: log_output=False was not disabling startup and accepted messages * greenio: Fixed OSError: [WinError 10038] Socket operation on nonsocket * dns: EAI_NODATA was removed from RFC3493 and FreeBSD * green.select: fix mark_as_closed() wrong number of args * green.zmq: socket.{recv,send}_* signatures did not match recent upstream pyzmq * New feature: Add zipkin tracing to eventlet * db_pool: proxy Connection.set_isolation_level() * green.zmq: support RCVTIMEO (receive timeout) * green.profile: Python3 compatibility; Thanks to Artur Stawiarski * support: upgrade bundled six to 1.10 (dbfbfc818e3d) * python3.6: http.client.request support chunked_encoding - Use fdupes OBS-URL: https://build.opensuse.org/request/show/532100 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=39 --- eventlet-0.20.1.tar.gz | 3 --- eventlet-0.21.0.tar.gz | 3 +++ python-eventlet.changes | 26 ++++++++++++++++++++++++++ python-eventlet.spec | 4 +++- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 eventlet-0.20.1.tar.gz create mode 100644 eventlet-0.21.0.tar.gz diff --git a/eventlet-0.20.1.tar.gz b/eventlet-0.20.1.tar.gz deleted file mode 100644 index e76adec..0000000 --- a/eventlet-0.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ad581b8645a54acf436e62a4d8cbf229a1ec7bfa3287c160f0258826b297838 -size 469509 diff --git a/eventlet-0.21.0.tar.gz b/eventlet-0.21.0.tar.gz new file mode 100644 index 0000000..b5302d9 --- /dev/null +++ b/eventlet-0.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08faffab88c1b08bd53ea28bf084a572c89f7e7648bd9d71e6116ac17a51a15d +size 484191 diff --git a/python-eventlet.changes b/python-eventlet.changes index 5b3dea0..1b8816a 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Oct 6 07:35:07 UTC 2017 - tbechtold@suse.com + +- update to 0.21.0: + * New timeout error API: .is_timeout=True on exception object + It's now easy to test if network error is transient and retry is + appropriate. + Please spread the word and invite other libraries to support this interface. + * hubs: use monotonic clock by default (bundled package); + * dns: EVENTLET_NO_GREENDNS option is back, green is still default + * dns: hosts file was consulted after nameservers + * ssl: RecursionError on Python3.6+; + * wsgi: log_output=False was not disabling startup and accepted messages + * greenio: Fixed OSError: [WinError 10038] Socket operation on nonsocket + * dns: EAI_NODATA was removed from RFC3493 and FreeBSD + * green.select: fix mark_as_closed() wrong number of args + * green.zmq: socket.{recv,send}_* signatures did not match recent + upstream pyzmq + * New feature: Add zipkin tracing to eventlet + * db_pool: proxy Connection.set_isolation_level() + * green.zmq: support RCVTIMEO (receive timeout) + * green.profile: Python3 compatibility; Thanks to Artur Stawiarski + * support: upgrade bundled six to 1.10 (dbfbfc818e3d) + * python3.6: http.client.request support chunked_encoding +- Use fdupes + ------------------------------------------------------------------- Tue Sep 5 21:50:25 UTC 2017 - jengelh@inai.de diff --git a/python-eventlet.spec b/python-eventlet.spec index 62e7166..13fb101 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.20.1 +Version: 0.21.0 Release: 0 Summary: Concurrent networking library for Python License: MIT @@ -29,6 +29,7 @@ BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module devel} BuildRequires: %{python_module greenlet} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros %if %python_version_nodots < 34 Requires: python-enum34 @@ -68,6 +69,7 @@ sed -i "s|^#!.*||" eventlet/support/greendns.py # Fix non-executable script %install %python_install +%fdupes %{buildroot}%{_prefix} %files %{python_files} %defattr(-,root,root,-)