From 9278a29aa070501595c7c913249ebecf9211a5be8234398b585cef95c12945e8 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 17 Jan 2013 12:06:44 +0000 Subject: [PATCH] Accepting request 148657 from home:posophe:branches:devel:languages:python Update to latest OBS-URL: https://build.opensuse.org/request/show/148657 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=8 --- eventlet-0.11.0.tar.gz | 3 +++ eventlet-0.9.17.tar.gz | 3 --- python-eventlet.changes | 8 ++++++++ python-eventlet.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 eventlet-0.11.0.tar.gz delete mode 100644 eventlet-0.9.17.tar.gz diff --git a/eventlet-0.11.0.tar.gz b/eventlet-0.11.0.tar.gz new file mode 100644 index 0000000..aebe9fa --- /dev/null +++ b/eventlet-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9e1ece10f12f3614cce34f497a9977e9dcfc7046d0fd1a643b39be51426017 +size 265937 diff --git a/eventlet-0.9.17.tar.gz b/eventlet-0.9.17.tar.gz deleted file mode 100644 index 7633f63..0000000 --- a/eventlet-0.9.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:000718aff76ce730ed8ed037f227b09f7cd815b7501670ad8312c6bb3ac164e1 -size 262991 diff --git a/python-eventlet.changes b/python-eventlet.changes index c503c88..e197c36 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 15 19:53:02 UTC 2013 - p.drouand@gmail.com + +- Update to version 0.11.0: + * ssl: Fix 100% busy CPU in socket.sendall() (thanks to Raymon Lu) + * zmq: Return linger argument to Socket.close() (thanks to Eric Windisch) + * tests: SSL tests were always skipped due to bug in skip_if_no_ssl decorator + ------------------------------------------------------------------- Fri Nov 23 10:57:40 UTC 2012 - saschpe@suse.de diff --git a/python-eventlet.spec b/python-eventlet.spec index c056ba7..5a1a32a 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -1,7 +1,7 @@ # # spec file for package python-eventlet # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products 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.9.17 +Version: 0.11.0 Release: 0 Url: http://eventlet.net Summary: Highly concurrent networking library