Accepting request 759217 from home:alois:branches:devel:languages:python

update to 2.3.1

OBS-URL: https://build.opensuse.org/request/show/759217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=141
This commit is contained in:
Tomáš Chvátal 2019-12-26 08:55:20 +00:00 committed by Git OBS Bridge
parent f4a55caa3d
commit 25050f0843
4 changed files with 47 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:559c1a8ed1365a982f77650720b41114414139a635692a23c2990824d0a84cf2
size 5828933

3
Sphinx-2.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6e766b74f85f37a5f3e0773a1e1be8db3fcb799deb58ca6d18b70b0b44542a5
size 5838626

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Wed Dec 25 18:54:41 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2.3.1
* #6936: sphinx-autogen: raises AttributeError
version 2.3.0:
* #6742: ``end-before`` option of :rst:dir:`literalinclude`
directive does not match the first line of the code block.
* #1331: Change default User-Agent header to ``"Sphinx/X.Y.Z
requests/X.Y.Z python/X.Y.Z"``. It can be changed via
:confval:`user_agent`.
* #6867: text: content of admonitions starts after a blank line
* #6707: C++, support bit-fields.
* #267: html: Eliminate prompt characters of doctest block
from copyable text
* #6548: html: Use favicon for OpenSearch if available
* #6729: html theme: agogo theme now supports ``rightsidebar``
option
* #6780: Add PEP-561 Support
* #6762: latex: Allow to load additonal LaTeX packages via
``extrapackages`` key of :confval:`latex_elements`
* #1331: Add new config variable: :confval:`user_agent`
* #6000: LaTeX: have backslash also be an inline literal word
wrap break character
* #4186: LaTeX: Support upLaTeX as a new
:confval:`latex_engine` (experimental)
* #6812: Improve a warning message when extensions are not
parallel safe
* #6818: Improve Intersphinx performance for multiple remote
inventories.
* #2546: apidoc: .so file support
* #6798: autosummary: emit ``autodoc-skip-member`` event on
generating stub file
* #6483: i18n: make explicit titles in toctree translatable
* #6816: linkcheck: Add :confval:`linkcheck_auth` option to
provide authentication information when doing ``linkcheck``
builds
* #6872: linkcheck: Handles HTTP 308 Permanent Redirect
* #6613: html: Wrap section number in span tag
* #6781: gettext: Add :confval:`gettext_last_translator' and
:confval:`gettext_language_team` to customize headers of POT
file
-------------------------------------------------------------------
Sat Dec 7 17:50:25 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@ -28,7 +28,7 @@
%endif
%define skip_python2 1
Name: python-Sphinx%{psuffix}
Version: 2.2.2
Version: 2.3.1
Release: 0
Summary: Python documentation generator
License: BSD-2-Clause