14
0

- Update to 2.0.6:

- Fix tests for Sphinx 7.4 and later.
- Enable tests again

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-htmlhelp?expand=0&rev=22
This commit is contained in:
2024-07-20 16:16:20 +00:00
committed by Git OBS Bridge
parent efd42eaf2f
commit 11d8acb316
4 changed files with 12 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-sphinxcontrib-htmlhelp%{psuffix}
Version: 2.0.5
Version: 2.0.6
Release: 0
Summary: Sphinx extension to generate HTML help files
License: BSD-2-Clause
@@ -66,8 +66,7 @@ sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
%if %{with test}
%check
# ignoring tests which fail (gh#sphinx-doc/sphinx#12623)
%pytest -k 'not (test_htmlhelp_hhc or test_build_htmlhelp)'
%pytest
%endif
%if !%{with test}