From db98ad49744e716ab599d884b3d739968b228a55 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 16 Jun 2023 08:19:51 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-sphinxcontrib-htmlhelp.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-sphinxcontrib-htmlhelp.spec b/python-sphinxcontrib-htmlhelp.spec index b600fb5..9af0ff7 100644 --- a/python-sphinxcontrib-htmlhelp.spec +++ b/python-sphinxcontrib-htmlhelp.spec @@ -1,4 +1,3 @@ -%global _without_check 1 %global pypi_name sphinxcontrib-htmlhelp # when bootstrapping sphinx, we cannot even run an import check @@ -8,7 +7,7 @@ Name: python-%{pypi_name} Version: 2.0.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Sphinx extension for HTML help files License: BSD URL: http://sphinx-doc.org/ @@ -91,6 +90,9 @@ popd %changelog +* Fri Jun 16 2023 Python Maint - 2.0.0-10 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 2.0.0-9 - Bootstrap for Python 3.12