14
0

- 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:
2016-12-03 18:20:10 +00:00
committed by Git OBS Bridge
parent 8d56917327
commit 9de3f917e3
4 changed files with 16 additions and 5 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:306373b8adda84b7d471f5829c59ca33f9438c8ecd34daf5cddde19d376caf21
size 290898

View File

@@ -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 Fri Feb 26 19:02:50 UTC 2016 - dmueller@suse.com

View File

@@ -17,13 +17,13 @@
Name: python-eventlet Name: python-eventlet
Version: 0.18.4 Version: 0.19.0
Release: 0 Release: 0
Url: http://eventlet.net Url: http://eventlet.net
Summary: Highly concurrent networking library Summary: Highly concurrent networking library
License: MIT License: MIT
Group: Development/Languages/Python 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-Sphinx BuildRequires: python-Sphinx
BuildRequires: python-devel BuildRequires: python-devel