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:
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 14 12:12:22 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 12 07:31:26 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
Wed Mar 12 07:31:26 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Sphinx%{psuffix}
|
Name: python-Sphinx%{psuffix}
|
||||||
Version: 8.2.0
|
Version: 8.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python documentation generator
|
Summary: Python documentation generator
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -43,7 +43,7 @@ Source4: readthedocs.inv
|
|||||||
Source5: update-intersphinx.sh
|
Source5: update-intersphinx.sh
|
||||||
Source99: python-Sphinx.keyring
|
Source99: python-Sphinx.keyring
|
||||||
BuildRequires: %{python_module base}
|
BuildRequires: %{python_module base}
|
||||||
BuildRequires: %{python_module flit-core}
|
BuildRequires: %{python_module flit-core >= 3.11}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -326,6 +326,7 @@ export LC_ALL="C.utf8"
|
|||||||
%python_alternative %{_bindir}/sphinx-quickstart
|
%python_alternative %{_bindir}/sphinx-quickstart
|
||||||
%{python_sitelib}/sphinx/
|
%{python_sitelib}/sphinx/
|
||||||
%exclude %{python_sitelib}/sphinx/texinputs/
|
%exclude %{python_sitelib}/sphinx/texinputs/
|
||||||
|
%exclude %{python_sitelib}/sphinx/locale/
|
||||||
%dir %{python_sitelib}/sphinx-%{version}.dist-info
|
%dir %{python_sitelib}/sphinx-%{version}.dist-info
|
||||||
%{python_sitelib}/sphinx-%{version}.dist-info/*
|
%{python_sitelib}/sphinx-%{version}.dist-info/*
|
||||||
%dir %{python_sitelib}/sphinxcontrib
|
%dir %{python_sitelib}/sphinxcontrib
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b0067853d6e97f3fa87563e3404ebd008fce03525b55b25da90706764da6215
|
|
||||||
size 8321764
|
|
BIN
sphinx-8.2.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
sphinx-8.2.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user