diff --git a/gevent-23.9.0.tar.gz b/gevent-23.9.0.tar.gz deleted file mode 100644 index edbf645..0000000 --- a/gevent-23.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2711e162a45405a1e7cc4f345527035227320ec465b74aceb7741a94a471e5e5 -size 4027348 diff --git a/gevent-23.9.1.tar.gz b/gevent-23.9.1.tar.gz new file mode 100644 index 0000000..fbcba4e --- /dev/null +++ b/gevent-23.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d38bb2a80d2cb08becdf52ebb007770107adbf2f2a66bc8eaa750501b0ca006 +size 4026844 diff --git a/python-gevent.changes b/python-gevent.changes index 4d1630e..583c64a 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 27 15:53:52 UTC 2023 - Dirk Müller + +- update to 23.9.1: + * Require greenlet 3.0 on Python 3.11 and Python 3.12; greenlet + 3.0 is recommended for all platforms. + ------------------------------------------------------------------- Mon Sep 18 19:07:56 UTC 2023 - Dirk Müller diff --git a/python-gevent.spec b/python-gevent.spec index 69e1e0e..0a1c0e1 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -25,7 +25,7 @@ %endif %{?sle15_python_module_pythons} Name: python-gevent -Version: 23.9.0 +Version: 23.9.1 Release: 0 Summary: Python network library that uses greenlet and libevent License: MIT @@ -41,7 +41,7 @@ BuildRequires: %{python_module Cython} BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module dnspython} -BuildRequires: %{python_module greenlet >= 2.0.0} +BuildRequires: %{python_module greenlet >= 3.0.0} BuildRequires: %{python_module objgraph} BuildRequires: %{python_module pip} BuildRequires: %{python_module psutil} @@ -59,7 +59,7 @@ BuildRequires: pkgconfig(libcares) BuildRequires: pkgconfig(libuv) Requires: python-cffi Requires: python-dnspython -Requires: python-greenlet >= 2.0.0 +Requires: python-greenlet >= 3.0.0 Requires: python-importlib-metadata Requires: python-requests Requires: python-zope.event