Bootstrap for Python 3.10

This commit is contained in:
Python Maint 2021-06-02 19:11:49 +02:00 committed by Miro Hrončok
parent 25af7978b4
commit 1376b3f859

View File

@ -1,3 +1,5 @@
%global _without_tests 1
%global _without_websupport 1
# When bootstrapping sphinx, we don't yet have sphinxcontrib-websupport # When bootstrapping sphinx, we don't yet have sphinxcontrib-websupport
# Without it we have warnings in docs, but it's not a hard dependency # Without it we have warnings in docs, but it's not a hard dependency
%bcond_without websupport %bcond_without websupport
@ -28,7 +30,7 @@ Name: python-sphinx
#global prerel ... #global prerel ...
%global upstream_version %{general_version}%{?prerel} %global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}} Version: %{general_version}%{?prerel:~%{prerel}}
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 1 Epoch: 1
Summary: Python documentation generator Summary: Python documentation generator
@ -365,6 +367,9 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib
%changelog %changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1:3.5.4-2
- Bootstrap for Python 3.10
* Mon May 10 2021 Karolina Surma <ksurma@redhat.com> - 1:3.5.4-1 * Mon May 10 2021 Karolina Surma <ksurma@redhat.com> - 1:3.5.4-1
- Update to 3.5.4 - Update to 3.5.4
- Fixes rhbz#1949477 - Fixes rhbz#1949477