From dea906b131a3c0c72f182d3b909fa40748dbee326eafb7db10eedc4b863186c6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Sep 2023 10:47:50 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-Sphinx?expand=0&rev=251 --- python-Sphinx.changes | 4 ++-- python-Sphinx.spec | 2 +- sphinx-7.2.4.tar.gz | 3 --- sphinx-7.2.5.tar.gz | 3 +++ 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 sphinx-7.2.4.tar.gz create mode 100644 sphinx-7.2.5.tar.gz diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 6dbfcd3..b5da8fc 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07d5062593d850f645b88a983f2defce2b68452218bfac5c2f702f0a16792337 -size 182383 +oid sha256:79fd7025ee96c3ff8ea1fc8fc1d23cda4d5431a79690eac1c8ddebd060879a31 +size 183408 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