Update to 1.8.4
This commit is contained in:
parent
bd7e5f534f
commit
016c639951
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/Sphinx-1.7.2.tar.gz
|
/Sphinx-1.7.2.tar.gz
|
||||||
/Sphinx-1.7.5.tar.gz
|
/Sphinx-1.7.5.tar.gz
|
||||||
/Sphinx-1.7.6.tar.gz
|
/Sphinx-1.7.6.tar.gz
|
||||||
|
/Sphinx-1.8.4.tar.gz
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
%global upstream_name Sphinx
|
%global upstream_name Sphinx
|
||||||
|
|
||||||
Name: python-sphinx
|
Name: python-sphinx
|
||||||
Version: 1.7.6
|
Version: 1.8.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Python documentation generator
|
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.
|
# 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
|
# 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}
|
%if 0%{?with_python3}
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
# Currently, all linkcheck tests hit external websites. Since network access
|
# Currently, all linkcheck tests hit external websites. Since network access
|
||||||
# is disabled in koji, we have to disable these.
|
# is disabled in koji, we have to disable these.
|
||||||
rm tests/test_build_linkcheck.py
|
rm tests/test_build_linkcheck.py
|
||||||
PYTHON=python3 make test
|
pytest-3
|
||||||
popd
|
popd
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
%endif # with tests
|
%endif # with tests
|
||||||
@ -614,6 +614,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Sphinx-1.7.6.tar.gz) = 505c4e92c1a09c48a50d8bd0ec86089bd3f0f5352302ae330e2fba6e61316f40c6ec3726e2cfaeb54de0818127a26ef5364ac92bcf254283022c38c4e95d419c
|
SHA512 (Sphinx-1.8.4.tar.gz) = 6821bb56c30b52f357ae55f5db45f056883c457eae62a0751a2b654519a07bca9edccb7678b29fa380379f059c9d8899d9e7b06ceccca5ec26962e6f83bb8578
|
||||||
|
Loading…
Reference in New Issue
Block a user