Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-gevent.git#768cc1436f4cd7a70c0daab69f4382c55bea185a
This commit is contained in:
parent
a6f769cdb5
commit
d666b5d39e
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ gevent-0.13.0.tar.gz
|
||||
/gevent-20.5.0.tar.gz
|
||||
/gevent-20.6.0.tar.gz
|
||||
/gevent-20.6.1.tar.gz
|
||||
/gevent-20.9.0.tar.gz
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 20.6.1
|
||||
Release: 3%{?dist}
|
||||
Version: 20.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A coroutine-based Python networking library
|
||||
|
||||
License: MIT
|
||||
@ -34,13 +34,13 @@ Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-%{modname}}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-Cython
|
||||
BuildRequires: python3-greenlet-devel >= 0.4.16
|
||||
BuildRequires: python3-greenlet-devel >= 0.4.17
|
||||
BuildRequires: python3-setuptools
|
||||
# For tests
|
||||
BuildRequires: python3-dns
|
||||
BuildRequires: python3-psutil
|
||||
BuildRequires: python3-zope-interface
|
||||
Requires: python3-greenlet >= 0.4.16
|
||||
Requires: python3-greenlet >= 0.4.17
|
||||
|
||||
%description -n python3-%{modname}
|
||||
gevent is a coroutine-based Python networking library that uses greenlet to
|
||||
@ -94,6 +94,9 @@ cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subpr
|
||||
%{python3_sitearch}/%{modname}*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 16 2020 Fabien Boucher <fboucher@redhat.com> - 20.9.0-1
|
||||
- new upstream release 20.9.0
|
||||
|
||||
* Mon Oct 05 2020 Orion Poplawski <orion@nwra.com> - 20.6.1-3
|
||||
- BR python3-setuptools
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gevent-20.6.1.tar.gz) = b7ceb5251b01972a11e3d51e1ebcaaca7c08d36b6ba7b138bee57f0d5da4553539a0ad538e8a433321bdac396788acbfb0ac294191e829df3f066d00816310bb
|
||||
SHA512 (gevent-20.9.0.tar.gz) = 966efc945b623df2521fffadca3b7e56cae1efe6de904a724765e0593389e8b1305094baa6fbc9f4fa376b1157d0f230b01e2a90de21e4b9650614363edec9f4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user