From 04e7c13b7b413ccd1c6e5c84c8d29101adc6689b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 13:18:32 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-sphinx.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 7acb2cd..ce2fabc 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,5 +1,3 @@ -%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 @@ -30,7 +28,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 @@ -367,6 +365,9 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib %changelog +* Thu Jun 03 2021 Python Maint - 1:3.5.4-3 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 1:3.5.4-2 - Bootstrap for Python 3.10