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
epel9
Python Maint 4 years ago committed by Miro Hrončok
parent 2d6f38e2de
commit acca4d3ade

@ -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 <python-maint@redhat.com> - 1.8.0-3
- Rebuilt for Python 3.10
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.8.0-2
- Bootstrap for Python 3.10

Loading…
Cancel
Save