Hello community, here is the log from the commit of package python-eventlet for openSUSE:Factory checked in at 2017-10-07 17:50:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-eventlet (Old) and /work/SRC/openSUSE:Factory/.python-eventlet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-eventlet" Sat Oct 7 17:50:47 2017 rev:24 rq:532111 version:0.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-eventlet/python-eventlet.changes 2017-09-07 22:16:29.075323055 +0200 +++ /work/SRC/openSUSE:Factory/.python-eventlet.new/python-eventlet.changes 2017-10-07 17:50:54.854648026 +0200 @@ -1,0 +2,26 @@ +Fri Oct 6 07:35:07 UTC 2017 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- eventlet-0.20.1.tar.gz New: ---- eventlet-0.21.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-eventlet.spec ++++++ --- /var/tmp/diff_new_pack.siP17q/_old 2017-10-07 17:50:56.330583143 +0200 +++ /var/tmp/diff_new_pack.siP17q/_new 2017-10-07 17:50:56.334582967 +0200 @@ -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 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 @@ %install %python_install +%fdupes %{buildroot}%{_prefix} %files %{python_files} %defattr(-,root,root,-) ++++++ eventlet-0.20.1.tar.gz -> eventlet-0.21.0.tar.gz ++++++ ++++ 4996 lines of diff (skipped)
