From 0f430b2108c25990640e455354534e36550206e6 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 16 Jun 2023 08:19:56 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- 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 1a23f9e..922c650 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: 13%{?dist} +Release: 14%{?dist} Summary: Sphinx extension for QtHelp documents License: BSD URL: http://sphinx-doc.org/ @@ -83,6 +82,9 @@ popd %changelog +* Fri Jun 16 2023 Python Maint - 1.0.3-14 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 1.0.3-13 - Bootstrap for Python 3.12