[python-eventlet/f13/master] Updated to version 0.9.12.

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


commit 74b9a96752600fbae5f8491af2f0262e3c8af919
Author: Lev Shamardin <shamardin at gmail.com>
Date:   Wed Sep 8 11:12:55 2010 +0400

    Updated to version 0.9.12.

 .gitignore           |    1 +
 python-eventlet.spec |   17 +++++++++++------
 sources              |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ad21fd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/eventlet-0.9.12.tar.gz
diff --git a/python-eventlet.spec b/python-eventlet.spec
index f0fd98d..a1017bd 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.7
+Version:        0.9.12
 Release:        1%{?dist}
 Summary:        Highly concurrent networking library
 Group:          Development/Libraries
@@ -26,7 +26,7 @@ scalability by using non-blocking io while at the same time retaining
 high programmer usability by using coroutines to make the non-blocking
 io operations appear blocking at the source code level.
 
-%if 0%{?fedora} > 11
+%if 0%{?fedora} > 8
 %package doc
 Summary:        Documentation for %{name}
 Group:          Documentation
@@ -40,20 +40,22 @@ 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
-%if 0%{?fedora} > 11
+%if 0%{?fedora} > 8
 pushd doc
 make html
 rm _build/html/.buildinfo
 popd
+chmod a-x tests/mock.py
 %endif
 
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
-rm -rf %{buildroot}%{python_sitelib}/benchmarks
  
 %clean
 rm -rf %{buildroot}
@@ -65,12 +67,15 @@ rm -rf %{buildroot}
 %{python_sitelib}/eventlet
 %{python_sitelib}/eventlet*.egg-info
 
-%if 0%{?fedora} > 11
+%if 0%{?fedora} > 8
 %files doc
 %defattr(-,root,root,-)
-%doc doc/_build/html examples benchmarks tests
+%doc doc/_build/html examples tests
 %endif
 
 %changelog
+* Wed Sep 08 2010 Lev Shamardin <shamardin at gmail.com> - 0.9.12-1
+- Updated to version 0.9.12.
+
 * Wed Apr 14 2010 Lev Shamardin <shamardin at gmail.com> - 0.9.7-1
 - Initial package version.
diff --git a/sources b/sources
index 2a71d3f..42455cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-459dcaf02912eeaf226dc6c302374bb3  eventlet-0.9.7.tar.gz
+96edb9eb4f73863f3d19afb5d5c85854  eventlet-0.9.12.tar.gz


More information about the scm-commits mailing list