Accepting request 1109692 from devel:languages:python
- update to 7.2.5: * #11645: Fix a regression preventing autodoc from importing modules within packages that make use of ``if typing.TYPE_CHECKING:`` to guard circular imports needed by type checkers. * #11634: Fixed inheritance diagram relative link resolution for sibling files in a subdirectory. * #11659: Allow ``?config=...`` in :confval:`mathjax_path`. * #11654: autodoc: Fail with a more descriptive error message when an object claims to be an instance of ``type``, but is not a class. * 11620: Cease emitting :event:`source-read` events for files read via the :dudir:`include` directive. * 11620: Add a new :event:`include-read` for observing and transforming the content of included files via the :dudir:`include` directive. * #11627: Restore support for copyright lines of the form ``YYYY`` when ``SOURCE_DATE_EPOCH`` is set. OBS-URL: https://build.opensuse.org/request/show/1109692 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Sphinx?expand=0&rev=100
This commit is contained in:
commit
60c76458e5
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 7 10:45:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 7.2.5:
|
||||
* #11645: Fix a regression preventing autodoc from importing
|
||||
modules within packages that make use of
|
||||
``if typing.TYPE_CHECKING:`` to guard circular imports
|
||||
needed by type checkers.
|
||||
* #11634: Fixed inheritance diagram relative link resolution
|
||||
for sibling files in a subdirectory.
|
||||
* #11659: Allow ``?config=...`` in :confval:`mathjax_path`.
|
||||
* #11654: autodoc: Fail with a more descriptive error message
|
||||
when an object claims to be an instance of ``type``,
|
||||
but is not a class.
|
||||
* 11620: Cease emitting :event:`source-read` events for files
|
||||
read via the :dudir:`include` directive.
|
||||
* 11620: Add a new :event:`include-read` for observing and
|
||||
transforming the content of included files via the :dudir:`include`
|
||||
directive.
|
||||
* #11627: Restore support for copyright lines of the form
|
||||
``YYYY`` when ``SOURCE_DATE_EPOCH`` is set.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 30 11:31:33 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Sphinx%{psuffix}
|
||||
Version: 7.2.4
|
||||
Version: 7.2.5
|
||||
Release: 0
|
||||
Summary: Python documentation generator
|
||||
License: BSD-2-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1aeec862bf1edff4374012ac38082e0d1daa066c9e327841a846401164797988
|
||||
size 7012496
|
3
sphinx-7.2.5.tar.gz
Normal file
3
sphinx-7.2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a9290001b75c497fd087e92b0334f1bbfa1a1ae7fddc084990c4b7bd1130b88
|
||||
size 7014676
|
Loading…
x
Reference in New Issue
Block a user