update to version 22.10.2

This commit is contained in:
wang--ge 2023-06-02 11:37:17 +08:00
parent 57327d110b
commit a919beb970
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
gevent-22.10.2.tar.gz Normal file

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global optflags %(echo %{optflags} -I%{_includedir}/libev) %global optflags %(echo %{optflags} -I%{_includedir}/libev)
Name: python-gevent Name: python-gevent
Version: 21.1.2 Version: 22.10.2
Release: 2 Release: 1
Summary: A coroutine-based Python networking library Summary: A coroutine-based Python networking library
License: MIT License: MIT
URL: http://www.gevent.org/ URL: http://www.gevent.org/
Source0: https://files.pythonhosted.org/packages/source/g/gevent/gevent-%{version}.tar.gz Source0: %{pypi_source gevent}
BuildRequires: gcc c-ares-devel libev-devel libuv-devel BuildRequires: gcc c-ares-devel libev-devel libuv-devel
@ -85,6 +85,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
%{python3_sitearch}/gevent* %{python3_sitearch}/gevent*
%changelog %changelog
* Thu Jun 01 2023 Ge Wang <wang__ge@126.com> - 22.10.2-1
- Update to version 22.10.2
* Fri May 06 2022 wulei <wulei80@h-partners.com> - 21.1.2-2 * Fri May 06 2022 wulei <wulei80@h-partners.com> - 21.1.2-2
- Fix cannot import name _corecffi from gevent.libuv - Fix cannot import name _corecffi from gevent.libuv