From 0d7cfba2793c9f34c5a08769391e138753cdb807 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 06:25:58 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-sphinxcontrib-websupport.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-sphinxcontrib-websupport.spec b/python-sphinxcontrib-websupport.spec index 73899de..f32133d 100644 --- a/python-sphinxcontrib-websupport.spec +++ b/python-sphinxcontrib-websupport.spec @@ -1,9 +1,10 @@ +%global _without_optional_tests 1 %bcond_without optional_tests %global pypi_name sphinxcontrib-websupport Name: python-%{pypi_name} Version: 1.2.4 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Sphinx API for Web Apps License: BSD @@ -69,6 +70,9 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/sphinxcontrib_websupport-*.egg-info/ %changelog +* Wed Jun 14 2023 Python Maint - 1.2.4-12 +- Bootstrap for Python 3.12 + * Fri Jan 20 2023 Fedora Release Engineering - 1.2.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild