From 06766a7e5352af2871322207d1b8c9f69c9e0835 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Feb 20 2013 16:26:28 +0000 Subject: update to 0.12.0 --- diff --git a/.gitignore b/.gitignore index 5e00d63..3514527 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ eventlet-0.9.9.tar.gz /eventlet-0.9.12.tar.gz /eventlet-0.9.16.tar.gz /eventlet-0.9.17.tar.gz +/eventlet-0.12.0.tar.gz diff --git a/python-eventlet.spec b/python-eventlet.spec index 612c2f6..0226eb5 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -3,19 +3,17 @@ %{!?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.17 -Release: 3%{?dist} +Version: 0.12.0 +Release: 1%{?dist} Summary: Highly concurrent networking library Group: Development/Libraries License: MIT URL: http://eventlet.net Source0: http://pypi.python.org/packages/source/e/eventlet/eventlet-%{version}.tar.gz -# From https://bitbucket.org/which_linden/eventlet/issue/89/add-a-timeout-argument-to-subprocesspopen +# From https://bitbucket.org/eventlet/eventlet/issue/89/add-a-timeout-argument-to-subprocesspopen # Required on RHEL >= 6.1 where python 2.6 has the backported timeout support Patch1: subprocess_timeout.patch -# From https://bitbucket.org/which_linden/eventlet/issue/92/eventletgreen-override-of-oswaitpid -Patch2: waitpid_zombies.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -50,7 +48,6 @@ find -name '.*' -type f -exec rm {} \; sed -i -e 's/ //g' tests/mock.py sed -i -e '1d' eventlet/support/greendns.py %patch1 -p1 -b .subprocess_timeout -%patch2 -p1 -b .waitpid_zombies %build %{__python} setup.py build @@ -83,6 +80,9 @@ rm -rf %{buildroot} %endif %changelog +* Wed Feb 20 2013 Pádraig Brady - 0.9.17-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 71e2d9b..976c8ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86f3223f6f45ad3f8392d8f1c1a09bf2 eventlet-0.9.17.tar.gz +6cfd34f287f78d64a3c5c43c66c4bd33 eventlet-0.12.0.tar.gz