commit python3-Sphinx for openSUSE:Factory
Hello community, here is the log from the commit of package python3-Sphinx for openSUSE:Factory checked in at 2016-06-29 15:02:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-Sphinx (Old) and /work/SRC/openSUSE:Factory/.python3-Sphinx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python3-Sphinx" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-Sphinx/python3-Sphinx.changes 2016-05-23 16:37:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-Sphinx.new/python3-Sphinx.changes 2016-06-29 15:02:16.000000000 +0200 @@ -1,0 +2,139 @@ +Sat Jun 18 18:49:52 UTC 2016 - arun@gmx.de + +- update to version 1.4.4: + * #2630: Latex sphinx.sty Notice Enviroment formatting problem + * #2632: Warning directives fail in quote environment latex build + * #2633: Sphinx crashes with old styled indices + * Fix a "\begin{\minipage}" typo in sphinx.sty from 1.4.2 (ref: + 68becb1) + * #2622: Latex produces empty pages after title and table of + contents + * #2640: 1.4.2 LaTeX crashes if code-block inside warning directive + * Let LaTeX use straight quotes also in inline code (ref #2627) + * #2351: latex crashes if enumerated lists are placed on footnotes + * #2646: latex crashes if math contains twice empty lines + * #2480: `sphinx.ext.autodoc`: memory addresses were shown + * latex: allow code-blocks appearing inside lists and quotes at + maximal nesting + * depth (ref #777, #2624, #2651) + * #2635: Latex code directives produce inconsistent frames based on + viewing resolution + * #2639: Sphinx now bundles iftex.sty + * Failed to build PDF with framed.sty 0.95 + * Sphinx now bundles needspace.sty + * #2666: C++, properly look up nested names involving constructors. + +- changes from version 1.4.3: + * #2530: got "Counter too large" error on building PDF if large + numbered footnotes existed in admonitions + * "width" option of figure directive does not work if "align" option + specified at same time (ref: #2595) + * #2590: The "inputenc" package breaks compiling under lualatex and + xelatex + * #2540: date on latex front page use different font + * Suppress "document isn't included in any toctree" warning if the + document is included (ref: #2603) + * #2614: Some tables in PDF output will end up shifted if user sets + non zero \parindent in preamble + * #2602: URL redirection breaks the hyperlinks generated by + `sphinx.ext.intersphinx` + * #2613: Show warnings if merged extensions are loaded + * #2619: make sure amstext LaTeX package always loaded (ref: + d657225, 488ee52, 9d82cad and #2615) + * #2593: latex crashes if any figures in the table + +- changes from version 1.4.2: + * Features added + + Now :confval:`suppress_warnings` accepts following + configurations (ref: #2451, #2466): + o "app.add_node" + o "app.add_directive" + o "app.add_role" + o "app.add_generic_role" + o "app.add_source_parser" + o "image.data_uri" + o "image.nonlocal_uri" + + #2453: LaTeX writer allows page breaks in topic contents; and + their horizontal extent now fits in the line width (with shadow + in margin). Also warning-type admonitions allow page breaks and + their vertical spacing has been made more coherent with the one + for hint-type notices (ref #2446). + + #2459: the framing of literal code-blocks in LaTeX output (and + not only the code lines themselves) obey the indentation in + lists or quoted blocks. + + #2343: the long source lines in code-blocks are wrapped (without + modifying the line numbering) in LaTeX output (ref #1534, + #2304). + * Bugs fixed + + #2370: the equations are slightly misaligned in LaTeX writer + + #1817, #2077: suppress pep8 warnings on conf.py generated by + sphinx-quickstart + + #2407: building docs crash if document includes large data image + URIs + + #2436: Sphinx does not check version by :confval:`needs_sphinx` + if loading extensions failed + + #2397: Setup shorthandoff for turkish documents + + #2447: VerbatimBorderColor wrongly used also for captions of PDF + + #2456: C++, fix crash related to document merging (e.g., + singlehtml and Latex builders). + + #2446: latex(pdf) sets local tables of contents (or more + generally topic nodes) in unbreakable boxes, causes overflow at + bottom + + #2476: Omit MathJax markers if :nowrap: is given + + #2465: latex builder fails in case no caption option is provided + to toctree directive + + Sphinx crashes if self referenced toctree found + + #2481: spelling mistake for mecab search splitter. Thanks to + Naoki Sato. + + #2309: Fix could not refer "indirect hyperlink targets" by + ref-role + + intersphinx fails if mapping URL contains any port + + #2088: intersphinx crashes if the mapping URL requires basic + auth + + #2304: auto line breaks in latexpdf codeblocks + + #1534: Word wrap long lines in Latex verbatim blocks + + #2460: too much white space on top of captioned literal blocks + in PDF output + + Show error reason when multiple math extensions are loaded (ref: + #2499) + + #2483: any figure number was not assigned if figure title + contains only non text objects + + #2501: Unicode subscript numbers are normalized in LaTeX + + #2492: Figure directive with :figwidth: generates incorrect + Latex-code + + The caption of figure is always put on center even if ":align:" + was specified + + #2526: LaTeX writer crashes if the section having only images + + #2522: Sphinx touches mo files under installed directory that + caused permission error. + + #2536: C++, fix crash when an immediately nested scope has the + same name as the current scope. + + #2555: Fix crash on any-references with unicode. + + #2517: wrong bookmark encoding in PDF if using LuaLaTeX + + #2521: generated Makefile causes BSD make crashed if + sphinx-build not found + + #2470: "typing" backport package causes autodoc errors with + python 2.7 + + "sphinx.ext.intersphinx" crashes if non-string value is used for + key of `intersphinx_mapping` + + #2518: `intersphinx_mapping` disallows non alphanumeric keys + + #2558: unpack error on devhelp builder + + #2561: Info builder crashes when a footnote contains a link + + #2565: The descriptions of objects generated by + "sphinx.ext.autosummary" overflow lines at LaTeX writer + + Extend pdflatex config in sphinx.sty to subparagraphs (ref: + #2551) + + #2445: `rst_prolog` and `rst_epilog` affect to non reST sources + + #2576: "sphinx.ext.imgmath" crashes if subprocess raises error + + #2577: "sphinx.ext.imgmath": Invalid argument are passed to + dvisvgm + + #2556: Xapian search does not work with Python 3 + + #2581: The search doesn't work if language="es" (spanish) + + #2382: Adjust spacing after abbreviations on figure numbers in + LaTeX writer + + #2383: The generated footnote by `latex_show_urls` overflows + lines + + #2497, #2552: The label of search button does not fit for the + button itself + +------------------------------------------------------------------- @@ -12 +150,0 @@ - Old: ---- Sphinx-1.4.1.tar.gz New: ---- Sphinx-1.4.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-Sphinx.spec ++++++ --- /var/tmp/diff_new_pack.XlSElj/_old 2016-06-29 15:02:17.000000000 +0200 +++ /var/tmp/diff_new_pack.XlSElj/_new 2016-06-29 15:02:17.000000000 +0200 @@ -17,7 +17,7 @@ Name: python3-Sphinx -Version: 1.4.1 +Version: 1.4.4 Release: 0 Url: http://sphinx.pocoo.org Summary: Python documentation generator ++++++ Sphinx-1.4.1.tar.gz -> Sphinx-1.4.4.tar.gz ++++++ ++++ 5222 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de