!12 update to version 21.1.2

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-10-31 02:41:59 +00:00 committed by Gitee
commit e661ebc8fa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 2 deletions

Binary file not shown.

BIN
gevent-21.1.2.tar.gz Normal file

Binary file not shown.

View File

@ -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