[Python-modules-commits] [sphinx] 02/03: Merge upstream release 1.5.5.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Apr 6 17:10:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch debian/master
in repository sphinx.

commit e9cff6d2bc84a9dfe567ee312ff1cde870bcb8ac
Merge: 619f0ed 630947e
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Apr 3 22:57:52 2017 +0300

    Merge upstream release 1.5.5.

 CHANGES                                            |   47 +-
 CONTRIBUTING.rst                                   |   14 +-
 LICENSE                                            |    2 +-
 PKG-INFO                                           |    2 +-
 Sphinx.egg-info/PKG-INFO                           |    2 +-
 Sphinx.egg-info/{PKG-INFO => PKG-INFO-e}           |    2 +-
 Sphinx.egg-info/SOURCES.txt-e                      | 1176 +++++++++++++++
 Sphinx.egg-info/dependency_links.txt-e             |    1 +
 Sphinx.egg-info/entry_points.txt-e                 |   28 +
 Sphinx.egg-info/not-zip-safe-e                     |    1 +
 Sphinx.egg-info/requires.txt                       |    2 +-
 Sphinx.egg-info/{requires.txt => requires.txt-e}   |    3 +-
 Sphinx.egg-info/top_level.txt-e                    |    2 +
 debian/changelog                                   |    3 +-
 doc/_themes/sphinx13/layout.html                   |    2 +-
 doc/_themes/sphinx13/static/sphinx13.css           |    2 +-
 doc/conf.py                                        |    2 +-
 doc/config.rst                                     |   11 +-
 doc/domains.rst                                    |    7 +-
 doc/ext/autodoc.rst                                |    5 +
 doc/ext/autosummary.rst                            |   23 +-
 doc/invocation.rst                                 |    8 +-
 doc/latex.rst                                      |    4 +-
 setup.cfg                                          |    3 +-
 setup.py                                           |    2 +-
 sphinx-apidoc.py                                   |    2 +-
 sphinx-autogen.py                                  |    2 +-
 sphinx-build.py                                    |    2 +-
 sphinx-quickstart.py                               |    2 +-
 sphinx/__init__.py                                 |    8 +-
 sphinx/__main__.py                                 |    2 +-
 sphinx/addnodes.py                                 |    2 +-
 sphinx/apidoc.py                                   |    9 +-
 sphinx/application.py                              |    2 +-
 sphinx/builders/__init__.py                        |    2 +-
 sphinx/builders/applehelp.py                       |    2 +-
 sphinx/builders/changes.py                         |    2 +-
 sphinx/builders/devhelp.py                         |    2 +-
 sphinx/builders/epub.py                            |    4 +-
 sphinx/builders/gettext.py                         |   69 +-
 sphinx/builders/html.py                            |   11 +-
 sphinx/builders/htmlhelp.py                        |    2 +-
 sphinx/builders/latex.py                           |    2 +-
 sphinx/builders/linkcheck.py                       |    6 +-
 sphinx/builders/manpage.py                         |    2 +-
 sphinx/builders/qthelp.py                          |    2 +-
 sphinx/builders/texinfo.py                         |    2 +-
 sphinx/builders/text.py                            |    2 +-
 sphinx/builders/websupport.py                      |    2 +-
 sphinx/builders/xml.py                             |    2 +-
 sphinx/cmdline.py                                  |    2 +-
 sphinx/config.py                                   |    4 +-
 sphinx/deprecation.py                              |    2 +-
 sphinx/directives/__init__.py                      |    2 +-
 sphinx/directives/code.py                          |    2 +-
 sphinx/directives/other.py                         |    2 +-
 sphinx/directives/patches.py                       |   14 +-
 sphinx/domains/__init__.py                         |    8 +-
 sphinx/domains/c.py                                |    2 +-
 sphinx/domains/cpp.py                              |   25 +-
 sphinx/domains/javascript.py                       |    2 +-
 sphinx/domains/python.py                           |   80 +-
 sphinx/domains/rst.py                              |    2 +-
 sphinx/domains/std.py                              |    4 +-
 sphinx/environment/__init__.py                     |    2 +-
 sphinx/environment/managers/__init__.py            |    2 +-
 sphinx/environment/managers/indexentries.py        |   15 +-
 sphinx/environment/managers/toctree.py             |    2 +-
 sphinx/errors.py                                   |    2 +-
 sphinx/ext/__init__.py                             |    2 +-
 sphinx/ext/autodoc.py                              |    2 +-
 sphinx/ext/autosectionlabel.py                     |    2 +-
 sphinx/ext/autosummary/__init__.py                 |    2 +-
 sphinx/ext/autosummary/generate.py                 |   14 +-
 .../ext/autosummary/templates/autosummary/base.rst |    3 +-
 .../autosummary/templates/autosummary/class.rst    |    3 +-
 .../autosummary/templates/autosummary/module.rst   |    3 +-
 sphinx/ext/coverage.py                             |    2 +-
 sphinx/ext/doctest.py                              |    2 +-
 sphinx/ext/extlinks.py                             |    2 +-
 sphinx/ext/githubpages.py                          |    2 +-
 sphinx/ext/graphviz.py                             |    2 +-
 sphinx/ext/ifconfig.py                             |    2 +-
 sphinx/ext/imgmath.py                              |    2 +-
 sphinx/ext/inheritance_diagram.py                  |    2 +-
 sphinx/ext/intersphinx.py                          |   27 +-
 sphinx/ext/jsmath.py                               |    2 +-
 sphinx/ext/linkcode.py                             |    2 +-
 sphinx/ext/mathbase.py                             |    2 +-
 sphinx/ext/mathjax.py                              |    4 +-
 sphinx/ext/napoleon/__init__.py                    |    4 +-
 sphinx/ext/napoleon/docstring.py                   |    2 +-
 sphinx/ext/napoleon/iterators.py                   |    2 +-
 sphinx/ext/pngmath.py                              |    2 +-
 sphinx/ext/todo.py                                 |    2 +-
 sphinx/ext/viewcode.py                             |    2 +-
 sphinx/highlighting.py                             |    2 +-
 sphinx/io.py                                       |    2 +-
 sphinx/jinja2glue.py                               |    2 +-
 sphinx/make_mode.py                                |    2 +-
 sphinx/parsers.py                                  |    2 +-
 sphinx/pycode/__init__.py                          |    2 +-
 sphinx/pycode/nodes.py                             |    2 +-
 sphinx/pygments_styles.py                          |    2 +-
 sphinx/quickstart.py                               |    2 +-
 sphinx/roles.py                                    |    2 +-
 sphinx/search/__init__.py                          |    2 +-
 sphinx/search/en.py                                |    2 +-
 sphinx/search/ja.py                                |    2 +-
 sphinx/search/jssplitter.py                        |    2 +-
 sphinx/search/zh.py                                |    2 +-
 sphinx/setup_command.py                            |    2 +-
 sphinx/texinputs/sphinx.sty                        |  945 ++++++------
 sphinx/texinputs/sphinxhowto.cls                   |   13 +-
 sphinx/texinputs/sphinxmanual.cls                  |   13 +-
 sphinx/themes/agogo/layout.html                    |    2 +-
 sphinx/themes/agogo/static/agogo.css_t             |    2 +-
 sphinx/themes/agogo/theme.conf                     |    2 +-
 sphinx/themes/basic/defindex.html                  |    2 +-
 sphinx/themes/basic/domainindex.html               |    2 +-
 sphinx/themes/basic/genindex-single.html           |    2 +-
 sphinx/themes/basic/genindex-split.html            |    2 +-
 sphinx/themes/basic/genindex.html                  |    2 +-
 sphinx/themes/basic/globaltoc.html                 |    2 +-
 sphinx/themes/basic/layout.html                    |    2 +-
 sphinx/themes/basic/localtoc.html                  |    2 +-
 sphinx/themes/basic/page.html                      |    2 +-
 sphinx/themes/basic/relations.html                 |    2 +-
 sphinx/themes/basic/search.html                    |    2 +-
 sphinx/themes/basic/searchbox.html                 |    2 +-
 sphinx/themes/basic/searchresults.html             |    2 +-
 sphinx/themes/basic/sourcelink.html                |    2 +-
 sphinx/themes/basic/static/basic.css_t             |    2 +-
 sphinx/themes/basic/static/doctools.js_t           |    2 +-
 sphinx/themes/basic/static/searchtools.js_t        |    2 +-
 sphinx/themes/basic/static/websupport.js           |    2 +-
 sphinx/themes/basic/theme.conf                     |    2 +-
 sphinx/themes/bizstyle/static/css3-mediaqueries.js |    2 +-
 sphinx/themes/classic/layout.html                  |    2 +-
 sphinx/themes/classic/static/classic.css_t         |    2 +-
 sphinx/themes/classic/static/sidebar.js_t          |    2 +-
 sphinx/themes/epub/epub-cover.html                 |    2 +-
 sphinx/themes/epub/layout.html                     |    2 +-
 sphinx/themes/epub/static/epub.css_t               |    2 +-
 sphinx/themes/haiku/layout.html                    |    2 +-
 sphinx/themes/haiku/static/haiku.css_t             |    2 +-
 sphinx/themes/nature/static/nature.css_t           |    2 +-
 sphinx/themes/nonav/layout.html                    |    2 +-
 sphinx/themes/nonav/static/nonav.css               |    2 +-
 sphinx/themes/pyramid/static/epub.css              |    2 +-
 sphinx/themes/pyramid/static/pyramid.css_t         |    2 +-
 sphinx/themes/scrolls/layout.html                  |    2 +-
 sphinx/themes/scrolls/static/scrolls.css_t         |    2 +-
 sphinx/themes/sphinxdoc/layout.html                |    2 +-
 sphinx/themes/sphinxdoc/static/sphinxdoc.css_t     |    2 +-
 sphinx/themes/traditional/static/traditional.css_t |    2 +-
 sphinx/theming.py                                  |    2 +-
 sphinx/transforms/__init__.py                      |    2 +-
 sphinx/transforms/compact_bullet_list.py           |    2 +-
 sphinx/transforms/i18n.py                          |    2 +-
 sphinx/util/__init__.py                            |    2 +-
 sphinx/util/compat.py                              |    2 +-
 sphinx/util/console.py                             |    2 +-
 sphinx/util/docfields.py                           |   32 +-
 sphinx/util/docstrings.py                          |    2 +-
 sphinx/util/docutils.py                            |    2 +-
 sphinx/util/fileutil.py                            |    2 +-
 sphinx/util/i18n.py                                |    2 +-
 sphinx/util/images.py                              |    2 +-
 sphinx/util/inspect.py                             |    2 +-
 sphinx/util/jsdump.py                              |    2 +-
 sphinx/util/jsonimpl.py                            |    2 +-
 sphinx/util/logging.py                             |    2 +-
 sphinx/util/matching.py                            |    2 +-
 sphinx/util/nodes.py                               |    2 +-
 sphinx/util/osutil.py                              |    2 +-
 sphinx/util/parallel.py                            |    2 +-
 sphinx/util/png.py                                 |    2 +-
 sphinx/util/pycompat.py                            |    2 +-
 sphinx/util/requests.py                            |   40 +-
 sphinx/util/rst.py                                 |    2 +-
 sphinx/util/tags.py                                |    2 +-
 sphinx/util/template.py                            |    2 +-
 sphinx/util/texescape.py                           |    2 +-
 sphinx/util/websupport.py                          |    2 +-
 sphinx/versioning.py                               |    2 +-
 sphinx/websupport/__init__.py                      |    2 +-
 sphinx/websupport/errors.py                        |    2 +-
 sphinx/websupport/search/__init__.py               |    2 +-
 sphinx/websupport/search/nullsearch.py             |    2 +-
 sphinx/websupport/search/whooshsearch.py           |    2 +-
 sphinx/websupport/search/xapiansearch.py           |    2 +-
 sphinx/websupport/storage/__init__.py              |    2 +-
 sphinx/websupport/storage/differ.py                |    2 +-
 sphinx/websupport/storage/sqlalchemy_db.py         |    2 +-
 sphinx/websupport/storage/sqlalchemystorage.py     |    2 +-
 sphinx/writers/__init__.py                         |    2 +-
 sphinx/writers/html.py                             |    2 +-
 sphinx/writers/latex.py                            |   28 +-
 sphinx/writers/manpage.py                          |    2 +-
 sphinx/writers/texinfo.py                          |    2 +-
 sphinx/writers/text.py                             |    2 +-
 sphinx/writers/websupport.py                       |    2 +-
 sphinx/writers/xml.py                              |    2 +-
 tests/etree13/ElementPath.py                       |  226 ---
 tests/etree13/ElementTree.py                       | 1553 --------------------
 tests/etree13/HTMLTreeBuilder.py                   |  233 ---
 tests/etree13/__init__.py                          |   30 -
 tests/path.py                                      |    2 +-
 tests/py35/test_autodoc_py35.py                    |    2 +-
 tests/root/_templates/contentssb.html              |    2 +-
 tests/root/_templates/layout.html                  |    2 +-
 tests/root/pep_0420/a/b/c/__init__.py              |    1 -
 tests/root/pep_0420/a/b/c/d.py                     |    1 -
 tests/root/pep_0420/a/b/x/y.py                     |    1 -
 tests/root/test.inc                                |    2 +-
 tests/roots/test-api-set-translator/index.rst      |    2 +-
 tests/roots/test-apidoc-pep420/a/b/c/__init__.py   |    1 +
 tests/roots/test-apidoc-pep420/a/b/c/d.py          |    1 +
 tests/roots/test-apidoc-pep420/a/b/x/y.py          |    1 +
 .../package_/__init__.py                           |    1 +
 .../package_/module_.py                            |    7 +
 tests/roots/test-autosummary/contents.rst          |    1 +
 tests/roots/test-autosummary/underscore_module_.py |   12 +
 tests/roots/test-domain-js/conf.py                 |    5 +
 tests/roots/test-domain-js/index.rst               |    6 +
 tests/roots/test-domain-js/roles.rst               |   48 +
 tests/roots/test-domain-py/conf.py                 |    5 +
 tests/roots/test-domain-py/index.rst               |    7 +
 tests/roots/test-domain-py/module.rst              |   31 +
 tests/roots/test-domain-py/roles.rst               |   48 +
 tests/roots/test-search/tocitem.rst                |    2 +-
 .../test-toctree-empty/_templates/localtoc.html    |    2 +
 tests/roots/test-toctree-empty/conf.py             |    6 +
 tests/roots/test-toctree-empty/index.rst           |    4 +
 tests/run.py                                       |    2 +-
 tests/test_api_translator.py                       |    2 +-
 tests/test_apidoc.py                               |   40 +-
 tests/test_application.py                          |    2 +-
 tests/test_autodoc.py                              |    2 +-
 tests/test_build.py                                |    2 +-
 tests/test_build_applehelp.py                      |    2 +-
 tests/test_build_gettext.py                        |    2 +-
 tests/test_build_html.py                           |    4 +-
 tests/test_build_latex.py                          |   46 +-
 tests/test_build_linkcheck.py                      |    2 +-
 tests/test_build_manpage.py                        |    2 +-
 tests/test_build_texinfo.py                        |    2 +-
 tests/test_build_text.py                           |    2 +-
 tests/test_catalogs.py                             |    2 +-
 tests/test_config.py                               |    2 +-
 tests/test_correct_year.py                         |    2 +-
 tests/test_directive_code.py                       |    2 +-
 tests/test_directive_only.py                       |    2 +-
 tests/test_docutilsconf.py                         |    2 +-
 tests/test_domain_cpp.py                           |   18 +-
 tests/test_domain_js.py                            |   87 ++
 tests/test_domain_py.py                            |  125 +-
 tests/test_domain_rst.py                           |    2 +-
 tests/test_domain_std.py                           |    2 +-
 tests/test_environment.py                          |    2 +-
 tests/test_environment_indexentries.py             |   20 +-
 tests/test_environment_toctree.py                  |    2 +-
 tests/test_ext_autodoc.py                          |    2 +-
 tests/test_ext_autosectionlabel.py                 |    2 +-
 tests/test_ext_autosummary.py                      |   25 +-
 tests/test_ext_coverage.py                         |    2 +-
 tests/test_ext_doctest.py                          |    2 +-
 tests/test_ext_githubpages.py                      |    2 +-
 tests/test_ext_graphviz.py                         |    2 +-
 tests/test_ext_ifconfig.py                         |    2 +-
 tests/test_ext_inheritance_diagram.py              |    2 +-
 tests/test_ext_intersphinx.py                      |   58 +-
 tests/test_ext_math.py                             |    2 +-
 tests/test_ext_napoleon.py                         |   12 +-
 tests/test_ext_napoleon_docstring.py               |    2 +-
 tests/test_ext_napoleon_iterators.py               |    2 +-
 tests/test_ext_todo.py                             |    2 +-
 tests/test_ext_viewcode.py                         |    2 +-
 tests/test_highlighting.py                         |    2 +-
 tests/test_intl.py                                 |    2 +-
 tests/test_markup.py                               |   14 +-
 tests/test_metadata.py                             |    2 +-
 tests/test_quickstart.py                           |    2 +-
 tests/test_search.py                               |    2 +-
 tests/test_searchadapters.py                       |    2 +-
 tests/test_setup_command.py                        |    2 +-
 tests/test_templating.py                           |    2 +-
 tests/test_theming.py                              |    2 +-
 tests/test_toctree.py                              |   11 +-
 tests/test_util.py                                 |    2 +-
 tests/test_util_fileutil.py                        |    2 +-
 tests/test_util_i18n.py                            |    2 +-
 tests/test_util_inspect.py                         |    2 +-
 tests/test_util_logging.py                         |    2 +-
 tests/test_util_matching.py                        |    2 +-
 tests/test_util_nodes.py                           |    2 +-
 tests/test_util_rst.py                             |    2 +-
 tests/test_versioning.py                           |    2 +-
 tests/test_websupport.py                           |    2 +-
 tests/test_writer_latex.py                         |    2 +-
 tests/util.py                                      |    2 +-
 utils/check_sources.py                             |    2 +-
 utils/jssplitter_generator.py                      |    2 +-
 304 files changed, 2901 insertions(+), 2964 deletions(-)

