Hello community, here is the log from the commit of package python3-Sphinx for openSUSE:Factory checked in at 2015-12-13 09:36:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-10-20 16:22:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-Sphinx.new/python3-Sphinx.changes 2015-12-13 09:36:56.000000000 +0100 @@ -1,0 +2,98 @@ +Sat Dec 5 22:22:23 UTC 2015 - [email protected] + +- update to version 1.3.3: + * #2012: Fix exception occurred if "numfig_format" is invalid + * #2142: Provide non-minified JS code in + "sphinx/search/non-minified-js/*.js" for + source distribution on PyPI. + * #2148: Error while building devhelp target with non-ASCII document. + +------------------------------------------------------------------- +Sun Nov 29 20:27:36 UTC 2015 - [email protected] + +- specfile: + * remove python3-Sphinx_work_around_the_lack_of_HTMLParserError.patch + included upstream + +- update to version 1.3.2: + * #1935: Make "numfig_format" overridable in latex_elements. + * #1976: Avoid "2.0" version of Babel because it doesn't work with + Windows environment. + * Add a "default.css" stylesheet (which imports "classic.css") for + compatibility. + * #1788: graphviz extension raises exception when caption option is + present. + * #1789: ":pyobject:" option of "literalinclude" directive + includes following lines after class definitions + * #1790: "literalinclude" strips empty lines at the head and tail + * #1802: load plugin themes automatically when theme.conf use it as + 'inherit'. Thanks to Takayuki Hirai. + * #1794: custom theme extended from alabaster or sphinx_rtd_theme + can't find base theme. + * #1834: compatibility for docutils-0.13: handle_io_errors keyword + argument for docutils.io.FileInput cause TypeError. + * #1823: '.' as <module_path> for sphinx-apidoc cause an unfriendly + error. Now '.' is converted to absolute path automatically. + * Fix a crash when setting up extensions which do not support + metadata. + * #1784: Provide non-minified JS code in "sphinx/search/*.py" + * #1822, #1892: Fix regression for #1061. autosummary can't generate + doc for imported members since sphinx-1.3b3. Thanks to Eric Larson. + * #1793, #1819: "see also" misses a linebreak in text output. Thanks + to Takayuki Hirai. + * #1780, #1866: "make text" shows "class" keyword twice. Thanks to + Takayuki Hirai. + * #1871: Fix for LaTeX output of tables with one column and + multirows. + * Work around the lack of the HTMLParserError exception in Python + 3.5. + * #1949: Use "safe_getattr" in the coverage builder to avoid + aborting with descriptors that have custom behavior. + * #1915: Do not generate smart quotes in doc field type annotations. + * #1796: On py3, automated .mo building caused UnicodeDecodeError. + * #1923: Use babel features only if the babel latex element is + nonempty. + * #1942: Fix a KeyError in websupport. + * #1903: Fix strange id generation for glossary terms. + * Fix: "make text" will crush if a definition list item has more + than 1 classifiers as: + * "make text" will crush if a definition list item has more than 1 + classifiers as: + * Fixed #1855: make gettext generates broken po file for definition + lists with classifier. "term : classifier1 : classifier2". + * #1855: make gettext generates broken po file for definition lists + with classifier. + * #1869: Fix problems when dealing with files containing non-ASCII + characters. Thanks to Marvin Schmidt. + * #1798: Fix building LaTeX with references in titles. + * #1725: On py2 environment, doctest with using non-ASCII characters + causes "'ascii' codec can't decode byte" exception. + * #1540: Fix RuntimeError with circular referenced toctree + * #1983: i18n translation feature breaks references which uses + section name. + * #1990: Use caption of toctree to title of \tableofcontents in + LaTeX + * #1987: Fix ampersand is ignored in ":menuselection:" and + ":guilabel:" on LaTeX builder + * #1994: More supporting non-standard parser (like recommonmark + parser) for Translation and WebSupport feature. Now + node.rawsource is fall backed to node.astext() during docutils + transforming. + * On Py2 environment, conf.py that is generated by sphinx-quickstart + should have u prefixed config value for 'version' and 'release'. + * #2102: On Windows + Py3, using "|today|" and non-ASCII date format + will raise UnicodeEncodeError. + * #1974: UnboundLocalError: local variable 'domain' referenced + before assignment when using `any` role and `sphinx.ext.intersphinx` in same time. + * #2121: multiple words search doesn't find pages when words across + on the page title and the page content. + * #1884, #1885: plug-in html themes cannot inherit another plug-in + theme. Thanks to Suzumizaki. + * #1818: `sphinx.ext.todo` directive generates broken html class + attribute as 'admonition-' when :confval:`language` is specified with non-ASCII linguistic area like + 'ru' or 'ja'. To fix this, now "todo" directive can use "`:class:" option. + * #2140: Fix footnotes in table has broken in LaTeX + * #2127: MecabBinder for html searching feature doesn't work with + Python 3. Thanks to Tomoko Uchida. + +------------------------------------------------------------------- Old: ---- Sphinx-1.3.1.tar.gz python3-Sphinx_work_around_the_lack_of_HTMLParserError.patch New: ---- Sphinx-1.3.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-Sphinx.spec ++++++ --- /var/tmp/diff_new_pack.9c0v57/_old 2015-12-13 09:36:57.000000000 +0100 +++ /var/tmp/diff_new_pack.9c0v57/_new 2015-12-13 09:36:57.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-Sphinx # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,15 +17,13 @@ Name: python3-Sphinx -Version: 1.3.1 +Version: 1.3.3 Release: 0 Url: http://sphinx.pocoo.org Summary: Python documentation generator License: BSD-2-Clause Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz -# # PATCH-FIX-UPSTREAM python3-Sphinx_work_around_the_lack_of_HTMLParserError.patch https://github.com/sphinx-doc/sphinx/issues/1945 -Patch0: python3-Sphinx_work_around_the_lack_of_HTMLParserError.patch BuildRequires: python3-devel BuildRequires: python3-setuptools # Documentation requirements: @@ -91,19 +89,14 @@ Requires: texlive-latex Requires: texlive-metafont Requires: texlive-pdftex -Requires: tex(article.cls) -Requires: tex(pdftex.def) -Requires: tex(utf8.def) -Requires: tex(utf8x.def) Requires: tex(8r.enc) -Requires: tex(english.ldf) -Requires: tex(pdftex.map) Requires: tex(alltt.sty) Requires: tex(amsfonts.sty) Requires: tex(amsmath.sty) Requires: tex(amssymb.sty) Requires: tex(amsthm.sty) Requires: tex(array.sty) +Requires: tex(article.cls) Requires: tex(atbegshi.sty) Requires: tex(babel.sty) Requires: tex(bm.sty) @@ -111,6 +104,7 @@ Requires: tex(color.sty) Requires: tex(colortbl.sty) Requires: tex(dvipdfmx.def) +Requires: tex(english.ldf) Requires: tex(fancybox.sty) Requires: tex(fancyhdr.sty) Requires: tex(fancyvrb.sty) @@ -130,19 +124,23 @@ Requires: tex(multirow.sty) Requires: tex(palatino.sty) Requires: tex(parskip.sty) +Requires: tex(pcrr.tfm) +Requires: tex(pdftex.def) +Requires: tex(pdftex.map) +Requires: tex(phvr.tfm) +Requires: tex(pplr.tfm) Requires: tex(preview.sty) +Requires: tex(ptmr.tfm) +Requires: tex(pzcmi.tfm) Requires: tex(tabulary.sty) Requires: tex(textcomp.sty) Requires: tex(threeparttable.sty) Requires: tex(times.sty) Requires: tex(titlesec.sty) Requires: tex(upquote.sty) +Requires: tex(utf8.def) +Requires: tex(utf8x.def) Requires: tex(wrapfig.sty) -Requires: tex(pcrr.tfm) -Requires: tex(phvr.tfm) -Requires: tex(pplr.tfm) -Requires: tex(ptmr.tfm) -Requires: tex(pzcmi.tfm) %description latex Sphinx is a tool that makes it easy to create intelligent and beautiful @@ -160,7 +158,6 @@ %prep %setup -q -n Sphinx-%{version} -%patch0 -p1 sed -i '/#\!/d' sphinx/pycode/pgen2/token.py # Fix non-excutable-script warning # Add Interpreter version suffix to entrypoints (and thus /usr/bin binaries) to # allow for update-alternatives later on: ++++++ Sphinx-1.3.1.tar.gz -> Sphinx-1.3.3.tar.gz ++++++ ++++ 46926 lines of diff (skipped)
