From a4fc8b602b53ebd7cf5d1ee6e65e39dc162b01ed Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 18:26:26 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- 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 cea7112..17cb1e8 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.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Sphinx theme for readthedocs.org License: MIT @@ -139,6 +140,9 @@ pytest %endif %changelog +* Wed Jun 02 2021 Python Maint - 0.5.2-2 +- Bootstrap for Python 3.10 + * Tue Apr 6 2021 Jerry James - 0.5.2-1 - Version 0.5.2