[Python-modules-commits] [sphinx] branch master updated (f458ca5 -> 76792ac)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Mar 2 07:30:01 UTC 2016


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

mitya57 pushed a change to branch master
in repository sphinx.

      from  f458ca5   Remove the now obsolete debian/TODO file.
       new  45ff398   record new upstream branch created by importing sphinx_1.3.6.orig.tar.gz
       new  cca571b   Import sphinx_1.3.6.orig.tar.gz
       new  a4d87c5   disable use of distribute_setup, which bootstraps distribute installation
       new  5466524   don't use CSS files hosted on external sites
       new  1b56971   disable a test that checks versions of JS libraries
       new  a52f963   do not support snowballstemmer-based search for now
       new  d4b462f   add support for $SOURCE_DATE_EPOCH env variable
       new  2004e60   make grammar generation deterministic
       new  f2eef5c   make inventory generation deterministic
       new  85db59f   make JavaScript locale generation deterministic
       new  4cbb7fc   make searchindex generation deterministic
       new  33c50b2   merge patched into master
       new  34fa71a   Merge upstream release 1.3.6.
       new  1ce254e   Update debian/source/lintian-overrides for new Lintian versions.
       new  43822c5   Use https in Vcs-Git field.
       new  43a1bc7   Bump Standards-Version to 3.9.7, no changes needed.
       new  76792ac   Release to unstable.

The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                            |  33 +++++-
 PKG-INFO                                           |   2 +-
 Sphinx.egg-info/PKG-INFO                           |   2 +-
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |  10 +-
 debian/control                                     |   4 +-
 debian/patches/disable_distribute_setup.diff       |   2 +-
 debian/patches/disable_js_version_check.diff       |   2 +-
 debian/patches/no_external_css.diff                |   2 +-
 debian/patches/no_snowballstemmer.diff             |   6 +-
 debian/patches/reproducible_grammar.diff           |   2 +-
 debian/patches/reproducible_inventory.diff         |   6 +-
 debian/patches/reproducible_js_locale.diff         |   2 +-
 debian/patches/reproducible_searchindex.diff       |   6 +-
 debian/patches/source_date_epoch.diff              |   2 +-
 debian/source/lintian-overrides                    |   8 +-
 doc/intl.rst                                       |  13 ++-
 doc/templating.rst                                 |   5 +
 sphinx/__init__.py                                 |   6 +-
 sphinx/application.py                              |   5 +-
 sphinx/builders/html.py                            |   4 +
 sphinx/cmdline.py                                  |   8 ++
 sphinx/domains/std.py                              |   3 +-
 sphinx/environment.py                              |  93 ++--------------
 sphinx/ext/autodoc.py                              |   9 +-
 sphinx/ext/mathbase.py                             |   7 +-
 sphinx/highlighting.py                             |   4 +-
 sphinx/io.py                                       | 121 +++++++++++++++++++++
 sphinx/quickstart.py                               |   5 +-
 sphinx/search/__init__.py                          |   2 +
 sphinx/themes/agogo/static/agogo.css_t             |  10 ++
 sphinx/themes/haiku/static/haiku.css_t             |   5 +
 sphinx/themes/scrolls/static/scrolls.css_t         |  10 ++
 sphinx/themes/traditional/static/traditional.css_t |  10 ++
 sphinx/transforms.py                               |  60 +++++-----
 sphinx/util/nodes.py                               |   5 +-
 sphinx/writers/html.py                             |   2 +-
 sphinx/writers/latex.py                            |  39 ++++---
 tests/roots/test-footnotes/bar.rst                 |   6 +
 tests/roots/test-footnotes/baz.rst                 |   6 +
 tests/roots/test-footnotes/index.rst               |   8 ++
 tests/test_build_html.py                           |  17 ++-
 tests/test_build_latex.py                          |  68 ++++++++++--
 tests/test_build_texinfo.py                        |   1 -
 tests/test_search.py                               |  13 +++
 45 files changed, 444 insertions(+), 204 deletions(-)
 create mode 100644 sphinx/io.py
 create mode 100644 tests/roots/test-footnotes/bar.rst
 create mode 100644 tests/roots/test-footnotes/baz.rst

-- 
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