Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 21:14:17 +02:00 committed by Miro Hrončok
parent be9e7b1508
commit 0b87836124

View File

@ -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
@ -370,6 +368,9 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:4.5.0-3
- Rebuilt for Python 3.11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:4.5.0-2
- Bootstrap for Python 3.11