diff --cc debian/changelog
index bf72201,0000000..2955471
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,1147 -1,0 +1,1148 @@@
- sphinx (1.5.3-2) UNRELEASED; urgency=medium
++sphinx (1.5.5-1) UNRELEASED; urgency=medium
 +
++  * New upstream release.
 +  * dh_sphinxdoc: Use a better message for missing sourcelink_suffix, and
 +    downgrade this error to a warning.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 01 Apr 2017 15:31:36 +0300
 +
 +sphinx (1.5.3-1) experimental; urgency=medium
 +
 +  * New upstream release.
 +  * Build-depend on texlive-luatex, to make xetex tests not be skipped.
 +  * Convert from git-dpm to patches unapplied format.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 15 Mar 2017 12:37:21 +0300
 +
 +sphinx (1.5.2-2) experimental; urgency=medium
 +
 +  * dh_sphinxdoc: Properly detect sourcelink_suffix and use it when looking
 +    for source and HTML files.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 24 Jan 2017 12:42:06 +0300
 +
 +sphinx (1.5.2-1) experimental; urgency=medium
 +
 +  * New upstream release.
 +    - Drop fix_xapian_search.diff, applied upstream.
 +    - Rebase other patches for test system changes to pytest.
 +  * Bump python[3]-requests dependency to 2.4.0.
 +  * Switch from nose to pytest, following upstream.
 +  * Update one number in debian/jstest/run-tests for the new release.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 22 Jan 2017 19:45:18 +0300
 +
 +sphinx (1.5.1-1) experimental; urgency=medium
 +
 +  * New upstream release.
 +  * Drop docutils_0.13.diff, applied upstream.
 +  * Rebase other patches.
 +  * Bump X-Python-Version to 2.7 and X-Python3-Version to 3.4, following
 +    upstream.
 +  * Depend on python[3]-requests and build-depend on python[3]-html5lib.
 +  * Build-depend and recommend python-enum34 (for autodoc extension).
 +  * Drop texlive-generic-extra dependency, iftex is no longer used.
 +  * Stop unbundling fncychap.sty (no longer bundled), iftex.sty and
 +    newfloat.sty (no longer used).
 +  * Skip test_meta_keys_are_handled_for_language_de, fails without snowball.
 +  * Backport upstream change to fix Xapian search adapter crashes
 +    (fix_xapian_search.diff).
 +  * Skip tests that require internet access (skip_tests_network.diff).
 +  * Update dh_sphinxdoc for upstream changes to document extensions.
 +  * Update numbers in debian/jstest/run-tests for the new release.
 +  * Move the new templates directory to sphinx-common package.
 +  * Move the non-minified JS files to sphinx-common package.
 +  * Add allow-stderr restriction for the sphinx-doc autopkgtest.
 +  * Clean and do not install the sphinx/locale/.tx/config file.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 23 Dec 2016 11:34:31 +0300
 +
 +sphinx (1.4.9-2) unstable; urgency=medium
 +
 +  * Backport upstream patch to add compatibility with docutils 0.13
 +    (docutils_0.13.diff).
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 11 Dec 2016 11:42:43 +0300
 +
 +sphinx (1.4.9-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release (closes: #846149).
 +  * Drop fix_autodoc_new_python.diff, applied upstream.
 +  * Remove unwanted file sphinx/locale/.DS_Store in clean target.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 29 Nov 2016 13:37:31 +0300
 +
 +sphinx (1.4.8-2) unstable; urgency=medium
 +
 +  * Relax the check in dh_sphinxdoc to allow different locations of
 +    searchindex.js file (closes: #841141).
 +  * Sort $(scripts) variable in Makefile, to fix a reproducibility issue.
 +  * Backport upstream patch to fix autodoc failures with new Python 3.5
 +    and Python 3.6 snapshots (fix_autodoc_new_python.diff). Fixes FTBFS.
 +  * Drop build-dependencies on python[3]-xapian (closes: #842903).
 +  * Add more tests dependencies to the autopkgtests.
 +  * Update dh_sphinxdoc manpage for the latest changes (closes: #836248).
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 17 Nov 2016 21:10:30 +0300
 +
 +sphinx (1.4.8-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Stop running jstest during build (but still run it in the autopkgtest).
 +  * Update debian/watch to track only stable versions.
 +  * Make dh_sphinxdoc generate ${sphinxdoc:Built-Using} substvar (closes:
 +    #836248).
 +  * Call dh_strip_nondeterminism during build.
 +  * Build-depend on python3-xapian again, now it is in unstable.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 03 Oct 2016 17:24:50 +0300
 +
 +sphinx (1.4.6-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release (closes: #835026).
 +  * Bump python[3]-six dependency to 1.5, following upstream.
 +  * dh_sphinxdoc: Include the list of packages in the error message about
 +    documentation not found (closes: #833799).
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 24 Aug 2016 21:04:54 +0300
 +
 +sphinx (1.4.5-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Drop upstream patches:
 +    - fix_ltz_utcoffset.diff
 +    - latex_code_robust.diff
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 13 Jul 2016 22:56:54 +0300
 +
 +sphinx (1.4.4-3) unstable; urgency=medium
 +
 +  * Backport upstream patch (latex_code_robust.diff) to fix the \code
 +    command in generated LaTeX files (closes: #829118).
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 01 Jul 2016 20:59:46 +0300
 +
 +sphinx (1.4.4-2) unstable; urgency=medium
 +
 +  * Update Python 2 autopkgtest to not run tests that require Python 3.
 +  * Add a patch to fix return type of LocalTimeZone.utcoffset when
 +    SOURCE_DATE_EPOCH is set (fix_ltz_utcoffset.diff).
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 21 Jun 2016 17:33:28 +0300
 +
 +sphinx (1.4.4-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +    - Autodoc now removes all memory addresses (closes: #822197).
 +  * Drop python3-xapian build-dependency for unstable upload: it is not
 +    yet available in unstable.
 +  * Build-depend on graphviz so that the corresponding tests are not
 +    skipped.
 +  * Do not install the bundled TeX files from texinput directory:
 +    - fncychap.sty (available in texlive-latex-extra)
 +    - iftex.sty (available in texlive-generic-extra)
 +    - needspace.sty (available in texlive-latex-extra)
 +    - newfloat.sty (available in texlive-latex-recommended)
 +  * Suggest texlive-generic-extra instead (the other packages are already in
 +    the Suggests list).
 +  * Upload to unstable.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 17 Jun 2016 18:42:56 +0300
 +
 +sphinx (1.4.3-1) experimental; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Drop the following patches, applied upstream:
 +    - 0004-Extend-SOURCE_DATE_EPOCH-support.patch
 +    - 0005-Adapt-to-typing-private-API-change-in-Python-3.5.2.patch
 +    - 0006-Make-custom-compile_catalog-command-work-with-Babel-.patch
 +    - 0007-Load-compatibility-patch-for-LuaTeX-0.85.patch
 +    - 0008-Make-Xapian-search-work-with-Python-3.patch
 +  * Add Takeshi KOMIYA’s signing key to debian/upstream/signing-key.asc.
 +  * Bump version number in sphinx-autogen manpage.
 +  * Build-depend on texlive-generic-extra (for iftex package).
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 06 Jun 2016 19:47:32 +0300
 +
 +sphinx (1.4.1-2) experimental; urgency=medium
 +
 +  * Add a patch to make Xapian search tests pass with Python 3.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 26 May 2016 13:45:43 +0300
 +
 +sphinx (1.4.1-1) experimental; urgency=medium
 +
 +  * New upstream release (closes: #824375).
 +  * Drop the following patches, applied upstream:
 +    - disable_distribute_setup.diff
 +    - source_date_epoch.diff
 +    - reproducible_grammar.diff
 +    - reproducible_inventory.diff
 +    - reproducible_js_locale.diff
 +    - reproducible_searchindex.diff
 +  * Refresh and rebase other patches.
 +  * Update debian/watch to correctly mangle upstream alpha releases.
 +  * Demote sphinx-rtd-theme to Suggests, it has become optional.
 +  * Add dependency on python[3]-imagesize packages.
 +  * Bump Pygments build- and test dependencies to 2.1.1.
 +  * Demote python-sphinx recommendation of sphinx-doc to a suggestion.
 +  * Refactor the command to run tests to better match upstream.
 +  * Build-depend on dvipng to get the pngmath test run.
 +  * Update numbers in jstest/run-tests for the new version.
 +  * Add a patch from Alexis Bienvenüe to extend SOURCE_DATE_EPOCH support
 +    (closes: #820895).
 +  * Add a patch to fix a typing-related test failure with Python 3.5.2.
 +  * Update debian/copyright based on upstream LICENSE and AUTHORS files.
 +  * Add a patch to make compile_catalog code work with python-babel 2.3.
 +  * Add a patch to support LuaTeX 0.85.
 +  * Build-depend on texlive-luatex for tests.
 +  * Adapt dh-sphinxdoc/install-js for doctools.js changes.
 +  * Update sphinx-autogen manpage.
 +  * Bump Standards-Version to 3.9.8, no changes needed.
 +  * Build-depend on python3-xapian (closes: #649488).
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 17 May 2016 18:57:02 +0300
 +
 +sphinx (1.3.6-2) unstable; urgency=medium
 +
 +  * Use implementation of jstest from Iain Lane in hope it succeeds on
 +    buildds.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 03 Mar 2016 20:17:15 +0300
 +
 +sphinx (1.3.6-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Port jstest to WebKit2 (closes: #814909).
 +  * Remove the now obsolete debian/TODO file.
 +  * Update debian/source/lintian-overrides for new Lintian versions.
 +  * Use https in Vcs-Git field.
 +  * Bump Standards-Version to 3.9.7, no changes needed.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 02 Mar 2016 10:24:30 +0300
 +
 +sphinx (1.3.5-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Build-depend on Pygments 2.1, the testsuite now requires it.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 26 Jan 2016 12:57:34 +0300
 +
 +sphinx (1.3.4-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Clean and ignore auto-generated files.
 +  * jstest.py: Add gi.require_version() calls to fix warnings from PyGI.
 +  * Bump version number in sphinx-autogen manpage.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 14 Jan 2016 19:01:44 +0300
 +
 +sphinx (1.3.3-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 03 Dec 2015 18:35:09 +0300
 +
 +sphinx (1.3.2-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Drop the following patches, applied upstream:
 +    - py35compat.diff
 +    - no_theme_rename_warning.diff
 +    - addto_only_babel.diff
 +    - print_help.diff
 +    - compat_css.diff
 +  * Refresh and rebase other patches.
 +  * Stop exporting SOURCE_DATE_EPOCH in debian/rules.
 +    Debhelper does it automatically since version 9.20151004.
 +  * Update sphinx-autogen.1 man page.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 30 Nov 2015 18:31:36 +0300
 +
 +sphinx (1.3.1-8) unstable; urgency=medium
 +
 +  * Do not fail on removing SOURCES.txt file when it does not exist.
 +    Fixes build with dh-python ≥ 2.20151103.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 08 Nov 2015 16:13:14 +0300
 +
 +sphinx (1.3.1-7) unstable; urgency=medium
 +
 +  * Make libjs-sphinxdoc depend on libjs-jquery ≥ 1.11.1 and libjs-underscore
 +    ≥ 1.3.1, as these are the versions used by upstream.
 +  * Fix command in autopkgtests to make them pass.
 +  * Update Vcs fields for Git migration.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 18 Oct 2015 18:38:38 +0300
 +
 +sphinx (1.3.1-6) unstable; urgency=medium
 +
 +  * Update reproducibility patches to the latest version from Val Lorentz:
 +    - Update reproducible_grammar.diff.
 +    - Make searchindex generation deterministic (reproducible_searchindex.diff).
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 03 Sep 2015 16:54:07 +0300
 +
 +sphinx (1.3.1-5) unstable; urgency=medium
 +
 +  * Fix remaining reproducibility issues (closes: #795976):
 +    - Export SOURCE_DATE_EPOCH in debian/rules.
 +    - Set PYTHONHASHSEED=0 when generating grammar files.
 +    - Make grammar generation deterministic (reproducible_grammar.diff).
 +    - Make inventory generation deterministic (reproducible_inventory.diff).
 +    - Make JavaScript locales deterministic (reproducible_js_locale.diff).
 +    Many thanks to Val Lorentz for the patches.
 +  * Drop XS-Testsuite header, no longer needed with dpkg ≥ 1.17.11.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 20 Aug 2015 11:56:56 +0300
 +
 +sphinx (1.3.1-4) unstable; urgency=medium
 +
 +  * Fix message when calling sphinx-build without arguments
 +    (print_help.diff; closes: #792715).
 +  * Add compatibility default.css file (compat_css.diff).
 +  * Upload to unstable.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 15 Aug 2015 18:04:49 +0300
 +
 +sphinx (1.3.1-3) experimental; urgency=medium
 +
 +  * Update debian/TODO with the actual information.
 +  * Backport upstream patch to disable warning about renamed default theme
 +    (no_theme_rename_warning.diff).
 +  * Backport upstream patch to not insert babel-specific code to generated
 +    LaTeX files when babel is not in use (addto_only_babel.diff).
 +  * Add support for $SOURCE_DATE_EPOCH environment variable, to make
 +    the documentation builds reproducible (source_date_epoch.diff).
 +  * dh_sphinxdoc: Symlink css3-mediaqueries.js, thanks to Jakub Wilk
 +    for the patch (closes: #793045).
 +  * dh_sphinxdoc: Add support for symlinking files specific to the RTD
 +    theme (closes: #781849).
 +  * Bump version number in sphinx-autogen manpage.
 +  * Drop initialize_autodoc.diff, the bug seems to be fixed differently
 +    upstream.
 +  * Update bug URL in a comment in debian/rules for move to GitHub.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 28 Jul 2015 22:19:39 +0300
 +
 +sphinx (1.3.1-2) experimental; urgency=medium
 +
 +  [ Dmitry Shachnev ]
 +  * debian/patches/no_snowballstemmer.diff: Exclude snowballstemmer
 +    from setup.py and egg-info requirements.
 +  * Move the signing keys to debian/upstream/signing-key.asc.
 +
 +  [ Barry Warsaw ]
 +  * debian/patches/py35compat.diff: Python 3.5 compatibility.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 30 Jun 2015 21:02:36 +0300
 +
 +sphinx (1.3.1-1) experimental; urgency=medium
 +
 +  [ Helmut Grohne ]
 +  * Mark libjs-sphinxdoc Multi-Arch: foreign (closes: #779458).
 +
 +  [ Dmitry Shachnev ]
 +  * New upstream release.
 +    - The codebase now works with Python 3 with no need to run 2to3.
 +    - Output is now reproducible (closes: #776443).
 +  * Remove patches:
 +    - python3_test_build_dir.diff (no longer needed)
 +    - parallel_2to3.diff (no longer needed)
 +    - fix_latex_hlines.diff (applied upstream)
 +  * Bump required versions of python, docutils and pygments.
 +  * Build-depend and depend on:
 +    - python[3]-six
 +    - python[3]-babel
 +    - python[3]-sphinx-rtd-theme
 +    - python[3]-alabaster
 +  * Add python[3]-mock to build-dependencies and test dependencies.
 +  * Use upstream tarball, which now contains non-minified versions of
 +    jquery.js and underscore.js.
 +  * Update debian/watch to use pypi.debian.net redirector.
 +  * Simplify debian/rules:
 +    - Adjust for using upstream tarballs.
 +    - Do not mention site-packages anymore.
 +  * Update JS tests for the new version.
 +  * Add a patch to skip JS libraries versions check.
 +  * Drop 2to3 call from debian/tests/python3-sphinx.
 +  * Properly clean up after running tests.
 +  * Bring debian/copyright in sync with upstream AUTHORS file.
 +  * Disable snowballstemmer-based search until upstream implements
 +    it correctly (without JS blobs) and we get snowballstemmer packaged.
 +  * Bump Standards-Version to 3.9.6, no changes needed.
 +  * Override lintian false positive warnings about missing sources for
 +    minified files (jquery.js, underscore.js, and css3-mediaqueries.js).
 +  * debian/dh-sphinxdoc/install-js: Update list of files to be installed.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 02 May 2015 22:18:56 +0300
 +
 +sphinx (1.2.3+dfsg-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Drop websupport_todo.diff, applied upstream.
 +  * Update date and version in sphinx-autogen.1.
 +  * Add Takayuki Shimizukawa’s signing key to upstream-signing-key.pgp.
 +  * Replace links to online docutils docs with links to packaged
 +    docutils docs.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 12 Sep 2014 11:49:40 +0400
 +
 +sphinx (1.2.2+dfsg-4) unstable; urgency=medium
 +
 +  * Build-depend on python3-whoosh, now when it is available.
 +  * Drop sphinxcontrib_namespace.diff, all sphinxcontrib packages
 +    are using dh_python2 now. Break old versions of issuetracker and
 +    spelling packages.
 +  * Update my e-mail address.
 +  * Override false-positive Lintian errors about sourceless files.
 +  * Generate compiled translations using compile_catalog command.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 08 Sep 2014 12:58:18 +0400
 +
 +sphinx (1.2.2+dfsg-3) unstable; urgency=medium
 +
 +  * Remove obsolete Recommends: on python-simplejson and Suggests:
 +    on jsmath.
 +  * debian/patches/websupport_todo.diff: Make websupport work with
 +    todolist directives (closes: #754408).
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 25 Aug 2014 13:50:20 +0400
 +
 +sphinx (1.2.2+dfsg-2) unstable; urgency=medium
 +
 +  * Downgrade error about documentation not found to a warning
 +    (closes: #745690).
 +  * Cleanup dh_compress arguments.
 +  * Export NO_PKG_MANGLE, needed to build on Ubuntu.
 +  * Update version number and URL in sphinx-autogen man page.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 18 May 2014 15:13:18 +0400
 +
 +sphinx (1.2.2+dfsg-1) unstable; urgency=low
 +
 +  * New upstream bugfix release.
 +  * Drop html_logo_path_fix.diff, applied upstream.
 +  * Refresh and rebase other patches.
 +  * Update numbers in jstest/run-tests to match docs updates in the new
 +    version.
 +  * Bump debhelper compatibility level to 9.
 +  * Backport upstream patch to fix writing table hlines in LaTeX writer
 +    (closes: #732585).
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 03 Mar 2014 20:28:04 +0400
 +
 +sphinx (1.2.1+dfsg-3) unstable; urgency=medium
 +
 +  * Add html_logo_path_fix.diff to fix path check for HTML logo,
 +    backported from upstream hg (thanks James Cowgill, closes: #738741).
 +  * Add missing xauth depencency for sphinx-doc autopkgtest.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Thu, 13 Feb 2014 12:54:23 +0400
 +
 +sphinx (1.2.1+dfsg-2) unstable; urgency=medium
 +
 +  * Move Grammar files to /usr/share/sphinx, the code still expects
 +    that thay are in that location (closes: #736239).
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Tue, 21 Jan 2014 19:47:34 +0400
 +
 +sphinx (1.2.1+dfsg-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Drop fix_jinja_recursion.diff, applied upstream.
 +  * Drop unversioned_grammar_pickle.diff, a different fix was applied
 +    upstream.
 +  * No longer move Grammar.txt and Grammar.pickle to shared location,
 +    upstream is now shipping different versions of grammar for Python 2
 +    and Python 3.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 20 Jan 2014 18:28:47 +0400
 +
 +sphinx (1.2+dfsg-2) unstable; urgency=medium
 +
 +  * Backport upstream patch (fix_jinja_recursion.diff) to fix infinite
 +    recursion when building python-numpy docs.
 +  * Add explicit build-dependency on dh-python.
 +  * JS tests: use WebView.load_uri() instead of deprecated open().
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 12 Jan 2014 13:00:20 +0400
 +
 +sphinx (1.2+dfsg-1) unstable; urgency=low
 +
 +  * Upload to unstable.
 +  * New upstream stable release.
 +  * Drop fix_setup_command_test.diff, applied upstream.
 +  * Refresh sphinxcontrib_namespace.diff.
 +  * Fix package names in Recommends: python(3)-imaging → python(3)-pil.
 +  * Bump Standards-Version to 3.9.5, no changes needed.
 +  * Bump python-all build-dependency to 2.6.6-3~.
 +  * Verify upstream PGP signature in debian/watch.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 18 Dec 2013 17:25:19 +0400
 +
 +sphinx (1.2~b3+dfsg-2) experimental; urgency=low
 +
 +  * Really switch from dh_pysupport to dh_python2.
 +  * Remove unwanted files from python-sphinx package (closes: #726754).
 +  * Remove useless imports in jstest/jstest.py.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 21 Oct 2013 20:55:27 +0400
 +
 +sphinx (1.2~b3+dfsg-1) experimental; urgency=low
 +
 +  [ Dmitry Shachnev ]
 +  * New upstream beta release.
 +    - Correctly handles errors when repr()-ing objects (closes: #706581).
 +  * Drop upstream patches.
 +  * Refresh and rebase other patches.
 +  * Add a patch to make sure setup_command tests can import sphinx module.
 +  * Switch debian/watch to use HTTPS.
 +  * JS tests:
 +    - Port from deprecated static bindings and Python 2 to PyGI and
 +      Python 3. Update the dependencies accordingly.
 +    - Do not use web server, instead set a WebKit option that will allow
 +      us to access files directly. Now the pages should load faster
 +      (closes: #724472).
 +  * Switch from deprecated dh_pysupport to dh_python2 (closes: #659196).
 +  * Add XS-Testsuite header, and replace XS-Python-Version with preferred
 +    X-Python-Version (closes: #685508).
 +  * Add myself to Uploaders.
 +
 +  [ Jakub Wilk ]
 +  * Remove myself from Uploaders.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 05 Oct 2013 19:29:41 +0400
 +
 +sphinx (1.2~b1+dfsg-2) experimental; urgency=low
 +
 +  * Export http_proxy=http://127.0.0.1:9/ in debian/rules to prevent Internet
 +    access at build time.
 +  * Use canonical URIs for Vcs-* fields.
 +  * Add texinfo to Build-Depends.
 +  * Add patch (fix_copying_imgs_singlehtml_builder.diff) to fix copying images
 +    in the singlehtml builder (closes: #706563).
 +  * Add patch (fix_globaltoc_and_hidden_toctree.diff) to fix combination of
 +    globaltoc and hidden toctree causing an exception (closes: #706586).
 +  * Add patch (fix_missing_citation_target_assert.diff) to fix missing
 +    citation target causing AssertionError (closes: #706565).
 +  * Rename skiptest_latex.diff as skiptest.diff; fix more cases when a missing
 +    tool was silently ignored.
 +  * Set Debian Python Modules Team as Maintainer; move myself to Uploaders.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Tue, 04 Jun 2013 23:57:47 +0200
 +
 +sphinx (1.2~b1+dfsg-1) experimental; urgency=low
 +
 +  * New upstream beta release.
 +    + Drop fix_nepali_po.diff; applied upstream.
 +    + Drop fix_shorthandoff.diff; different fix applied upstream.
 +    + Drop l10n_fixes.diff; applied upstream.
 +    + Drop manpage_writer_docutils_0.10_api.diff; applied upstream.
 +    + Drop pygments_byte_strings.diff; different fix applied upstream.
 +    + Drop show_more_stack_frames.diff; an option to show full traceback (-T)
 +      is now available.
 +    + Drop sort_stopwords.diff; applied upstream.
 +    + Drop support_python_3.3.diff; applied upstream.
 +    + Drop test_build_html_rb.diff; applied upstream.
 +    + Refresh other patches.
 +    + Update integration tests for the JavaScript code.
 +    + Update debian/copyright.
 +    + Update debian/*.docs to take into account that README was renamed as
 +      REAMDE.rst.
 +    + Update version in sphinx-autogen manpage.
 +    + This release fixes parsing C++11 “static constexpr” declarations
 +      (closes: #693066). Thanks to Alexandre Duret-Lutz for the bug report and
 +      the patch.
 +  * Run tests under LC_ALL=C.UTF-8 to work around test failures.
 +  * Make it impossible to accidentally build the source package with an
 +    .orig.tar that includes jquery.js or underscore.js.
 +  * Refactor debian/rules.
 +  * When building our own documentation, run sphinx-build with the -T option.
 +  * Use a dedicated script to extract JavaScript code for libjs-sphinxdoc.
 +  * Add no_external_css.diff: don't use CSS files hosted on external sites.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Mon, 29 Apr 2013 23:37:06 +0200
 +
 +sphinx (1.1.3+dfsg-7) experimental; urgency=low
 +
 +  * Backport upstream patch for fix compatibility with Docutils 0.10.
 +  * Run 2to3 in parallel.
 +  * Add DEP-8 tests for the documentation package.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Wed, 19 Dec 2012 10:53:51 +0100
 +
 +sphinx (1.1.3+dfsg-6) experimental; urgency=low
 +
 +  [ Jakub Wilk ]
 +  * DEP-8 tests: remove “Features: no-build-needed”; it's the default now.
 +  * Bump standards version to 3.9.4; no changes needed.
 +  * Pass -a to xvfb-run, so that it tries to get a free server number.
 +  * Rebuild MO files from source.
 +    + Update debian/rules.
 +    + Add the rebuilt files to extend-diff-ignore.
 +  * Make synopses in the patch header start with a lowercase latter and not
 +    end with a full stop.
 +
 +  [ Dmitry Shachnev ]
 +  * debian/patches/l10n_fixes.diff: fix crashes and not working external
 +    links in l10n mode (closes: #691719).
 +  * debian/patches/sort_stopwords.diff: mark as applied upstream.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sat, 08 Dec 2012 14:38:19 +0100
 +
 +sphinx (1.1.3+dfsg-5) experimental; urgency=low
 +
 +  [ Jakub Wilk ]
 +  * DEP-8 tests: use $ADTTMP.
 +  * dh_sphinxdoc: ignore comments when analysing HTML files (closes: #682850).
 +    Thanks to Dmitry Shachnev for the bug report.
 +  * Add dvipng to Suggests (closes: #687273). Thanks to Matthias Klose for the
 +    bug report.
 +  * Set PYTHONHASHSEED=random in debian/rules and in DEP-8 tests.
 +  * Backport upstream patch to fix encoding issues in test_build_html. Now
 +    that this is fixed, stop running Python 3 tests under LC_ALL=C.
 +  * Make “debian/rules binary-arch” no-op.
 +  * Update version number in the sphinx-autogen manpage.
 +  * Improve dh_sphinxdoc:
 +    + Fix the --tmpdir option. Thanks to Andriy Senkovych for the bug report.
 +    + Ignore references to JavaScript code that start with an URI scheme.
 +      Thanks to Dmitry Shachnev for the bug report.
 +    + Strip query (?...) and fragment (#...) components from JavaScript
 +      references. Thanks to Dmitry Shachnev for the bug report.
 +  * Sort stopwords in searchtools.js. Thanks to Dmitry Shachnev for the bug
 +    report.
 +  * Fix compatibility with Python 3.3. Thanks to Dmitry Shachnev for the bug
 +    report and hunting down the upstream patch.
 +
 +  [ Dmitry Shachnev ]
 +  * Update Homepage field to point to http://sphinx-doc.org/.
 +  * Build-depend of python3-all instead of python3.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Thu, 08 Nov 2012 16:28:23 +0100
 +
 +sphinx (1.1.3+dfsg-4) unstable; urgency=low
 +
 +  * Add DEP-8 tests.
 +  * LaTeX writer: fix generation of \shorthandoff (closes: #672586,
 +    LP: #997891). Thanks to Melissa Draper for the bug report and the initial
 +    patch.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Thu, 24 May 2012 18:53:29 +0200
 +
 +sphinx (1.1.3+dfsg-3) unstable; urgency=low
 +
 +  * Validate *.po files at build time. Add gettext to Build-Depends.
 +  * Add fix_nepali_po.diff: remove Nepali translations that must have been
 +    wrong.
 +  * Add pygments_byte_strings.diff: fix Unicode issues in
 +    PygmentsBridge.highlight_block (closes: #660930). Thanks to Anton Gladky
 +    for the bug report and the initial patch.
 +  * Fix a typo in a patch description.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Mon, 02 Apr 2012 22:17:49 +0200
 +
 +sphinx (1.1.3+dfsg-2) unstable; urgency=low
 +
 +  * Upload to unstable.
 +  * Add skiptest_latex.diff: if LaTeX (or a required LaTeX package) is not
 +    found when running test_build_latex, raise SkipTest instead of just
 +    printing a message to stderr.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Wed, 14 Mar 2012 20:31:19 +0100
 +
 +sphinx (1.1.3+dfsg-1) experimental; urgency=low
 +
 +  * New upstream release.
 +    + Drop python3_test_syspath.diff, applied upstream.
 +    + Update integration tests for the JavaScript code.
 +  * Bump standards version to 3.9.3 (no changes needed).
 +
 + -- Jakub Wilk <jwilk at debian.org>  Mon, 12 Mar 2012 12:18:37 +0100
 +
 +sphinx (1.1.2+dfsg-5) unstable; urgency=low
 +
 +  * Don't run ‘python setup.py clean’ in the clean target (we nuke the whole
 +    build subdirectory anyway).
 +  * Move python-all and python-setuptools from Build-Depends to
 +    Build-Depends-Indep, as it's not needed in the clean target anymore.
 +  * Don't run dh_testroot in the clean target. There's a good chance that root
 +    privileges are not needed (e.g. because binary target was run under
 +    fakeroot), and even if they are actually needed, the target will fail
 +    quickly.
 +  * Run tests against Python 3:
 +    + Add build-dependency on python3-nose, python3-docutils,
 +      python3-pygments, python3-jinja2, python3-sqlalchemy.
 +    + Add python3_test_syspath.diff to fix Python 3 sys.path for the test
 +      runner.
 +    + Add python3_test_build_dir.diff to hardcode Python 3 build directory in
 +      the test runner to the one that the package uses.
 +    + Add test running code debian/rules. Don't use --no-skip for the moment,
... 468 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git



More information about the Python-modules-commits mailing list