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:
BIN
gevent-23.9.0.tar.gz
LFS
BIN
gevent-23.9.0.tar.gz
LFS
Binary file not shown.
3
gevent-23.9.1.tar.gz
Normal file
3
gevent-23.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d38bb2a80d2cb08becdf52ebb007770107adbf2f2a66bc8eaa750501b0ca006
|
||||
size 4026844
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 15:53:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user