diff --git a/Sphinx-4.3.1.tar.gz b/Sphinx-4.4.0.tar.gz similarity index 50% rename from Sphinx-4.3.1.tar.gz rename to Sphinx-4.4.0.tar.gz index cc0cb0dfa919c2d0b71f2efbcf066e573a66df45..f3e99d66e59b31270f0050184605a12a109cc80d 100644 Binary files a/Sphinx-4.3.1.tar.gz and b/Sphinx-4.4.0.tar.gz differ diff --git a/python-sphinx.spec b/python-sphinx.spec index 0c60593781304dc8e8b64a2fe9e43029f28ebc69..5db765aad15d08d9707180bfbbd4e45684725925 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,12 +1,11 @@ Name: python-sphinx -Version: 4.3.1 +Version: 4.4.0 Release: 1 Epoch: 1 Summary: Python documentation generator License: BSD and MIT URL: http://sphinx-doc.org/ Source0: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz -Patch1: sphinx-test_theming.diff BuildArch: noarch @@ -225,6 +224,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH %{_mandir}/man1/* %changelog +* Thu Jun 16 2022 zhangy1317 - 1:4.4.0-1 +- Upgrade version for openstack yoga + * Mon Dec 13 2021 shixuantong - 4.3.1-1 - update version to 4.3.1 diff --git a/sphinx-test_theming.diff b/sphinx-test_theming.diff deleted file mode 100644 index 966528ae654c5e2d17272b15a712e0f9d2545a2d..0000000000000000000000000000000000000000 --- a/sphinx-test_theming.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru Sphinx-1.7.6/tests/test_theming.py Sphinx-1.7.6_patched/tests/test_theming.py ---- Sphinx-1.7.6/tests/test_theming.py 2018-07-16 11:24:40.000000000 +0200 -+++ Sphinx-1.7.6_patched/tests/test_theming.py 2018-07-20 15:17:35.049263077 +0200 -@@ -31,7 +31,7 @@ - themes.append('alabaster') - - # test Theme class API -- assert set(app.html_themes.keys()) == set(themes) -+ assert set(app.html_themes.keys()) >= set(themes) - assert app.html_themes['test-theme'] == app.srcdir / 'test_theme' / 'test-theme' - assert app.html_themes['ziptheme'] == app.srcdir / 'ziptheme.zip' - assert app.html_themes['staticfiles'] == app.srcdir / 'test_theme' / 'staticfiles'