Update to 1.8.4

This commit is contained in:
Alfredo Moralejo 2019-02-07 17:26:36 +01:00
commit 016c639951
3 changed files with 9 additions and 5 deletions

View file

@ -26,8 +26,8 @@
%global upstream_name Sphinx
Name: python-sphinx
Version: 1.7.6
Release: 3%{?dist}
Version: 1.8.4
Release: 1%{?dist}
Epoch: 1
Summary: Python documentation generator
@ -549,13 +549,13 @@ rm tests/test_build_linkcheck.py
# Igoring test_api_translator for now as it fails on Fedora.
# The issue has been reported upstream: https://github.com/sphinx-doc/sphinx/issues/4710
LANG=C.UTF-8 %{__python2} -m pytest -v --ignore=tests/test_api_translator.py
LANG=C.UTF-8 pytest-2
%if 0%{?with_python3}
pushd %{py3dir}
# Currently, all linkcheck tests hit external websites. Since network access
# is disabled in koji, we have to disable these.
rm tests/test_build_linkcheck.py
PYTHON=python3 make test
pytest-3
popd
%endif # with_python3
%endif # with tests
@ -614,6 +614,9 @@ popd
%changelog
* Thu Feb 07 2019 Alfredo Moralejo <amoralej@redhat.com> - 1:1.8.4-1
- Update to 1.8.4.
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.7.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild