From 25050f0843c2e873ffdda87924074af345d794e44e3319939111ed7910c1ca2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Dec 2019 08:55:20 +0000 Subject: [PATCH] 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 --- Sphinx-2.2.2.tar.gz | 3 --- Sphinx-2.3.1.tar.gz | 3 +++ python-Sphinx.changes | 43 +++++++++++++++++++++++++++++++++++++++++++ python-Sphinx.spec | 2 +- 4 files changed, 47 insertions(+), 4 deletions(-) delete mode 100644 Sphinx-2.2.2.tar.gz create mode 100644 Sphinx-2.3.1.tar.gz diff --git a/Sphinx-2.2.2.tar.gz b/Sphinx-2.2.2.tar.gz deleted file mode 100644 index b55d5f3..0000000 --- a/Sphinx-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:559c1a8ed1365a982f77650720b41114414139a635692a23c2990824d0a84cf2 -size 5828933 diff --git a/Sphinx-2.3.1.tar.gz b/Sphinx-2.3.1.tar.gz new file mode 100644 index 0000000..63b77f4 --- /dev/null +++ b/Sphinx-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e766b74f85f37a5f3e0773a1e1be8db3fcb799deb58ca6d18b70b0b44542a5 +size 5838626 diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 46855e4..467dfab 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Wed Dec 25 18:54:41 UTC 2019 - Luigi Baldoni + +- 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 diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 53bf7e4..b6bf23e 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -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