diff --git a/gevent-21.1.2.tar.gz b/gevent-22.10.2.tar.gz similarity index 43% rename from gevent-21.1.2.tar.gz rename to gevent-22.10.2.tar.gz index 64f8e816dfbff1470ef0054f169ed7c7bb508ad1..9528b7a49c247fdb7c35d8568e27bf2f5e6e9e75 100644 Binary files a/gevent-21.1.2.tar.gz and b/gevent-22.10.2.tar.gz differ diff --git a/python-gevent.spec b/python-gevent.spec index 18246660d399a0435590d191cbc7a81d2cfa331e..1f2d662fb23e6f4448a09fb4b72be1750d74a526 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -2,12 +2,12 @@ %global optflags %(echo %{optflags} -I%{_includedir}/libev) Name: python-gevent -Version: 21.1.2 -Release: 2 +Version: 22.10.2 +Release: 1 Summary: A coroutine-based Python networking library License: MIT URL: http://www.gevent.org/ -Source0: https://files.pythonhosted.org/packages/source/g/gevent/gevent-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/9f/4a/e9e57cb9495f0c7943b1d5965c4bdd0d78bc4a433a7c96ee034b16c01520/gevent-22.10.2.tar.gz BuildRequires: gcc c-ares-devel libev-devel libuv-devel @@ -85,6 +85,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %{python3_sitearch}/gevent* %changelog +* Mon Dec 12 2022 wubijie - 22.10.2-1 +- Update package to version 22.10.2 + * Fri May 06 2022 wulei - 21.1.2-2 - Fix cannot import name _corecffi from gevent.libuv