From e94b009c3385aa1765ffcbe9795ae26e9404b2ac Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 3 Jul 2023 14:02:54 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-sphinxcontrib-websupport.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-sphinxcontrib-websupport.spec b/python-sphinxcontrib-websupport.spec index f32133d..cf418f1 100644 --- a/python-sphinxcontrib-websupport.spec +++ b/python-sphinxcontrib-websupport.spec @@ -1,10 +1,9 @@ -%global _without_optional_tests 1 %bcond_without optional_tests %global pypi_name sphinxcontrib-websupport Name: python-%{pypi_name} Version: 1.2.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Sphinx API for Web Apps License: BSD @@ -70,6 +69,9 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/sphinxcontrib_websupport-*.egg-info/ %changelog +* Mon Jul 03 2023 Python Maint - 1.2.4-13 +- Rebuilt for Python 3.12 + * Wed Jun 14 2023 Python Maint - 1.2.4-12 - Bootstrap for Python 3.12