[Python-modules-commits] [sphinx] branch master updated (aa00643 -> 3d60957)
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Jun 6 16:51:03 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 aa00643 Release to experimental
new 5acca35 record new upstream branch created by importing sphinx_1.4.3.orig.tar.gz
new bc6a3ea Import sphinx_1.4.3.orig.tar.gz
new 23f4e0e don't use CSS files hosted on external sites
new a73cadb disable a test that checks versions of JS libraries
new 443121a do not support snowballstemmer-based search for now
new dc446ff Merge upstream release 1.4.3.
new 3d60957 Add Takeshi KOMIYA’s signing key to debian/upstream/signing-key.asc.
The 7 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 | 94 +++++
Makefile | 9 +-
PKG-INFO | 2 +-
Sphinx.egg-info/PKG-INFO | 2 +-
debian/.git-dpm | 14 +-
debian/changelog | 7 +
.../0004-Extend-SOURCE_DATE_EPOCH-support.patch | 180 ---------
...typing-private-API-change-in-Python-3.5.2.patch | 36 --
...-compile_catalog-command-work-with-Babel-.patch | 64 ----
...-Load-compatibility-patch-for-LuaTeX-0.85.patch | 46 ---
...008-Make-Xapian-search-work-with-Python-3.patch | 35 --
debian/patches/disable_js_version_check.diff | 2 +-
debian/patches/no_external_css.diff | 2 +-
debian/patches/no_snowballstemmer.diff | 6 +-
debian/patches/series | 5 -
debian/upstream/signing-key.asc | 169 ++++++---
doc/config.rst | 23 +-
doc/devguide.rst | 2 +-
doc/ext/doctest.rst | 18 +-
doc/rest.rst | 2 +
doc/theming.rst | 4 +-
sphinx/__init__.py | 6 +-
sphinx/addnodes.py | 8 +-
sphinx/application.py | 57 ++-
sphinx/builders/devhelp.py | 2 +-
sphinx/builders/latex.py | 2 +-
sphinx/config.py | 76 ++--
sphinx/directives/other.py | 1 +
sphinx/directives/patches.py | 4 +
sphinx/domains/cpp.py | 80 ++--
sphinx/domains/std.py | 5 +-
sphinx/environment.py | 44 ++-
sphinx/ext/autodoc.py | 5 +-
sphinx/ext/autosummary/__init__.py | 2 +-
sphinx/ext/imgmath.py | 16 +-
sphinx/ext/intersphinx.py | 21 +-
sphinx/ext/jsmath.py | 6 +-
sphinx/ext/mathbase.py | 46 ++-
sphinx/ext/mathjax.py | 13 +-
sphinx/ext/pngmath.py | 8 +-
sphinx/io.py | 20 +-
sphinx/locale/__init__.py | 9 +-
sphinx/quickstart.py | 225 ++++++-----
sphinx/search/__init__.py | 2 +-
sphinx/search/de.py | 1 -
sphinx/search/en.py | 1 -
sphinx/search/ja.py | 4 +-
sphinx/search/zh.py | 1 -
sphinx/texinputs/sphinx.sty | 420 +++++++++++++++------
sphinx/texinputs/sphinxhowto.cls | 11 +-
sphinx/texinputs/sphinxmanual.cls | 9 +-
sphinx/themes/basic/searchbox.html | 4 +-
sphinx/themes/basic/static/basic.css_t | 4 -
sphinx/theming.py | 3 +-
sphinx/transforms.py | 6 +-
sphinx/util/texescape.py | 22 +-
sphinx/writers/html.py | 2 +-
sphinx/writers/latex.py | 96 +++--
sphinx/writers/texinfo.py | 2 +-
tests/root/contents.txt | 4 +
tests/root/markup.txt | 27 ++
.../roots/test-image-glob/testima\314\210ge.png" | Bin
tests/roots/test-image-in-section/index.rst | 4 +
tests/roots/test-prolog/conf.py | 12 +
tests/roots/test-prolog/index.rst | 7 +
tests/roots/test-prolog/markdown.md | 3 +
tests/roots/test-prolog/prolog_markdown_parser.py | 12 +
tests/roots/test-prolog/restructuredtext.rst | 4 +
tests/test_application.py | 6 +
tests/test_build_html.py | 25 +-
tests/test_build_latex.py | 93 +++--
tests/test_build_texinfo.py | 2 +-
tests/test_correct_year.py | 12 +-
tests/test_environment.py | 2 +-
tests/test_ext_intersphinx.py | 17 +-
tests/test_ext_math.py | 18 +
tests/test_markup.py | 27 +-
tests/util.py | 4 +-
utils/release-checklist | 8 +-
79 files changed, 1352 insertions(+), 901 deletions(-)
delete mode 100644 debian/patches/0004-Extend-SOURCE_DATE_EPOCH-support.patch
delete mode 100644 debian/patches/0005-Adapt-to-typing-private-API-change-in-Python-3.5.2.patch
delete mode 100644 debian/patches/0006-Make-custom-compile_catalog-command-work-with-Babel-.patch
delete mode 100644 debian/patches/0007-Load-compatibility-patch-for-LuaTeX-0.85.patch
delete mode 100644 debian/patches/0008-Make-Xapian-search-work-with-Python-3.patch
copy tests/root/img.foo.png => "tests/roots/test-image-glob/testima\314\210ge.png" (100%)
create mode 100644 tests/roots/test-prolog/conf.py
create mode 100644 tests/roots/test-prolog/index.rst
create mode 100644 tests/roots/test-prolog/markdown.md
create mode 100644 tests/roots/test-prolog/prolog_markdown_parser.py
create mode 100644 tests/roots/test-prolog/restructuredtext.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