diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index d431713..f9f3ff7 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.4.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Sphinx theme for readthedocs.org License: MIT @@ -26,6 +26,7 @@ BuildRequires: python3dist(docutils) BuildRequires: python3dist(setuptools) %if %{without bootstrap} BuildRequires: python3dist(pytest) +BuildRequires: python3dist(readthedocs-sphinx-ext) BuildRequires: python3dist(sphinx) BuildRequires: python3dist(sphinxcontrib-httpdomain) BuildRequires: python-sphinx-doc @@ -116,7 +117,7 @@ cp -a %{buildroot}%{python3_sitelib}/%{srcname}/static/fonts \ %if %{without bootstrap} %check -%{__python3} setup.py test +pytest %endif %files -n python3-%{srcname} @@ -131,6 +132,9 @@ cp -a %{buildroot}%{python3_sitelib}/%{srcname}/static/fonts \ %endif %changelog +* Tue Feb 4 2020 Jerry James - 0.4.3-10 +- BR readthedocs-sphinx-ext so the tests can be run + * Thu Jan 30 2020 Fedora Release Engineering - 0.4.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild