From 085a5e4a37fd5772015bedb964c6587df072e82fc24c86b12874076b3c61117f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 Mar 2019 10:27:27 +0000 Subject: [PATCH] - Drop patch disable-test.patch no longer applicable OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=118 --- disable-test.patch | 12 ------------ python-Sphinx.changes | 5 +++++ python-Sphinx.spec | 2 -- 3 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 disable-test.patch 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