diff --git a/disable-test.patch b/disable-test.patch deleted file mode 100644 index ef3d5a8..0000000 --- a/disable-test.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: python-Sphinx/Sphinx-1.6.2/tests/test_build_latex.py -=================================================================== ---- Sphinx-1.6.2/tests/test_build_latex.py -+++ Sphinx-1.6.2/tests/test_build_latex.py -@@ -1011,6 +1011,7 @@ def test_latex_raw_directive(app, status - - - @pytest.mark.sphinx('latex', testroot='images') -+@pytest.mark.skip(reason="no remote access in OBS") - def test_latex_remote_images(app, status, warning): - app.builder.build_all() - diff --git a/python-Sphinx.changes b/python-Sphinx.changes index da8ef8a..b009f7d 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 11 10:25:50 UTC 2019 - Tomáš Chvátal + +- Drop patch disable-test.patch no longer applicable + ------------------------------------------------------------------- Mon Mar 11 09:40:44 UTC 2019 - Tomáš Chvátal diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 6bf58e9..078294e 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -39,7 +39,6 @@ License: BSD-2-Clause Group: Development/Languages/Python URL: http://sphinx-doc.org Source: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz -Patch1: disable-test.patch BuildRequires: %{python_module base} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -235,7 +234,6 @@ This package contains the HTML documentation for Sphinx. %prep %setup -q -n Sphinx-%{version} -%patch1 -p1 sed -i 's/\r$//' sphinx/themes/basic/static/jquery.js # Fix wrong end-of-line encoding