From acca4d3adeb2a5b3527fc705d5b7f3d998a92859 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 13:14:32 +0200 Subject: [PATCH] Rebuilt for Python 3.10 python3-eventlet is left commented out, as it fails to build with Python 3.10: https://bugzilla.redhat.com/show_bug.cgi?id=1913291 --- python-execnet.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/python-execnet.spec b/python-execnet.spec index 721f447..8cdbb84 100644 --- a/python-execnet.spec +++ b/python-execnet.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Distributed Python deployment and communication License: MIT URL: https://github.com/pytest-dev/execnet @@ -36,8 +36,8 @@ BuildRequires: python3-setuptools_scm BuildRequires: python3-apipkg BuildRequires: python3-pytest #BuildRequires: python3-eventlet -- not yet ready for Python 3.10 -#BuildRequires: python3-gevent -- not yet ready for Python 3.10 -#BuildRequires: python3-pytest-timeout -- not yet ready for Python 3.10 +BuildRequires: python3-gevent +BuildRequires: python3-pytest-timeout BuildRequires: %{_bindir}/sphinx-build-3 %{?python_provide:%python_provide python3-%{srcname}} @@ -81,7 +81,8 @@ PYTEST_SELECT+=' and not [python2.7]' PYTHONPATH=$(pwd) \ py.test-%{python3_version} -r s \ -k "$PYTEST_SELECT" \ - testing + testing \ + --timeout=30 %files -n python3-%{srcname} @@ -93,6 +94,9 @@ py.test-%{python3_version} -r s \ %changelog +* Fri Jun 04 2021 Python Maint - 1.8.0-3 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 1.8.0-2 - Bootstrap for Python 3.10