From 3917a9cea52657d480dbd10348583fb06ba76903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 16:46:03 +0200 Subject: [PATCH] Bootstrap for Python 3.8 --- python-sphinx_rtd_theme.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index 47b073d..eab2fb5 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -1,3 +1,4 @@ +%global _with_bootstrap 1 %global srcname sphinx_rtd_theme # Disables tests and docs @@ -5,7 +6,7 @@ Name: python-%{srcname} Version: 0.4.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Sphinx theme for readthedocs.org License: MIT @@ -101,6 +102,9 @@ cp -a %{buildroot}%{python3_sitelib}/%{srcname}/static/fonts \ %{python3_sitelib}/%{srcname}* %changelog +* Thu Aug 15 2019 Miro HronĨok - 0.4.3-5 +- Bootstrap for Python 3.8 + * Tue Aug 6 2019 Jerry James - 0.4.3-4 - Add -script patch to silence deprecation warnings