Release 26.7.0
This commit is contained in:
parent
9776b812b1
commit
fdec20e3ec
3 changed files with 3 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -34,3 +34,4 @@ gevent-0.13.0.tar.gz
|
|||
/gevent-24.10.2.tar.gz
|
||||
/gevent-24.11.1.tar.gz
|
||||
/gevent-25.9.1.tar.gz
|
||||
/gevent-26.7.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,10 +3,9 @@
|
|||
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 25.9.1
|
||||
Version: 26.7.0
|
||||
Release: %autorelease
|
||||
Summary: A coroutine-based Python networking library
|
||||
|
||||
License: MIT
|
||||
URL: http://www.gevent.org/
|
||||
Source0: %{pypi_source %{modname} %{version} tar.gz}
|
||||
|
|
@ -15,11 +14,9 @@ BuildRequires: gcc
|
|||
BuildRequires: c-ares-devel
|
||||
BuildRequires: libev-devel
|
||||
BuildRequires: libuv-devel
|
||||
|
||||
%description
|
||||
gevent is a coroutine-based Python networking library that uses greenlet to
|
||||
provide a high-level synchronous API on top of libevent event loop.
|
||||
|
||||
Features include:
|
||||
|
||||
* convenient API around greenlets
|
||||
|
|
@ -34,11 +31,9 @@ Summary: %{summary}
|
|||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-greenlet-devel >= 3.2.2
|
||||
BuildRequires: python3-zope-event
|
||||
|
||||
%description -n python3-%{modname}
|
||||
gevent is a coroutine-based Python networking library that uses greenlet to
|
||||
provide a high-level synchronous API on top of libevent event loop.
|
||||
|
||||
Features include:
|
||||
|
||||
* convenient API around greenlets
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (gevent-25.9.1.tar.gz) = 8c7f6030020fd6d762ebb1afccb7fb8306e2cf1a45dabf8a471709264acc35003ea2be44f4e0733a75c703256776b4f22a96be50e926c9dc053f453f0b1f3522
|
||||
SHA512 (gevent-26.7.0.tar.gz) = 70e7a21874c77990884e46a5e849ee4e065c4b918544bf8a11f665412d101a94c81bae713c7202ebbe81fd5439e57248b23f098aec7b16b6f05d99ce1a6ec4a8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue