- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=88
This commit is contained in:
Dirk Mueller 2023-05-04 20:36:18 +00:00 committed by Git OBS Bridge
parent 16dee40cc4
commit 00ba438c4a
4 changed files with 16 additions and 6 deletions

BIN
gevent-22.10.1.tar.gz (Stored with Git LFS)

Binary file not shown.

3
gevent-22.10.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01ea78981520c9cdbe3722e1760a8ed0165a0b576cb5209f67881595561509da
size 4800293

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu May 4 20:28:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <mcepl@suse.com>

View File

@ -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