Update to 1.3.5
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1601641 Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
452824453a
commit
77892f3815
3 changed files with 14 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -18,3 +18,4 @@ gevent-0.13.0.tar.gz
|
|||
/gevent-1.3.2.tar.gz
|
||||
/gevent-1.3.3.tar.gz
|
||||
/gevent-1.3.4.tar.gz
|
||||
/gevent-1.3.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,15 +3,15 @@
|
|||
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 1.3.4
|
||||
Release: 3%{?dist}
|
||||
Summary: A coroutine-based Python networking library
|
||||
Version: 1.3.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Coroutine-based Python networking library
|
||||
|
||||
License: MIT
|
||||
URL: http://www.gevent.org/
|
||||
Source0: https://files.pythonhosted.org/packages/source/g/%{modname}/%{modname}-%{version}.tar.gz
|
||||
Source0: %{pypi_source %{modname}}
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc
|
||||
BuildRequires: c-ares-devel
|
||||
BuildRequires: libev-devel
|
||||
|
||||
|
|
@ -32,6 +32,8 @@ Features include:
|
|||
Summary: %{summary}
|
||||
%{?python_provide:%python_provide python2-%{modname}}
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-Cython
|
||||
BuildRequires: python2-greenlet-devel
|
||||
Requires: python2-greenlet
|
||||
|
||||
|
|
@ -54,6 +56,8 @@ Python 2 version.
|
|||
Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-%{modname}}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-Cython
|
||||
BuildRequires: python3-greenlet-devel
|
||||
Requires: python3-greenlet
|
||||
|
||||
|
|
@ -112,6 +116,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
|
|||
%{python3_sitearch}/%{modname}*
|
||||
|
||||
%changelog
|
||||
* Sun Sep 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.5-1
|
||||
- Update to 1.3.5
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (gevent-1.3.4.tar.gz) = dcebb78c471046a7de3cd557d35877f915d7801e3dcdeaee2f3205af2e59dee071108015ec895105ea91deeb35c6a5bb7e91cf06664a31276b53bc85434f80ca
|
||||
SHA512 (gevent-1.3.5.tar.gz) = 4fd6d66e62437c859d653de4e981500fb3a025e6608b91fbb3d5ba4d8f0bff7cce980c03484c1c160a608427979ca763a6660d40ffcb45df4abe5f152ce65d1c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue