[packages/python3-gevent] - updated to 25.5.1

qboosh qboosh at pld-linux.org
Fri Jun 27 18:33:56 CEST 2025


commit 5b89074b8f135f084d6d38b06e4ea162ec1fe06a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Jun 27 18:35:20 2025 +0200

    - updated to 25.5.1

 python3-gevent.spec | 36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)
---
diff --git a/python3-gevent.spec b/python3-gevent.spec
index 2cb1e43..751ac76 100644
--- a/python3-gevent.spec
+++ b/python3-gevent.spec
@@ -8,7 +8,7 @@
 
 # Conditional build:
 %bcond_without	doc		# Sphinx documentation
-%bcond_with	tests		# testing
+%bcond_with	tests		# testing (uses network, many failures)
 %bcond_with	system_libev	# system libev [test__core_stat.py test fails]
 %bcond_without	system_c_ares	# system c_ares
 
@@ -16,45 +16,49 @@
 Summary:	A coroutine-based Python 2 networking library
 Summary(pl.UTF-8):	Biblioteka sieciowa dla Pythona 2 oparta na korutynach
 Name:		python3-%{module}
-Version:	24.11.1
+Version:	25.5.1
 Release:	1
 Epoch:		1
 License:	MIT
 Group:		Libraries/Python
 #Source0Download: https://pypi.org/simple/gevent/
 Source0:	https://files.pythonhosted.org/packages/source/g/gevent/%{module}-%{version}.tar.gz
-# Source0-md5:	c3547bf065718d85ed503282a05a444a
+# Source0-md5:	e41107b094eba5dd934944ddcc0a7d16
 Patch0:		sphinx-python3.patch
 Patch1:		known_failures-pld.patch
 URL:		http://www.gevent.org/
 %{?with_system_c_ares:BuildRequires:	c-ares-devel >= 1.10.0}
 %{?with_system_libev:BuildRequires:	libev-devel >= 4.23}
-BuildRequires:	python3-Cython >= 0.29
-BuildRequires:	python3-cffi >= 1.12.2
-BuildRequires:	python3-devel >= 1:3.6
-BuildRequires:	python3-greenlet-devel >= 3.0.0
-BuildRequires:	python3-setuptools >= 1:24.2.0
+BuildRequires:	python3-Cython >= 3.0.11
+BuildRequires:	python3-cffi >= 1.17.1
+BuildRequires:	python3-devel >= 1:3.9
+BuildRequires:	python3-greenlet-devel >= 3.2.2
+BuildRequires:	python3-setuptools >= 1:40.8.0
 %if %{with tests}
-BuildRequires:	python3-coverage >= 4.0
-BuildRequires:	python3-dns >= 1.16.0
-BuildRequires:	python3-greenlet >= 3.0.0
-BuildRequires:  python3-idna
-BuildRequires:  python3-objgraph
-BuildRequires:  python3-psutil >= 5.7.0
-BuildRequires:  python3-requests
+BuildRequires:	python3-coverage >= 5.0
+BuildRequires:	python3-greenlet >= 3.2.2
+BuildRequires:	python3-objgraph
+BuildRequires:	python3-psutil >= 5.7.0
+BuildRequires:	python3-requests
 BuildRequires:	python3-test
 BuildRequires:	python3-zope.event
 BuildRequires:	python3-zope.interface
+%if "%{_ver_lt %{py3_ver} 3.10}" == "1"
+BuildRequires:	python3-dns >= 1.16.0
+BuildRequires:	python3-dns < 2
+BuildRequires:	python3-idna
+%endif
 %endif
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.714
 %if %{with doc}
+BuildRequires:	python3-furo
 BuildRequires:	python3-repoze.sphinx.autointerface
 BuildRequires:	python3-sphinxcontrib-programoutput
+BuildRequires:	python3-zope.schema
 BuildRequires:	sphinx-pdg-3
 %endif
 %{?with_system_libev:Requires:	libev >= 4.23}
-Requires:	python3-greenlet >= 3.0.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-gevent.git/commitdiff/5b89074b8f135f084d6d38b06e4ea162ec1fe06a



More information about the pld-cvs-commit mailing list