14
0

Accepting request 532111 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/532111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-eventlet?expand=0&rev=24
This commit is contained in:
2017-10-07 15:50:47 +00:00
committed by Git OBS Bridge
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ad581b8645a54acf436e62a4d8cbf229a1ec7bfa3287c160f0258826b297838
size 469509

3
eventlet-0.21.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08faffab88c1b08bd53ea28bf084a572c89f7e7648bd9d71e6116ac17a51a15d
size 484191

View File

@@ -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 Tue Sep 5 21:50:25 UTC 2017 - jengelh@inai.de

View File

@@ -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.20.1 Version: 0.21.0
Release: 0 Release: 0
Summary: Concurrent networking library for Python Summary: Concurrent networking library for Python
License: MIT License: MIT
@@ -29,6 +29,7 @@ BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module greenlet} BuildRequires: %{python_module greenlet}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%if %python_version_nodots < 34 %if %python_version_nodots < 34
Requires: python-enum34 Requires: python-enum34
@@ -68,6 +69,7 @@ sed -i "s|^#!.*||" eventlet/support/greendns.py # Fix non-executable script
%install %install
%python_install %python_install
%fdupes %{buildroot}%{_prefix}
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %defattr(-,root,root,-)