diff --git a/eventlet-0.18.4.tar.gz b/eventlet-0.18.4.tar.gz deleted file mode 100644 index 7ce48bf..0000000 --- a/eventlet-0.18.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74ef11d67ee5e85e009b0fced733c907620bca1ab8e6b0489d9f247405ab2685 -size 288920 diff --git a/eventlet-0.19.0.tar.gz b/eventlet-0.19.0.tar.gz new file mode 100644 index 0000000..75af475 --- /dev/null +++ b/eventlet-0.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306373b8adda84b7d471f5829c59ca33f9438c8ecd34daf5cddde19d376caf21 +size 290898 diff --git a/python-eventlet.changes b/python-eventlet.changes index 10470d5..3e79f41 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -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 diff --git a/python-eventlet.spec b/python-eventlet.spec index 19a5f77..98bc124 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -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