diff --git a/gevent-22.10.1.tar.gz b/gevent-22.10.1.tar.gz deleted file mode 100644 index 5239fa4..0000000 --- a/gevent-22.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a7ef503d3f2623013f0685861d571ad129bca9f1550bd60eead0b67eac30a78 -size 4797676 diff --git a/gevent-22.10.2.tar.gz b/gevent-22.10.2.tar.gz new file mode 100644 index 0000000..4a9ac22 --- /dev/null +++ b/gevent-22.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ea78981520c9cdbe3722e1760a8ed0165a0b576cb5209f67881595561509da +size 4800293 diff --git a/python-gevent.changes b/python-gevent.changes index e837200..78b301a 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 4 20:28:36 UTC 2023 - Dirk Müller + +- update to 22.10.2: + * Update to greenlet 2.0. This fixes a deallocation issue that + required a change in greenlet's ABI. The design of greenlet 2.0 is + intended to prevent future fixes and enhancements from + requiring an ABI change, making it easier to update gevent + and greenlet independently. + ------------------------------------------------------------------- Sun Apr 23 23:15:24 UTC 2023 - Matej Cepl diff --git a/python-gevent.spec b/python-gevent.spec index b47ed10..eba7109 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -25,7 +25,7 @@ %endif %{?sle15_python_module_pythons} Name: python-gevent -Version: 22.10.1 +Version: 22.10.2 Release: 0 Summary: Python network library that uses greenlet and libevent License: MIT @@ -43,7 +43,7 @@ BuildRequires: %{python_module Cython} BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel} BuildRequires: %{python_module dnspython} -BuildRequires: %{python_module greenlet >= 1.1.0} +BuildRequires: %{python_module greenlet >= 2.0.0} BuildRequires: %{python_module objgraph} BuildRequires: %{python_module psutil} BuildRequires: %{python_module requests} @@ -60,7 +60,7 @@ BuildRequires: pkgconfig(libcares) BuildRequires: pkgconfig(libuv) Requires: python-cffi Requires: python-dnspython -Requires: python-greenlet +Requires: python-greenlet >= 2.0.0 Requires: python-requests Requires: python-zope.event Requires: python-zope.interface