Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-23 09:21:40 +02:00
parent 19463ebbdd
commit 1a1e29e5a8

View File

@ -1,5 +1,3 @@
%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
@ -27,7 +25,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: 3%{?dist} Release: 4%{?dist}
Epoch: 1 Epoch: 1
Summary: Python documentation generator Summary: Python documentation generator
@ -398,6 +396,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH
%changelog %changelog
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1:2.2.2-4
- Rebuilt for Python 3.9
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1:2.2.2-3 * Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1:2.2.2-3
- Bootstrap for Python 3.9 - Bootstrap for Python 3.9