[python-eventlet] Updated to upstream 0.9.12

Lev Shamardin abbot at fedoraproject.org
Wed Sep 8 06:17:13 UTC 2010


commit 77ce091dedab2714a6318ccaa7829c55b2e655e0
Author: Lev Shamardin <shamardin at gmail.com>
Date:   Wed Sep 8 10:17:09 2010 +0400

    Updated to upstream 0.9.12

 .gitignore           |    1 +
 python-eventlet.spec |    7 ++++++-
 sources              |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 736c21c..1ba9da9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 eventlet-0.9.7.tar.gz
 eventlet-0.9.9.tar.gz
+/eventlet-0.9.12.tar.gz
diff --git a/python-eventlet.spec b/python-eventlet.spec
index 182f828..5868458 100644
--- a/python-eventlet.spec
+++ b/python-eventlet.spec
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name:           python-eventlet
-Version:        0.9.9
+Version:        0.9.12
 Release:        1%{?dist}
 Summary:        Highly concurrent networking library
 Group:          Development/Libraries
@@ -40,6 +40,8 @@ Documentation for the python-eventlet package.
 %prep
 %setup -q -n eventlet-%{version}
 find -name '.*' -type f -exec rm {} \;
+sed -i -e 's/
//g' tests/mock.py
+sed -i -e '1d' eventlet/support/greendns.py
 
 %build
 %{__python} setup.py build
@@ -72,6 +74,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Wed Sep 08 2010 Lev Shamardin <shamardin at gmail.com> - 0.9.12-1
+- Updated to version 0.9.12.
+
 * Wed Jul 28 2010 Lev Shamardin <shamardin at gmail.com> - 0.9.9-1
 - Updated to version 0.9.9.
 
diff --git a/sources b/sources
index 692831a..42455cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-95d01864a053ec67e08d57fc369152f8  eventlet-0.9.9.tar.gz
+96edb9eb4f73863f3d19afb5d5c85854  eventlet-0.9.12.tar.gz


More information about the scm-commits mailing list