Update to 1.1.2 (RHBZ #1359455)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2016-07-24 08:55:47 +02:00
parent 6031b9c292
commit dd1558b82a
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ gevent-0.13.0.tar.gz
/gevent-1.1rc4.tar.gz
/gevent-1.1.0.tar.gz
/gevent-1.1.1.tar.gz
/gevent-1.1.2.tar.gz

View File

@ -3,13 +3,13 @@
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
Name: python-%{modname}
Version: 1.1.1
Release: 2%{?dist}
Version: 1.1.2
Release: 1%{?dist}
Summary: A coroutine-based Python networking library
License: MIT
URL: http://www.gevent.org/
Source0: http://pypi.python.org/packages/source/g/%{modname}/%{modname}-%{version}.tar.gz
Source0: https://github.com/gevent/gevent/releases/download/v%{version}/%{modname}-%{version}.tar.gz
BuildRequires: c-ares-devel
BuildRequires: libev-devel
@ -99,6 +99,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
%{python3_sitearch}/%{modname}*
%changelog
* Sun Jul 24 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.1.2-1
- Update to 1.1.2 (RHBZ #1359455)
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
1532f5396ab4d07a231f1935483be7c3 gevent-1.1.1.tar.gz
bb32a2f852a4997138014d5007215c6e gevent-1.1.2.tar.gz