From edf5f89b5e0a25f9cadc58a76d43f51c6cda90b31bec319497b7fbdd7e5132b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 11 Jun 2019 18:06:13 +0000 Subject: [PATCH] - Update to 2.1.1: * #6442: LaTeX: admonitions of note type can get separated from immediately preceding section title by pagebreak * #6448: autodoc: crashed when autodocumenting classes with __slots__ = None * #6452: autosummary: crashed when generating document of properties OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=129 --- Sphinx-2.1.0.tar.gz | 3 --- Sphinx-2.1.1.tar.gz | 3 +++ python-Sphinx.changes | 8 ++++++++ python-Sphinx.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 Sphinx-2.1.0.tar.gz create mode 100644 Sphinx-2.1.1.tar.gz diff --git a/Sphinx-2.1.0.tar.gz b/Sphinx-2.1.0.tar.gz deleted file mode 100644 index 3adfe69..0000000 --- a/Sphinx-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a359a91fb04054ec77d68ff97cb8728f8cc322e25f22dc94299d67e0e6a7123 -size 6229880 diff --git a/Sphinx-2.1.1.tar.gz b/Sphinx-2.1.1.tar.gz new file mode 100644 index 0000000..e7f4768 --- /dev/null +++ b/Sphinx-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15143166e786c7faa76fa990d3b6b38ebffe081ef81cffd1d656b07f3b28a1fa +size 6253323 diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 53528cd..55ca4a2 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jun 11 18:01:43 UTC 2019 - Tomáš Chvátal + +- Update to 2.1.1: + * #6442: LaTeX: admonitions of note type can get separated from immediately preceding section title by pagebreak + * #6448: autodoc: crashed when autodocumenting classes with __slots__ = None + * #6452: autosummary: crashed when generating document of properties + ------------------------------------------------------------------- Tue Jun 4 11:37:51 UTC 2019 - Tomáš Chvátal diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 4b8261d..418206f 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -28,7 +28,7 @@ %endif %define skip_python2 1 Name: python-Sphinx%{psuffix} -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: Python documentation generator License: BSD-2-Clause