15
0
forked from pool/python-gevent

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=105
This commit is contained in:
2023-11-27 15:54:35 +00:00
committed by Git OBS Bridge
parent bb5978fa91
commit 97fc0bdfdf
4 changed files with 13 additions and 6 deletions

View File

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