forked from pool/python-eventlet
Accepting request 199367 from home:dirkmueller:branches:devel:languages:python
- update to 0.14.0: * wsgi: handle connection socket timeouts; Thanks to Paul Oppenheim * wsgi: close timed out client connections * greenio: socket pypy compatibility; Thanks to Alex Gaynor * wsgi: env['wsgi.input'] was returning 1 byte strings; Thanks to Eric Urban * green.ssl: fix NameError; Github #17; Thanks to Jakub Stasiak * websocket: allow "websocket" in lowercase in Upgrade header; Compatibility with current Google Chrome; Thanks to Dmitry Orlov * wsgi: allow minimum_chunk_size to be overriden on a per request basis; Thanks to David Goetz * wsgi: configurable socket_timeout OBS-URL: https://build.opensuse.org/request/show/199367 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
4df8bc95f5
commit
7ace6dee1e
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d98118f01c064a6d256a264d4b939b2c6ad0814875c3b37859306c6ed1b4982c
|
||||
size 276599
|
3
eventlet-0.14.0.tar.gz
Normal file
3
eventlet-0.14.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07937754fcaf9a21995a5973a4b5ef367d5ad534366a876d5da958d8cfd6415d
|
||||
size 279870
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 08:56:56 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 0.14.0:
|
||||
* wsgi: handle connection socket timeouts; Thanks to Paul Oppenheim
|
||||
* wsgi: close timed out client connections
|
||||
* greenio: socket pypy compatibility; Thanks to Alex Gaynor
|
||||
* wsgi: env['wsgi.input'] was returning 1 byte strings; Thanks to Eric Urban
|
||||
* green.ssl: fix NameError; Github #17; Thanks to Jakub Stasiak
|
||||
* websocket: allow "websocket" in lowercase in Upgrade header; Compatibility with current Google Chrome; Thanks to Dmitry Orlov
|
||||
* wsgi: allow minimum_chunk_size to be overriden on a per request basis; Thanks to David Goetz
|
||||
* wsgi: configurable socket_timeout
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 15:42:06 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-eventlet
|
||||
Version: 0.13.0
|
||||
Version: 0.14.0
|
||||
Release: 0
|
||||
Url: http://eventlet.net
|
||||
Summary: Highly concurrent networking library
|
||||
@@ -68,7 +68,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS LICENSE NEWS README README.twisted
|
||||
%doc AUTHORS LICENSE NEWS README.rst README.twisted
|
||||
%{python_sitelib}/*
|
||||
|
||||
%files doc
|
||||
|
Reference in New Issue
Block a user