From b51e64f6b4fbcb11fc0238013bff245ed64454bb7c1d91924332fa4a699c66f8 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 25 Jan 2016 17:43:52 +0000 Subject: [PATCH] Accepting request 355775 from home:stroeder:branches:devel:languages:python update to 1.3.5 (requires python-pygments >= 2.1, see request #355773) OBS-URL: https://build.opensuse.org/request/show/355775 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=69 --- Sphinx-1.3.4.tar.gz | 3 --- Sphinx-1.3.5.tar.gz | 3 +++ python-Sphinx.changes | 25 +++++++++++++++++++++++++ python-Sphinx.spec | 4 ++-- 4 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 Sphinx-1.3.4.tar.gz create mode 100644 Sphinx-1.3.5.tar.gz diff --git a/Sphinx-1.3.4.tar.gz b/Sphinx-1.3.4.tar.gz deleted file mode 100644 index 674e19e..0000000 --- a/Sphinx-1.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8aacc3f34aa758751fdb44ab9238eab024c66b57d67200f9a35efebf0e368057 -size 3679247 diff --git a/Sphinx-1.3.5.tar.gz b/Sphinx-1.3.5.tar.gz new file mode 100644 index 0000000..e40d331 --- /dev/null +++ b/Sphinx-1.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d133bb4990d010a2ad934c319b52d8a2156cb0491484f5e2a558619bc9ae04 +size 3679978 diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 01969cf..5f36b38 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Jan 25 10:56:43 UTC 2016 - michael@stroeder.com + +- requires python-pygments => 2.1 +- update to version 1.3.5: + * Fix line numbers was not shown on warnings in LaTeX and texinfo + builders + * Fix filenames were not shown on warnings of citations + * Fix line numbers was not shown on warnings in LaTeX and texinfo + builders + * Fix line numbers was not shown on warnings of indecies + * #2026: Fix LaTeX builder rais error if parsed-literal includes + links + * #2243: Ignore strange docstring types for classes, do not crash + * #2247: Fix #2205 breaks make html for definition list with + classifiers that contains regular-expression like string + * #1565: Show warning if Pygments throws an ErrorToken + * #2211: Fix paragraphs in table cell doesn't work in Latex output + * #2253: ":pyobject:" option of "literalinclude" directive can't + detect indented body block when the block starts with blank or + comment lines. + * Fix TOC is not shown when no ":maxdepth:" for toctrees (ref: #771) + * Fix warning message for ":numref:" if target is in orphaned doc + (ref: #2244) + ------------------------------------------------------------------- Tue Jan 12 16:35:16 UTC 2016 - michael@stroeder.com diff --git a/python-Sphinx.spec b/python-Sphinx.spec index ab8abc3..30e403b 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -17,7 +17,7 @@ Name: python-Sphinx -Version: 1.3.4 +Version: 1.3.5 Release: 0 Url: http://sphinx-doc.org Summary: Python documentation generator @@ -37,7 +37,7 @@ BuildRequires: python-six >= 1.4 BuildRequires: python-snowballstemmer BuildRequires: python-sphinx_rtd_theme # Testsuite requirements: -BuildRequires: python-Pygments >= 2.0 +BuildRequires: python-Pygments >= 2.1 BuildRequires: python-nose Requires(post): update-alternatives Requires(postun): update-alternatives