From a533ad56052e86fa2bce1a63770f2a2db58bbeef Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Jun 07 2019 13:54:42 +0000 Subject: Require sphinx_rtd_theme, which is no longer provided in Sphinx 2.0+ --- diff --git a/python-fsleyes-widgets.spec b/python-fsleyes-widgets.spec index 54fd0eb..5ab3029 100644 --- a/python-fsleyes-widgets.spec +++ b/python-fsleyes-widgets.spec @@ -6,7 +6,7 @@ A collection of custom wx widgets and utilities used by FSLeyes. Name: python-%{srcname} Version: 0.7.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A collection of custom wx widgets and utilities used by FSLeyes License: ASL 2.0 @@ -16,6 +16,7 @@ Source0: %pypi_source BuildArch: noarch BuildRequires: python3-devel BuildRequires: %{py3_dist sphinx} +BuildRequires: %{py3_dist sphinx_rtd_theme} BuildRequires: %{py3_dist pytest} BuildRequires: %{py3_dist mock} BuildRequires: %{py3_dist pytest-cov} @@ -85,6 +86,9 @@ xvfb-run pytest-3 tests --ignore=tests/test_autotextctrl.py --ignore=tests/test_ %doc html %changelog +* Fri Jun 07 2019 Petr Viktorin - 0.7.3-2 +- Require sphinx_rtd_theme, which is no longer provided in Sphinx 2.0+ + * Sat Feb 16 2019 Ankur Sinha - 0.7.3-1 - Update to latest release - Remove py2 conditionals