From edf6904aea80a213b74d3c23b53ea890a2e2dee7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 13:20:02 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-sphinxcontrib-qthelp.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-sphinxcontrib-qthelp.spec b/python-sphinxcontrib-qthelp.spec index b97820b..7b6498d 100644 --- a/python-sphinxcontrib-qthelp.spec +++ b/python-sphinxcontrib-qthelp.spec @@ -1,4 +1,3 @@ -%global _without_check 1 %global pypi_name sphinxcontrib-qthelp # when bootstrapping sphinx, we cannot run tests yet @@ -6,7 +5,7 @@ Name: python-%{pypi_name} Version: 1.0.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Sphinx extension for QtHelp documents License: BSD URL: http://sphinx-doc.org/ @@ -80,6 +79,9 @@ popd %changelog +* Thu Jun 03 2021 Python Maint - 1.0.3-5 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 1.0.3-4 - Bootstrap for Python 3.10