14
0

Accepting request 254621 from Cloud:OpenStack:Master

- update to 0.15.2:
  * greenio: fixed memory leak, introduced in 0.15.1; Thanks to Michael Kerrin, Tushar Gohad
  * wsgi: Support optional headers w/ "100 Continue" responses; Thanks to Tushar Gohad
  * greenio: Fix second simultaneous read (parallel paramiko issue); Thanks to Jan Grant, Michael Kerrin
  * db_pool: customizable connection cleanup function; Thanks to Avery Fay
  * Python3 compatibility -- **not ready yet**; Thanks to Astrum Kuo, Davanum Srinivas, Jakub Stasiak, Victor Sergeyev
  * coros: remove Actor which was deprecated in 2010-01
  * saranwrap: remove saranwrap which was deprecated in 2010-02
  * PyPy compatibility fixes; Thanks to Dmitriy Kruglyak, Jakub Stasiak
  * green.profile: accumulate results between runs; Thanks to Zhang Hua
  * greenthread: add .unlink() method; Thanks to Astrum Kuo
  * packaging: Generate universal wheels; Thanks to Jakub Stasiak
  * queue: Make join not wait if there are no unfinished tasks; Thanks to Jakub Stasiak
  * tpool: proxy __enter__, __exit__ fixes Bitbucket-158; Thanks to Eric Urban
  * websockets: Add websockets13 support; handle lack of Upgrade header; Thanks to Edward George
  * wsgi: capitalize_response_headers option

OBS-URL: https://build.opensuse.org/request/show/254621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=18
This commit is contained in:
Denisart Benjamin
2014-10-08 09:50:08 +00:00
committed by Git OBS Bridge
parent f895f43c6f
commit de8106d192
4 changed files with 28 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-eventlet
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-eventlet
Version: 0.14.0
Version: 0.15.2
Release: 0
Url: http://eventlet.net
Summary: Highly concurrent networking library
@@ -47,13 +47,14 @@ is implicit, which means you can easily use Eventlet from the Python
interpreter, or as a small part of a larger application.
%package doc
Summary: Highly concurrent networking library - Documentation
Group: Development/Libraries/Python
Requires: %{name} = %{version}
%description doc
Documentation for the python-eventlet package.
Documentation for Eventlet, which is a concurrent networking library
for Python that allows you to change how you run your code, not how you write it.
%prep
%setup -q -n eventlet-%{version}