* Sat Oct 09 2010 Silas Sewell <silas@sewell.ch> - 0.13.1-1

- Update to 0.13.1
This commit is contained in:
Silas Sewell 2010-10-09 10:32:23 -04:00
parent 1e6710e4f6
commit 6ed40632ec
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
gevent-0.13.0.tar.gz
/gevent-0.13.1.tar.gz

View File

@ -7,8 +7,8 @@
%global upstream_name gevent
Name: python-%{upstream_name}
Version: 0.13.0
Release: 2%{?dist}
Version: 0.13.1
Release: 1%{?dist}
Summary: A coroutine-based Python networking library
Group: Development/Languages
@ -56,6 +56,9 @@ rm -rf %{buildroot}
%{python_sitearch}/%{upstream_name}-%{version}-*.egg-info
%changelog
* Sat Oct 09 2010 Silas Sewell <silas@sewell.ch> - 0.13.1-1
- Update to 0.13.1
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 0.13.0-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

View File

@ -1 +1 @@
8f687002c6fcbdf8b323319f451ba4af gevent-0.13.0.tar.gz
5c1b03d9ce39fee4cfe5ea8befb1d4c4 gevent-0.13.1.tar.gz