14
0
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:
2025-03-15 11:04:35 +00:00
committed by Git OBS Bridge
parent f36f4bcaeb
commit 72ffa0c4c7
4 changed files with 20 additions and 5 deletions

View File

@@ -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>