forked from pool/python-eventlet
- update to 0.20.1:
* dns: try unqualified queries as top level * test_import_patched_defaults bended to play with pyopenssl>=16.1.0 * Explicit environ flag for importing eventlet.__version__ without ignoring import errors * Type check Semaphore, GreenPool arguments; Thanks to Matthew D. Pagel * IMPORTANT: removed select.poll() function * DNS resolving is always green with dnspython bundled in * greenio: only trampoline when we block * convenience: listen() sets SO_REUSEPORT when available; Thanks to Zhengwei Gao * ssl: Fix "TypeError: read() argument 2 must be read-write bytes-like object, not None" * greenio: _recv_loop behaviour with recv_into on closed sock * ipv6: getaddrinfo would fail with scope index * green.zmq: Support {send,recv}_{string,json,pyobj} wrappers * greendns: Return answers from /etc/hosts despite nameserver errors * patcher: fixed green existing locks fail (Python3) * Add DAGPool, a dependency-driven greenthread pool * wsgi: Unix socket address representation; Thanks to Samuel Merritt * tpool: isolate internal socket from default timeout; Thanks to Alex Villacís Lasso * wsgi: only skip Content-Type and Content-Length headers (GH-327) * wsgi: 400 on blank Content-Length headers (GH-334) * greenio: makefile related pypy socket ref counting * ssl: Fix recv_into blocking when reading chunks of data * websocket: support Gunicorn environ['gunicorn.socket'] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=34
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:306373b8adda84b7d471f5829c59ca33f9438c8ecd34daf5cddde19d376caf21
|
||||
size 290898
|
3
eventlet-0.20.1.tar.gz
Normal file
3
eventlet-0.20.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ad581b8645a54acf436e62a4d8cbf229a1ec7bfa3287c160f0258826b297838
|
||||
size 469509
|
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 18:10:38 UTC 2017 - dmueller@suse.com
|
||||
|
||||
- update to 0.20.1:
|
||||
* dns: try unqualified queries as top level
|
||||
* test_import_patched_defaults bended to play with pyopenssl>=16.1.0
|
||||
* Explicit environ flag for importing eventlet.__version__ without ignoring import errors
|
||||
* Type check Semaphore, GreenPool arguments; Thanks to Matthew D. Pagel
|
||||
* IMPORTANT: removed select.poll() function
|
||||
* DNS resolving is always green with dnspython bundled in
|
||||
* greenio: only trampoline when we block
|
||||
* convenience: listen() sets SO_REUSEPORT when available; Thanks to Zhengwei Gao
|
||||
* ssl: Fix "TypeError: read() argument 2 must be read-write bytes-like object, not None"
|
||||
* greenio: _recv_loop behaviour with recv_into on closed sock
|
||||
* ipv6: getaddrinfo would fail with scope index
|
||||
* green.zmq: Support {send,recv}_{string,json,pyobj} wrappers
|
||||
* greendns: Return answers from /etc/hosts despite nameserver errors
|
||||
* patcher: fixed green existing locks fail (Python3)
|
||||
* Add DAGPool, a dependency-driven greenthread pool
|
||||
* wsgi: Unix socket address representation; Thanks to Samuel Merritt
|
||||
* tpool: isolate internal socket from default timeout; Thanks to Alex Villacís Lasso
|
||||
* wsgi: only skip Content-Type and Content-Length headers (GH-327)
|
||||
* wsgi: 400 on blank Content-Length headers (GH-334)
|
||||
* greenio: makefile related pypy socket ref counting
|
||||
* ssl: Fix recv_into blocking when reading chunks of data
|
||||
* websocket: support Gunicorn environ['gunicorn.socket']
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 18:15:53 UTC 2016 - dmueller@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-eventlet
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX 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.19.0
|
||||
Version: 0.20.1
|
||||
Release: 0
|
||||
Url: http://eventlet.net
|
||||
Summary: Highly concurrent networking library
|
||||
|
Reference in New Issue
Block a user