update to version 21.1.2
This commit is contained in:
parent
f2db8970c1
commit
d94c88c572
Binary file not shown.
BIN
gevent-21.1.2.tar.gz
Normal file
BIN
gevent-21.1.2.tar.gz
Normal file
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
|
||||
|
||||
Name: python-gevent
|
||||
Version: 20.6.1
|
||||
Version: 21.1.2
|
||||
Release: 1
|
||||
Summary: A coroutine-based Python networking library
|
||||
License: MIT
|
||||
@ -32,7 +32,7 @@ Features include:
|
||||
Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-gevent}
|
||||
BuildRequires: python3-devel python3-greenlet-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-setuptools python3-Cython
|
||||
Requires: python3-greenlet
|
||||
|
||||
%description -n python3-gevent
|
||||
@ -54,6 +54,8 @@ Python 3 version.
|
||||
|
||||
%prep
|
||||
%autosetup -n gevent-%{version} -p1
|
||||
# Remove bundled libraries
|
||||
rm -r deps
|
||||
# C extension sources will go into debuginfo as normal.
|
||||
sed -i -e 's/include_package_data=True/include_package_data=False/' setup.py
|
||||
|
||||
@ -83,6 +85,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
|
||||
%{python3_sitearch}/gevent*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 24 2022 Ge Wang <wangge20@h-partners.com> - 21.1.2-1
|
||||
- Update to 21.1.2
|
||||
|
||||
* Fri Jan 07 2022 yaoxin <yaoxin30@huawei.com> - 20.6.1-1
|
||||
- Fix compile failed of python-gevent
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user