Update to 1.1rc4 (RHBZ #1309141)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
3458300a70
commit
d57057950b
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ gevent-0.13.0.tar.gz
|
|||||||
/gevent-1.1b5.tar.gz
|
/gevent-1.1b5.tar.gz
|
||||||
/gevent-1.1b6.tar.gz
|
/gevent-1.1b6.tar.gz
|
||||||
/gevent-1.1rc3.tar.gz
|
/gevent-1.1rc3.tar.gz
|
||||||
|
/gevent-1.1rc4.tar.gz
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
%global __provides_exclude_from ^%{python2_sitearch}/.*\\.so$ ^%{python3_sitearch}/.*\\.so$
|
%global __provides_exclude_from ^%{python2_sitearch}/.*\\.so$ ^%{python3_sitearch}/.*\\.so$
|
||||||
%global realver 1.1rc3
|
%global realver 1.1rc4
|
||||||
%global modname gevent
|
%global modname gevent
|
||||||
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
|
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 0.7.rc3%{?dist}
|
Release: 0.8.rc4%{?dist}
|
||||||
Summary: A coroutine-based Python networking library
|
Summary: A coroutine-based Python networking library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -32,7 +32,7 @@ Features include:
|
|||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
%{?python_provide:%python_provide python2-%{modname}}
|
%{?python_provide:%python_provide python2-%{modname}}
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
Requires: python-greenlet
|
Requires: python2-greenlet
|
||||||
|
|
||||||
%description -n python2-%{modname}
|
%description -n python2-%{modname}
|
||||||
gevent is a coroutine-based Python networking library that uses greenlet to
|
gevent is a coroutine-based Python networking library that uses greenlet to
|
||||||
@ -47,6 +47,8 @@ Features include:
|
|||||||
* DNS requests done through libevent-dns
|
* DNS requests done through libevent-dns
|
||||||
* monkey patching utility to get pure Python modules to cooperate
|
* monkey patching utility to get pure Python modules to cooperate
|
||||||
|
|
||||||
|
Python 2 version.
|
||||||
|
|
||||||
%package -n python3-%{modname}
|
%package -n python3-%{modname}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
%{?python_provide:%python_provide python3-%{modname}}
|
%{?python_provide:%python_provide python3-%{modname}}
|
||||||
@ -66,6 +68,8 @@ Features include:
|
|||||||
* DNS requests done through libevent-dns
|
* DNS requests done through libevent-dns
|
||||||
* monkey patching utility to get pure Python modules to cooperate
|
* monkey patching utility to get pure Python modules to cooperate
|
||||||
|
|
||||||
|
Python 3 version.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{modname}-%{realver}
|
%autosetup -n %{modname}-%{realver}
|
||||||
# Remove bundled libraries
|
# Remove bundled libraries
|
||||||
@ -96,6 +100,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
|
|||||||
%{python3_sitearch}/%{modname}*
|
%{python3_sitearch}/%{modname}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 17 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.1-0.8.rc4
|
||||||
|
- Update to 1.1rc4 (RHBZ #1309141)
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-0.7.rc3
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-0.7.rc3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user