Accepting request 1198296 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1198296 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Sphinx?expand=0&rev=108
This commit is contained in:
commit
44ff6878a5
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 1 14:31:32 UTC 2024 - Christoph G <foss@grueninger.de>
|
||||
|
||||
- update to 8.0.2
|
||||
* #12633: Drop Python 3.9 support.
|
||||
* Remove deprecated functions from sphinx.util:
|
||||
+ Removed sphinx.util.path_stabilize (use sphinx.util.osutil.path_stabilize).
|
||||
+ Removed sphinx.util.display_chunk (use sphinx.util.display.display_chunk).
|
||||
+ Removed sphinx.util.status_iterator (use sphinx.util.display.status_iterator).
|
||||
+ Removed sphinx.util.SkipProgressMessage (use
|
||||
sphinx.util.display.SkipProgressMessage).
|
||||
+ Removed sphinx.util.progress_message (use
|
||||
sphinx.util.display.progress_message).
|
||||
+ Removed sphinx.util.epoch_to_rfc1123 (use sphinx.http_date.epoch_to_rfc1123).
|
||||
+ Removed sphinx.util.rfc1123_to_epoch (use sphinx.http_date.rfc1123_to_epoch).
|
||||
+ Removed sphinx.util.save_traceback (use sphinx.exceptions.save_traceback).
|
||||
+ Removed sphinx.util.format_exception_cut_frames (use
|
||||
sphinx.exceptions.format_exception_cut_frames).
|
||||
+ Removed sphinx.util.xmlname_checker (use
|
||||
sphinx.builders.epub3._XML_NAME_PATTERN).
|
||||
+ Removed sphinx.util.osutil.cd() (use contextlib.chdir()).
|
||||
+ Removed sphinx.util.typing.stringify() (use
|
||||
sphinx.util.typing.stringify_annotation()).
|
||||
* #12593: Raise an error for invalid html_sidebars values.
|
||||
* #12593: Raise an error in Theme.get_config() for invalid sections.
|
||||
* #11693: Remove support for old-style Makefile and make.bat output in
|
||||
sphinx-quickstart.
|
||||
* #11693: Remove the --no-use-make-mode, -M, --use-make-mode, and -m options
|
||||
from sphinx-quickstart.
|
||||
* Removed the tuple interface to sphinx.ext.autodoc.ObjectMember.
|
||||
* #12630: Sphinx 8 makes two changes to the linkcheck configuration defaults:
|
||||
+ linkcheck_allow_unauthorized is now False by default.
|
||||
+ linkcheck_report_timeouts_as_broken is now False by default.
|
||||
* #12597: Change the default of show_warning_types from False to True.
|
||||
* #12083: Remove support for the old (2008–2010) Sphinx 0.5 and Sphinx 0.6
|
||||
intersphinx_mapping format.
|
||||
* #12096: Do not overwrite user-supplied files when copying assets unless
|
||||
forced with force=True.
|
||||
* #12646: Remove sphinx.util.inspect.isNewType(). Use isinstance(obj,
|
||||
typing.NewType) instead on Python 3.10 and newer.
|
||||
* Remove the long-deprecated (since Sphinx 2) alias to VersionChange in
|
||||
sphinx.directives.other (Deprecated since Sphinx 2). Use
|
||||
sphinx.domains.changeset.VersionChange directly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 18 07:27:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Sphinx%{psuffix}
|
||||
Version: 7.4.5
|
||||
Version: 8.0.2
|
||||
Release: 0
|
||||
Summary: Python documentation generator
|
||||
License: BSD-2-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4abe5385bf856df094c1e6cadf24a2351b12057be3670b99a12c05a01d209f5
|
||||
size 8115101
|
BIN
sphinx-8.0.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
sphinx-8.0.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user