14
0

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
This commit is contained in:
2017-10-06 08:09:41 +00:00
committed by Git OBS Bridge
parent e1424cc6ff
commit e5ead3256f
4 changed files with 32 additions and 4 deletions

View File

@@ -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,-)