Update to 2.1.2 (#1716158)
This commit is contained in:
parent
dbb50a5e0f
commit
90754897ab
3 changed files with 10 additions and 3 deletions
|
|
@ -19,7 +19,7 @@
|
|||
%global upstream_name Sphinx
|
||||
|
||||
Name: python-sphinx
|
||||
%global general_version 2.0.1
|
||||
%global general_version 2.1.2
|
||||
#global prerel ...
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
|
|
@ -68,6 +68,9 @@ BuildRequires: python3-sphinxcontrib-websupport
|
|||
BuildRequires: dos2unix
|
||||
|
||||
%if %{with tests}
|
||||
# tests import _testcapi
|
||||
BuildRequires: python3-test
|
||||
|
||||
BuildRequires: python3-html5lib
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-pytest
|
||||
|
|
@ -355,7 +358,7 @@ export PATH=%{buildroot}%{_bindir}:$PATH
|
|||
-k "not linkcheck and not latex_remote_images and not test_latex_images" \
|
||||
%endif
|
||||
;
|
||||
%endif # with tests
|
||||
%endif
|
||||
|
||||
|
||||
%files -n python3-sphinx -f sphinx.lang
|
||||
|
|
@ -382,6 +385,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 23 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.1.2-1
|
||||
- Update to 2.1.2 (#1716158)
|
||||
|
||||
* Wed Apr 10 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.0.1-1
|
||||
- Update to 2.0.1 (#1697544)
|
||||
- Own the sphinxcontrib directory (#1669790)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue