diff --git a/gevent-20.6.1.tar.gz b/gevent-21.1.2.tar.gz similarity index 43% rename from gevent-20.6.1.tar.gz rename to gevent-21.1.2.tar.gz index fc07d2dcce7a373e0daedec0ad08f98cbeef3a52..64f8e816dfbff1470ef0054f169ed7c7bb508ad1 100644 Binary files a/gevent-20.6.1.tar.gz and b/gevent-21.1.2.tar.gz differ diff --git a/python-gevent.spec b/python-gevent.spec index acceaa1bd30b510da6619867815787a1c3426b17..06eaa861b04f1ed6a89b69065df5ce4b06a40cdf 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -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 - 21.1.2-1 +- Update to 21.1.2 + * Fri Jan 07 2022 yaoxin - 20.6.1-1 - Fix compile failed of python-gevent