diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 55c0583..e249bcd 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Aug 30 11:31:33 UTC 2023 - Markéta Machová + +- update to 7.2.4 + * Require sphinxcontrib-serializinghtml 1.1.9. + * Fix regression in autodoc.Documenter.parse_name(). + * Fix regression in JSON serialisation. + * autodoc: Support positional-only parameters in classmethod methods + when autodoc_preserve_defaults is True. + * Restore support string methods on path objects. This is deprecated + and will be removed in Sphinx 8. Use os.fspath() to convert Path + objects to strings, or Path’s methods to work with path objects. + * Fix a regression in the MoveModuleTargets transform. + * linkcheck: Resolve hanging tests for timezones west of London and + incorrect conversion from UTC to offsets from the UNIX epoch. + ------------------------------------------------------------------- Wed Aug 23 12:06:50 UTC 2023 - Markéta Machová diff --git a/python-Sphinx.spec b/python-Sphinx.spec index b8bf066..de95e39 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.2 +Version: 7.2.4 Release: 0 Summary: Python documentation generator License: BSD-2-Clause diff --git a/python3.inv b/python3.inv index 51a6aa4..7800b4a 100644 --- a/python3.inv +++ b/python3.inv @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1652d0b5f3a6069b9ed1136846b8df85cf566ea4b4f8629e34e002c82f93d3b0 -size 133083 +oid sha256:47e85ad1d3fc4c379ec26262ad14d475df7d29c47eeb6d9fd350a2e52ef08ed2 +size 133169 diff --git a/readthedocs.inv b/readthedocs.inv index df22ba4..6e149f0 100644 --- a/readthedocs.inv +++ b/readthedocs.inv @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:570e11bf97bb177694148ec8d97033bd2d52ca145afff4bbf3149d74b0ff6328 -size 25655 +oid sha256:59eb0c9a25e3facf8b32c303e139fd920133b666259bc633bbb86139d3bbccf0 +size 25610 diff --git a/sphinx-7.2.2.tar.gz b/sphinx-7.2.2.tar.gz deleted file mode 100644 index afca7c2..0000000 --- a/sphinx-7.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c0abe6d4de7a6b2c2b109a2e18387bf27b240742e1b34ea42ac3ed2ac99978c -size 7009578 diff --git a/sphinx-7.2.4.tar.gz b/sphinx-7.2.4.tar.gz new file mode 100644 index 0000000..9da71ee --- /dev/null +++ b/sphinx-7.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aeec862bf1edff4374012ac38082e0d1daa066c9e327841a846401164797988 +size 7012496