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