forked from pool/python-Sphinx
Accepting request 1253092 from home:mcalabkova:branches:devel:languages:python
- Update to 8.2.3 * Correct spelling of highlighting_failure in warning sub-type. * Restore support for using sphinx.testing.path paths with sphinx.testing.fixtures * viewcode: Fix importing modules more than once. * Fix argument type for jieba.load_userdict(). * Add workaround for nbsphinx implicit imports. * Ensure inline <script/> tags are written exactly once. * Define _StrPath.__radd__(). * Fix _CurrentDocument membership testing with parent_symbol. OBS-URL: https://build.opensuse.org/request/show/1253092 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=281
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Sphinx%{psuffix}
|
||||
Version: 8.2.0
|
||||
Version: 8.2.3
|
||||
Release: 0
|
||||
Summary: Python documentation generator
|
||||
License: BSD-2-Clause
|
||||
@@ -43,7 +43,7 @@ Source4: readthedocs.inv
|
||||
Source5: update-intersphinx.sh
|
||||
Source99: python-Sphinx.keyring
|
||||
BuildRequires: %{python_module base}
|
||||
BuildRequires: %{python_module flit-core}
|
||||
BuildRequires: %{python_module flit-core >= 3.11}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
@@ -326,6 +326,7 @@ export LC_ALL="C.utf8"
|
||||
%python_alternative %{_bindir}/sphinx-quickstart
|
||||
%{python_sitelib}/sphinx/
|
||||
%exclude %{python_sitelib}/sphinx/texinputs/
|
||||
%exclude %{python_sitelib}/sphinx/locale/
|
||||
%dir %{python_sitelib}/sphinx-%{version}.dist-info
|
||||
%{python_sitelib}/sphinx-%{version}.dist-info/*
|
||||
%dir %{python_sitelib}/sphinxcontrib
|
||||
|
Reference in New Issue
Block a user