forked from pool/python-eventlet
- update to 0.19.0:
* ssl: IMPORTANT DoS FIX do_handshake_connect=False in server accept(); * green.urllib2: missing patched ssl module; * wsgi: environ[headers_raw] tuple of unmodified name: value pairs * test against modern pyopenssl 16.0.0 for Python 2.7+; * wsgi: document compatibility with python `logging` * Minor grammatical improvements and typo fixes to the docs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=32
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74ef11d67ee5e85e009b0fced733c907620bca1ab8e6b0489d9f247405ab2685
|
||||
size 288920
|
3
eventlet-0.19.0.tar.gz
Normal file
3
eventlet-0.19.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:306373b8adda84b7d471f5829c59ca33f9438c8ecd34daf5cddde19d376caf21
|
||||
size 290898
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 18:15:53 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- update to 0.19.0:
|
||||
* ssl: IMPORTANT DoS FIX do_handshake_connect=False in server accept();
|
||||
* green.urllib2: missing patched ssl module;
|
||||
* wsgi: environ[headers_raw] tuple of unmodified name: value pairs
|
||||
* test against modern pyopenssl 16.0.0 for Python 2.7+;
|
||||
* wsgi: document compatibility with python `logging`
|
||||
* Minor grammatical improvements and typo fixes to the docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 19:02:50 UTC 2016 - dmueller@suse.com
|
||||
|
||||
|
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-eventlet
|
||||
Version: 0.18.4
|
||||
Version: 0.19.0
|
||||
Release: 0
|
||||
Url: http://eventlet.net
|
||||
Summary: Highly concurrent networking library
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/e/eventlet/eventlet-%{version}.tar.gz
|
||||
Source: https://pypi.io/packages/source/e/eventlet/eventlet-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-devel
|
||||
|
Reference in New Issue
Block a user