Rebuilt for Python 3.8
This commit is contained in:
parent
a06c535b39
commit
92839f3f56
@ -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
|
||||
@ -25,7 +23,7 @@ Name: python-sphinx
|
||||
#global prerel ...
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Python documentation generator
|
||||
|
||||
@ -387,6 +385,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.1.2-5
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.1.2-4
|
||||
- Bootstrap for Python 3.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user