From e9c2afffb56b86b2ddd4a5fc74f2d2bd226cf8abd43e6ce50fc7cbcbdc0696f3 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Tue, 17 Sep 2013 09:15:14 +0000 Subject: [PATCH] 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 --- eventlet-0.13.0.tar.gz | 3 --- eventlet-0.14.0.tar.gz | 3 +++ python-eventlet.changes | 13 +++++++++++++ python-eventlet.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 eventlet-0.13.0.tar.gz create mode 100644 eventlet-0.14.0.tar.gz diff --git a/eventlet-0.13.0.tar.gz b/eventlet-0.13.0.tar.gz deleted file mode 100644 index 1962328..0000000 --- a/eventlet-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d98118f01c064a6d256a264d4b939b2c6ad0814875c3b37859306c6ed1b4982c -size 276599 diff --git a/eventlet-0.14.0.tar.gz b/eventlet-0.14.0.tar.gz new file mode 100644 index 0000000..b2278d9 --- /dev/null +++ b/eventlet-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07937754fcaf9a21995a5973a4b5ef367d5ad534366a876d5da958d8cfd6415d +size 279870 diff --git a/python-eventlet.changes b/python-eventlet.changes index 43a7f0a..f325810 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -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 diff --git a/python-eventlet.spec b/python-eventlet.spec index 78fd518..12129dd 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -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