diff --git a/python-Sphinx.changes b/python-Sphinx.changes index e249bcd..9c2633c 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Sep 7 10:45:56 UTC 2023 - Dirk Müller + +- 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á diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 7a6a9c2..882483f 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -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 diff --git a/sphinx-7.2.4.tar.gz b/sphinx-7.2.4.tar.gz deleted file mode 100644 index 9da71ee..0000000 --- a/sphinx-7.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1aeec862bf1edff4374012ac38082e0d1daa066c9e327841a846401164797988 -size 7012496 diff --git a/sphinx-7.2.5.tar.gz b/sphinx-7.2.5.tar.gz new file mode 100644 index 0000000..c12525d --- /dev/null +++ b/sphinx-7.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9290001b75c497fd087e92b0334f1bbfa1a1ae7fddc084990c4b7bd1130b88 +size 7014676