14
0
forked from pool/python-Sphinx

Accepting request 1108097 from home:mcalabkova:branches:devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/1108097
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=248
This commit is contained in:
2023-08-30 11:46:18 +00:00
committed by Git OBS Bridge
parent 96f1267e79
commit dbe1b80e18
6 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Aug 30 11:31:33 UTC 2023 - Markéta Machová <mmachova@suse.com>
- 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 Paths 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á <mmachova@suse.com>