forked from pool/python-eventlet
Accepting request 254669 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/254669 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-eventlet?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:07937754fcaf9a21995a5973a4b5ef367d5ad534366a876d5da958d8cfd6415d
|
|
||||||
size 279870
|
|
3
eventlet-0.15.2.tar.gz
Normal file
3
eventlet-0.15.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eaec368ce7b819f8615dcb51f63dcb5c910538cdedc99e4bba4c90ed0bf70fdc
|
||||||
|
size 301581
|
@@ -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
|
Thu Oct 24 11:05:29 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-eventlet
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-eventlet
|
Name: python-eventlet
|
||||||
Version: 0.14.0
|
Version: 0.15.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://eventlet.net
|
Url: http://eventlet.net
|
||||||
Summary: Highly concurrent networking library
|
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.
|
interpreter, or as a small part of a larger application.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
|
|
||||||
Summary: Highly concurrent networking library - Documentation
|
Summary: Highly concurrent networking library - Documentation
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description doc
|
%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
|
%prep
|
||||||
%setup -q -n eventlet-%{version}
|
%setup -q -n eventlet-%{version}
|
||||||
|
Reference in New Issue
Block a user