Bootstrap for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-15 17:31:12 +02:00
parent 8c43a53ed7
commit a06c535b39

View File

@ -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
@ -23,7 +25,7 @@ Name: python-sphinx
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 3%{?dist}
Release: 4%{?dist}
Epoch: 1
Summary: Python documentation generator
@ -385,6 +387,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH
%changelog
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.1.2-4
- Bootstrap for Python 3.8
* Thu Aug 15 2019 Richard Shaw <hobbes1069@gmail.com> - 1:2.1.2-3
- Rebuild for Python 3.8.