From de8106d1925420e45732d69a3a9b1debb7a554e67f1e67626c4d56ab14cc6876 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Wed, 8 Oct 2014 09:50:08 +0000 Subject: [PATCH] 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 --- eventlet-0.14.0.tar.gz | 3 --- eventlet-0.15.2.tar.gz | 3 +++ python-eventlet.changes | 20 ++++++++++++++++++++ python-eventlet.spec | 9 +++++---- 4 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 eventlet-0.14.0.tar.gz create mode 100644 eventlet-0.15.2.tar.gz diff --git a/eventlet-0.14.0.tar.gz b/eventlet-0.14.0.tar.gz deleted file mode 100644 index b2278d9..0000000 --- a/eventlet-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07937754fcaf9a21995a5973a4b5ef367d5ad534366a876d5da958d8cfd6415d -size 279870 diff --git a/eventlet-0.15.2.tar.gz b/eventlet-0.15.2.tar.gz new file mode 100644 index 0000000..801484e --- /dev/null +++ b/eventlet-0.15.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaec368ce7b819f8615dcb51f63dcb5c910538cdedc99e4bba4c90ed0bf70fdc +size 301581 diff --git a/python-eventlet.changes b/python-eventlet.changes index b3e3ef3..b8ef1f5 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Sep 2 08:00:50 UTC 2014 - dmueller@suse.com + +- 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 + ------------------------------------------------------------------- Thu Oct 24 11:05:29 UTC 2013 - speilicke@suse.com diff --git a/python-eventlet.spec b/python-eventlet.spec index 24011db..2d7dc54 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -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}