From 4b48db9c7940b0de9856144b9d7dbe9bcf081abc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 00:24:40 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-sphinx.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 67fae3a..581805b 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,3 +1,5 @@ +%global _without_tests 1 +%global _without_websupport 1 # When bootstrapping sphinx, we don't yet have sphinxcontrib-websupport # Without it we have warnings in docs, but it's not a hard dependency %bcond_without websupport @@ -28,7 +30,7 @@ Name: python-sphinx #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: Python documentation generator @@ -370,6 +372,9 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib %changelog +* Tue Jun 13 2023 Python Maint - 1:6.1.3-3 +- Bootstrap for Python 3.12 + * Wed May 31 2023 Yaakov Selkowitz - 1:6.1.3-2 - Avoid html5lib test dependency in RHEL builds