|
|
@ -35,9 +35,9 @@ BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-setuptools_scm
|
|
|
|
BuildRequires: python3-setuptools_scm
|
|
|
|
BuildRequires: python3-apipkg
|
|
|
|
BuildRequires: python3-apipkg
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
BuildRequires: python3-eventlet
|
|
|
|
#BuildRequires: python3-eventlet -- not yet ready for Python 3.10
|
|
|
|
BuildRequires: python3-gevent
|
|
|
|
#BuildRequires: python3-gevent -- not yet ready for Python 3.10
|
|
|
|
BuildRequires: python3-pytest-timeout
|
|
|
|
#BuildRequires: python3-pytest-timeout -- not yet ready for Python 3.10
|
|
|
|
BuildRequires: %{_bindir}/sphinx-build-3
|
|
|
|
BuildRequires: %{_bindir}/sphinx-build-3
|
|
|
|
%{?python_provide:%python_provide python3-%{srcname}}
|
|
|
|
%{?python_provide:%python_provide python3-%{srcname}}
|
|
|
|
|
|
|
|
|
|
|
@ -81,8 +81,7 @@ PYTEST_SELECT+=' and not [python2.7]'
|
|
|
|
PYTHONPATH=$(pwd) \
|
|
|
|
PYTHONPATH=$(pwd) \
|
|
|
|
py.test-%{python3_version} -r s \
|
|
|
|
py.test-%{python3_version} -r s \
|
|
|
|
-k "$PYTEST_SELECT" \
|
|
|
|
-k "$PYTEST_SELECT" \
|
|
|
|
testing \
|
|
|
|
testing
|
|
|
|
--timeout=30
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{srcname}
|
|
|
|
%files -n python3-%{srcname}
|
|
|
@ -95,7 +94,7 @@ py.test-%{python3_version} -r s \
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.8.0-2
|
|
|
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.8.0-2
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
- Bootstrap for Python 3.10
|
|
|
|
|
|
|
|
|
|
|
|
* Sat May 8 2021 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.0-1
|
|
|
|
* Sat May 8 2021 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.0-1
|
|
|
|
- Update to 1.8.0.
|
|
|
|
- Update to 1.8.0.
|
|
|
|