From ee4cd0c2e8d4330938e1cc9722308df5021893d92ea694746f24cc5857f0c9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 26 Feb 2018 07:06:09 +0000 Subject: [PATCH] Accepting request 580009 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/580009 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=98 --- Sphinx-1.6.5.tar.gz | 3 -- Sphinx-1.7.1.tar.gz | 3 ++ python-Sphinx-doc.changes | 106 +++++++++++++++++++++++++++++++++++++ python-Sphinx-doc.spec | 4 +- python-Sphinx.changes | 108 ++++++++++++++++++++++++++++++++++++++ python-Sphinx.spec | 5 +- 6 files changed, 221 insertions(+), 8 deletions(-) delete mode 100644 Sphinx-1.6.5.tar.gz create mode 100644 Sphinx-1.7.1.tar.gz diff --git a/Sphinx-1.6.5.tar.gz b/Sphinx-1.6.5.tar.gz deleted file mode 100644 index ff42630..0000000 --- a/Sphinx-1.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6de5dbdbb7a0d7d2757f4389cc00e8f6eb3c49e1772378967a12cfcf2cfe098 -size 4680974 diff --git a/Sphinx-1.7.1.tar.gz b/Sphinx-1.7.1.tar.gz new file mode 100644 index 0000000..d8a7b8c --- /dev/null +++ b/Sphinx-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da987de5fcca21a4acc7f67a86a363039e67ac3e8827161e61b91deb131c0ee8 +size 4717169 diff --git a/python-Sphinx-doc.changes b/python-Sphinx-doc.changes index ef9031c..cf5bbc7 100644 --- a/python-Sphinx-doc.changes +++ b/python-Sphinx-doc.changes @@ -1,3 +1,109 @@ +------------------------------------------------------------------- +Sat Feb 24 18:31:35 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 1.7.1: + * Deprecated + + #4623: "sphinx.build_main()" is deprecated. Use + "sphinx.cmd.build.build_main()" instead. + + autosummary: The interface of + "sphinx.ext.autosummary.get_documenter()" has been changed + (Since 1.7.0) + + #4664: "sphinx.ext.intersphinx.debug()" is deprecated. Use + "sphinx.ext.intersphinx.inspect_main()" instead. + * Bugs fixed + + #4608: epub: Invalid meta tag is generated + + #4260: autodoc: keyword only argument separator is not + disappeared if it is appeared at top of the argument list + + #4622: epub: :confval:`epub_scheme` does not effect to + content.opf + + #4627: graphviz: Fit graphviz images to page + + #4617: quickstart: PROJECT_DIR argument is required + + #4623: sphinx.build_main no longer exists in 1.7.0 + + #4615: The argument of "sphinx.build" has been changed in 1.7.0 + + autosummary: The interface of + "sphinx.ext.autosummary.get_documenter()" has been changed + + #4630: Have order on msgids in sphinx.pot deterministic + + #4563: autosummary: Incorrect end of line punctuation detection + + #4577: Enumerated sublists with explicit start with wrong number + + #4641: A external link in TOC cannot contain "?" with ":glob:" + option + + C++, add missing parsing of explicit casts and typeid in + expression parsing. + + C++, add missing parsing of "this" in expression parsing. + + #4655: Fix incomplete localization strings in Polish + + #4653: Fix error reporting for parameterless ImportErrors + + #4664: Reading objects.inv fails again + + #4662: "any" refs with "term" targets crash when an ambiguity is + encountered + +- changes to version 1.7.0: + * long changelog, see https://github.com/sphinx-doc/sphinx/blob/master/CHANGES + +- changes from version 1.6.7: + * Bugs fixed + + #1922: html search: Upper characters problem in French + + #4412: Updated jQuery version from 3.1.0 to 3.2.1 + + #4438: math: math with labels with whitespace cause html error + + #2437: make full reference for classes, aliased with "alias of" + + #4434: pure numbers as link targets produce warning + + #4477: Build fails after building specific files + + #4449: apidoc: include "empty" packages that contain modules + + #3917: citation labels are tranformed to ellipsis + + #4501: graphviz: epub3 validation error caused if graph is not + clickable + + #4514: graphviz: workaround for wrong map ID which graphviz + generates + + #4525: autosectionlabel does not support parallel build + + #3953: Do not raise warning when there is a working intersphinx + inventory + + #4487: math: ValueError is raised on parallel build. Thanks to + jschueller. + + #2372: autosummary: invalid signatures are shown for type + annotated functions + + #3942: html: table is not aligned to center even if ":align: + center" + +- changes from version 1.6.6: + * Features added + + #4181: autodoc: Sort dictionary keys when possible + + "VerbatimHighlightColor" is a new :ref:`LaTeX 'sphinxsetup' + ` key (refs: #4285) + + Easier customizability of LaTeX macros involved in rendering of + code-blocks + + Show traceback if conf.py raises an exception (refs: #4369) + + Add :confval:`smartquotes` to disable smart quotes through + "conf.py" (refs: #3967) + + Add :confval:`smartquotes_action` and + :confval:`smartquotes_excludes` (refs: #4142, #4357) + * Bugs fixed + + #4334: sphinx-apidoc: Don't generate references to non-existing + files in TOC + + #4206: latex: reST label between paragraphs loses paragraph + break + + #4231: html: Apply fixFirefoxAnchorBug only under Firefox + + #4221: napoleon depends on autodoc, but users need to load it + manually + + #2298: automodule fails to document a class attribute + + #4099: C++: properly link class reference to class from inside + constructor + + #4267: PDF build broken by Unicode U+2116 NUMERO SIGN character + + #4249: PDF output: Pygments error highlighting increases line + spacing in code blocks + + #1238: Support ":emphasize-lines:" in PDF output + + #4279: Sphinx crashes with pickling error when run with multiple + processes and remote image + + #1421: Respect the quiet flag in sphinx-quickstart + + #4281: Race conditions when creating output directory + + #4315: For PDF 'howto' documents, + "latex_toplevel_sectioning='part'" generates "\chapter" + commands + + #4214: Two todolist directives break sphinx-1.6.5 + + Fix links to external option docs with intersphinx (refs: #3769) + + #4091: Private members not documented without :undoc-members: + ------------------------------------------------------------------- Fri Oct 27 16:13:16 UTC 2017 - arun@gmx.de diff --git a/python-Sphinx-doc.spec b/python-Sphinx-doc.spec index 83e6ddd..59ed59c 100644 --- a/python-Sphinx-doc.spec +++ b/python-Sphinx-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-Sphinx-doc # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Sphinx-doc -Version: 1.6.5 +Version: 1.7.1 Release: 0 Url: http://sphinx-doc.org Summary: Documentation for python-Sphinx diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 374c3ca..9ee8da0 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sat Feb 24 18:31:35 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + * remove sed for sed command for sphinx/pycode/pgen2/token.py + (not in tar-ball anymore) + +- update to version 1.7.1: + * Deprecated + + #4623: "sphinx.build_main()" is deprecated. Use + "sphinx.cmd.build.build_main()" instead. + + autosummary: The interface of + "sphinx.ext.autosummary.get_documenter()" has been changed + (Since 1.7.0) + + #4664: "sphinx.ext.intersphinx.debug()" is deprecated. Use + "sphinx.ext.intersphinx.inspect_main()" instead. + * Bugs fixed + + #4608: epub: Invalid meta tag is generated + + #4260: autodoc: keyword only argument separator is not + disappeared if it is appeared at top of the argument list + + #4622: epub: :confval:`epub_scheme` does not effect to + content.opf + + #4627: graphviz: Fit graphviz images to page + + #4617: quickstart: PROJECT_DIR argument is required + + #4623: sphinx.build_main no longer exists in 1.7.0 + + #4615: The argument of "sphinx.build" has been changed in 1.7.0 + + autosummary: The interface of + "sphinx.ext.autosummary.get_documenter()" has been changed + + #4630: Have order on msgids in sphinx.pot deterministic + + #4563: autosummary: Incorrect end of line punctuation detection + + #4577: Enumerated sublists with explicit start with wrong number + + #4641: A external link in TOC cannot contain "?" with ":glob:" + option + + C++, add missing parsing of explicit casts and typeid in + expression parsing. + + C++, add missing parsing of "this" in expression parsing. + + #4655: Fix incomplete localization strings in Polish + + #4653: Fix error reporting for parameterless ImportErrors + + #4664: Reading objects.inv fails again + + #4662: "any" refs with "term" targets crash when an ambiguity is + encountered + +- changes to version 1.7.0: + * long changelog, see https://github.com/sphinx-doc/sphinx/blob/master/CHANGES + +- changes from version 1.6.7: + * Bugs fixed + + #1922: html search: Upper characters problem in French + + #4412: Updated jQuery version from 3.1.0 to 3.2.1 + + #4438: math: math with labels with whitespace cause html error + + #2437: make full reference for classes, aliased with "alias of" + + #4434: pure numbers as link targets produce warning + + #4477: Build fails after building specific files + + #4449: apidoc: include "empty" packages that contain modules + + #3917: citation labels are tranformed to ellipsis + + #4501: graphviz: epub3 validation error caused if graph is not + clickable + + #4514: graphviz: workaround for wrong map ID which graphviz + generates + + #4525: autosectionlabel does not support parallel build + + #3953: Do not raise warning when there is a working intersphinx + inventory + + #4487: math: ValueError is raised on parallel build. Thanks to + jschueller. + + #2372: autosummary: invalid signatures are shown for type + annotated functions + + #3942: html: table is not aligned to center even if ":align: + center" + +- changes from version 1.6.6: + * Features added + + #4181: autodoc: Sort dictionary keys when possible + + "VerbatimHighlightColor" is a new :ref:`LaTeX 'sphinxsetup' + ` key (refs: #4285) + + Easier customizability of LaTeX macros involved in rendering of + code-blocks + + Show traceback if conf.py raises an exception (refs: #4369) + + Add :confval:`smartquotes` to disable smart quotes through + "conf.py" (refs: #3967) + + Add :confval:`smartquotes_action` and + :confval:`smartquotes_excludes` (refs: #4142, #4357) + * Bugs fixed + + #4334: sphinx-apidoc: Don't generate references to non-existing + files in TOC + + #4206: latex: reST label between paragraphs loses paragraph + break + + #4231: html: Apply fixFirefoxAnchorBug only under Firefox + + #4221: napoleon depends on autodoc, but users need to load it + manually + + #2298: automodule fails to document a class attribute + + #4099: C++: properly link class reference to class from inside + constructor + + #4267: PDF build broken by Unicode U+2116 NUMERO SIGN character + + #4249: PDF output: Pygments error highlighting increases line + spacing in code blocks + + #1238: Support ":emphasize-lines:" in PDF output + + #4279: Sphinx crashes with pickling error when run with multiple + processes and remote image + + #1421: Respect the quiet flag in sphinx-quickstart + + #4281: Race conditions when creating output directory + + #4315: For PDF 'howto' documents, + "latex_toplevel_sectioning='part'" generates "\chapter" + commands + + #4214: Two todolist directives break sphinx-1.6.5 + + Fix links to external option docs with intersphinx (refs: #3769) + + #4091: Private members not documented without :undoc-members: + ------------------------------------------------------------------- Fri Oct 27 16:13:16 UTC 2017 - arun@gmx.de diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 575a573..88a496a 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -1,7 +1,7 @@ # # spec file for package python-Sphinx # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Sphinx -Version: 1.6.5 +Version: 1.7.1 Release: 0 Url: http://sphinx-doc.org Summary: Python documentation generator @@ -169,7 +169,6 @@ This package contains the LaTeX components for %{name}. %setup -q -n Sphinx-%{version} %patch1 -p1 -sed -i '/#\!/d' sphinx/pycode/pgen2/token.py # Fix non-excutable-script warning sed -i 's/\r$//' sphinx/themes/basic/static/jquery.js # Fix wrong end-of-line encoding %build