diff --git a/Sphinx-1.3.1.tar.gz b/Sphinx-1.3.1.tar.gz deleted file mode 100644 index fe0a25c..0000000 --- a/Sphinx-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a6e5130c2b42d2de301693c299f78cc4bd3501e78b610c08e45efc70e2b5114 -size 3469782 diff --git a/Sphinx-1.3.3.tar.gz b/Sphinx-1.3.3.tar.gz new file mode 100644 index 0000000..adb4f73 --- /dev/null +++ b/Sphinx-1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4077bff351d96bd3ebc89daa6f897f3ddcbbca055f427b36f72b75d7310270d8 +size 3602492 diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 22b146d..4172ed4 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,99 @@ +------------------------------------------------------------------- +Wed Dec 9 16:41:19 UTC 2015 - michael@stroeder.com + +- Update to 1.3.3 +- Updated project url in .spec file +- Aligned version in BuildRequires: python-Pygments >= 2.0 with + Requires line + +Release 1.3.3 (released Dec 2, 2015) +==================================== + +Bugs fixed +---------- + +* #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. + + +Release 1.3.2 (released Nov 29, 2015) +===================================== + +Features added +-------------- + +* #1935: Make "numfig_format" overridable in latex_elements. + +Bugs fixed +---------- + +* #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 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/non-minified-js/*.js`` +* #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. +* #1796, On py3, automated .mo building cause UnicodeDecodeError +* Fix: ``make text`` will crush if a definition list item has more than 1 classifiers as: +* #1796: On py3, automated .mo building cause UnicodeDecodeError +* ``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. + ------------------------------------------------------------------- Wed Sep 16 13:16:01 UTC 2015 - toddrme2178@gmail.com diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 070142b..d111969 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -17,9 +17,9 @@ Name: python-Sphinx -Version: 1.3.1 +Version: 1.3.3 Release: 0 -Url: http://sphinx.pocoo.org +Url: http://sphinx-doc.org Summary: Python documentation generator License: BSD-2-Clause Group: Development/Languages/Python @@ -37,7 +37,7 @@ BuildRequires: python-six >= 1.4 BuildRequires: python-snowballstemmer BuildRequires: python-sphinx_rtd_theme # Testsuite requirements: -BuildRequires: python-Pygments >= 1.2 +BuildRequires: python-Pygments >= 2.0 BuildRequires: python-nose Requires(post): update-alternatives Requires(postun): update-alternatives