- 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:
parent
16dee40cc4
commit
00ba438c4a
BIN
gevent-22.10.1.tar.gz
(Stored with Git LFS)
BIN
gevent-22.10.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
gevent-22.10.2.tar.gz
Normal file
3
gevent-22.10.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:01ea78981520c9cdbe3722e1760a8ed0165a0b576cb5209f67881595561509da
|
||||||
|
size 4800293
|
@ -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>
|
Sun Apr 23 23:15:24 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-gevent
|
Name: python-gevent
|
||||||
Version: 22.10.1
|
Version: 22.10.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python network library that uses greenlet and libevent
|
Summary: Python network library that uses greenlet and libevent
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -43,7 +43,7 @@ BuildRequires: %{python_module Cython}
|
|||||||
BuildRequires: %{python_module cffi}
|
BuildRequires: %{python_module cffi}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module dnspython}
|
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 objgraph}
|
||||||
BuildRequires: %{python_module psutil}
|
BuildRequires: %{python_module psutil}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
@ -60,7 +60,7 @@ BuildRequires: pkgconfig(libcares)
|
|||||||
BuildRequires: pkgconfig(libuv)
|
BuildRequires: pkgconfig(libuv)
|
||||||
Requires: python-cffi
|
Requires: python-cffi
|
||||||
Requires: python-dnspython
|
Requires: python-dnspython
|
||||||
Requires: python-greenlet
|
Requires: python-greenlet >= 2.0.0
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
Requires: python-zope.event
|
Requires: python-zope.event
|
||||||
Requires: python-zope.interface
|
Requires: python-zope.interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user