From 9e12b9697f24e65bb607e96e21582e16ae47d878 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 18:22:18 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-sphinxcontrib-serializinghtml.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-sphinxcontrib-serializinghtml.spec b/python-sphinxcontrib-serializinghtml.spec index cc48e9f..eb2bf42 100644 --- a/python-sphinxcontrib-serializinghtml.spec +++ b/python-sphinxcontrib-serializinghtml.spec @@ -1,4 +1,3 @@ -%global _without_check 1 %global pypi_name sphinxcontrib-serializinghtml # when bootstrapping sphinx, we cannot run tests yet @@ -6,7 +5,7 @@ Name: python-%{pypi_name} Version: 1.1.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Sphinx extension for serialized HTML License: BSD URL: http://sphinx-doc.org/ @@ -82,6 +81,9 @@ popd %changelog +* Mon Jun 13 2022 Python Maint - 1.1.5-5 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Python Maint - 1.1.5-4 - Bootstrap for Python 3.11