From 1712aa0c1c694a47ab5ea9293cf107c8021118e9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 14:14:51 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-sphinx_rtd_theme.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index 17cb1e8..910f410 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -1,4 +1,3 @@ -%global _with_bootstrap 1 %global srcname sphinx_rtd_theme # Disables tests and docs @@ -6,7 +5,7 @@ Name: python-%{srcname} Version: 0.5.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Sphinx theme for readthedocs.org License: MIT @@ -140,6 +139,9 @@ pytest %endif %changelog +* Fri Jun 04 2021 Python Maint - 0.5.2-3 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 0.5.2-2 - Bootstrap for Python 3.10