[Python-modules-commits] [python-docutils] branch upstream updated (1ec3fef -> 9c9d5d3)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Sep 18 21:32:29 UTC 2017


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

mitya57 pushed a change to branch upstream
in repository python-docutils.

      from  1ec3fef   Import python-docutils_0.13.1+dfsg.orig.tar.gz
       new  9c9d5d3   New upstream version 0.14+dfsg

The 1 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:
 BUGS.txt                                           |   10 +-
 COPYING.txt                                        |    2 +-
 FAQ.txt                                            |    2 +-
 HISTORY.txt                                        |  124 +-
 PKG-INFO                                           |    2 +-
 README.txt                                         |   37 +-
 RELEASE-NOTES.txt                                  |  101 +-
 THANKS.txt                                         |    2 +-
 docs/api/cmdline-tool.txt                          |    2 +-
 docs/api/publisher.txt                             |    2 +-
 docs/api/runtime-settings.txt                      |    2 +-
 docs/dev/distributing.txt                          |    2 +-
 docs/dev/enthought-plan.txt                        |    2 +-
 docs/dev/hacking.txt                               |    2 +-
 docs/dev/policies.txt                              |   34 +-
 docs/dev/pysource.dtd                              |    2 +-
 docs/dev/pysource.txt                              |    2 +-
 docs/dev/release.txt                               |  186 +-
 docs/dev/repository.txt                            |    2 +-
 docs/dev/rst/alternatives.txt                      |    2 +-
 docs/dev/rst/problems.txt                          |    2 +-
 docs/dev/semantics.txt                             |    2 +-
 docs/dev/testing.txt                               |   12 +-
 docs/dev/todo.txt                                  |  143 +-
 docs/dev/website.txt                               |    6 +-
 docs/dev/wheeling.txt                              |    2 +-
 docs/howto/html-stylesheets.txt                    |    2 +-
 docs/howto/i18n.txt                                |    2 +-
 docs/howto/rst-directives.txt                      |    2 +-
 docs/howto/rst-roles.txt                           |    2 +-
 docs/howto/security.txt                            |    2 +-
 docs/index.txt                                     |    2 +-
 docs/peps/pep-0256.txt                             |    2 +-
 docs/peps/pep-0257.txt                             |    2 +-
 docs/peps/pep-0258.txt                             |    2 +-
 docs/peps/pep-0287.txt                             |    2 +-
 docs/ref/doctree.txt                               |    2 +-
 docs/ref/docutils.dtd                              |   35 +-
 docs/ref/rst/definitions.txt                       |    2 +-
 docs/ref/rst/directives.txt                        |   16 +-
 docs/ref/rst/introduction.txt                      |    2 +-
 docs/ref/rst/restructuredtext.txt                  |   73 +-
 docs/ref/rst/roles.txt                             |    2 +-
 docs/ref/transforms.txt                            |    2 +-
 docs/user/Makefile.docutils-update                 |    3 +
 docs/user/config.txt                               |  159 +-
 docs/user/docutils-05-compat.sty.txt               |    2 +-
 docs/user/html.txt                                 |   28 +-
 docs/user/latex.txt                                |  412 +--
 docs/user/links.txt                                |   33 +-
 docs/user/mailing-lists.txt                        |  116 +-
 docs/user/manpage.txt                              |    2 +-
 docs/user/odt.txt                                  |    2 +-
 docs/user/rst/cheatsheet.txt                       |    2 +-
 docs/user/rst/demo.txt                             |    2 +-
 docs/user/rst/quickref.html                        |    2 +-
 docs/user/slide-shows.txt                          |    2 +-
 docs/user/smartquotes.txt                          |  481 +++
 docs/user/tools.txt                                |    6 +-
 docutils/__init__.py                               |   67 +-
 docutils/core.py                                   |    8 +-
 docutils/frontend.py                               |   50 +-
 docutils/io.py                                     |   19 +-
 docutils/languages/sv.py                           |   15 +-
 docutils/parsers/rst/__init__.py                   |   12 +-
 docutils/parsers/rst/directives/__init__.py        |    8 +-
 docutils/parsers/rst/directives/tables.py          |   33 +-
 docutils/parsers/rst/languages/de.py               |   28 +-
 docutils/parsers/rst/languages/sv.py               |  107 +-
 docutils/parsers/rst/states.py                     |   52 +-
 docutils/transforms/frontmatter.py                 |   10 +-
 docutils/transforms/peps.py                        |    4 +-
 docutils/transforms/references.py                  |   16 +-
 docutils/transforms/universal.py                   |   39 +-
 docutils/utils/__init__.py                         |   72 +-
 docutils/utils/code_analyzer.py                    |    2 +-
 docutils/utils/error_reporting.py                  |    4 +-
 docutils/utils/math/latex2mathml.py                |    6 +-
 docutils/utils/math/math2html.py                   |    4 +-
 docutils/utils/punctuation_chars.py                |  331 +-
 docutils/utils/smartquotes.py                      |  518 ++--
 docutils/writers/_html_base.py                     |  128 +-
 docutils/writers/html4css1/__init__.py             |   62 +-
 docutils/writers/html5_polyglot/__init__.py        |   42 +-
 docutils/writers/html5_polyglot/minimal.css        |    4 +-
 docutils/writers/html5_polyglot/plain.css          |    6 +-
 docutils/writers/latex2e/__init__.py               |  361 ++-
 docutils/writers/latex2e/default.tex               |    1 -
 docutils/writers/latex2e/xelatex.tex               |    6 +-
 docutils/writers/manpage.py                        |   14 +-
 docutils/writers/odf_odt/__init__.py               |  309 +-
 docutils/writers/pep_html/pep.css                  |    2 +-
 docutils/writers/xetex/__init__.py                 |   19 +-
 setup.py                                           |    9 +-
 test/alltests.py                                   |   11 +-
 test/data/dependencies.txt                         |    8 +
 test/data/raw.txt                                  |    1 +
 test/functional/expected/compact_lists.html        |    4 +-
 test/functional/expected/cyrillic.tex              |    1 -
 test/functional/expected/dangerous.html            |    4 +-
 test/functional/expected/field_name_limit.html     |    4 +-
 test/functional/expected/footnotes_html5.html      |    2 +-
 test/functional/expected/latex_babel.tex           |   13 +-
 test/functional/expected/latex_cornercases.tex     |   23 +-
 test/functional/expected/latex_docinfo.tex         |    1 -
 test/functional/expected/math_output_html.html     |    2 +-
 test/functional/expected/math_output_latex.html    |    2 +-
 test/functional/expected/math_output_mathjax.html  |    4 +-
 test/functional/expected/math_output_mathml.xhtml  |    2 +-
 test/functional/expected/misc_rst_html4css1.html   |    4 +-
 test/functional/expected/pep_html.html             |    2 +-
 .../expected/standalone_rst_docutils_xml.xml       |  190 +-
 .../expected/standalone_rst_html4css1.html         |  139 +-
 test/functional/expected/standalone_rst_html5.html |  161 +-
 test/functional/expected/standalone_rst_latex.tex  |  663 ++--
 .../expected/standalone_rst_pseudoxml.txt          |  192 +-
 .../expected/standalone_rst_s5_html_1.html         |    2 +-
 .../expected/standalone_rst_s5_html_2.html         |    2 +-
 test/functional/expected/standalone_rst_xetex.tex  |  817 +++--
 test/functional/expected/xetex-cyrillic.tex        |    6 +-
 test/functional/input/data/classes_latex.txt       |   87 +
 test/functional/input/data/custom_roles_latex.txt  |    5 +-
 test/functional/input/data/html4css1.css           |  350 ++-
 test/functional/input/data/math.css                |  277 +-
 test/functional/input/data/minimal.css             |  261 +-
 test/functional/input/data/plain.css               |  289 +-
 test/functional/input/data/standard.txt            |   91 +-
 test/functional/input/data/unicode.txt             |   16 -
 test/functional/input/standalone_rst_html5.txt     |   15 -
 test/functional/input/standalone_rst_latex.txt     |    1 +
 test/functional/input/standalone_rst_xetex.txt     |    3 +
 test/functional/tests/math_output_mathjax.py       |    5 +-
 test/test__init__.py                               |   12 +-
 test/test_dependencies.py                          |    4 +-
 test/test_io.py                                    |   15 +-
 .../test_rst/test_character_level_inline_markup.py |   61 +-
 .../test_rst/test_directives/test_images.py        |   12 +-
 test/test_parsers/test_rst/test_inline_markup.py   |  136 +-
 test/test_parsers/test_rst/test_targets.py         |   10 +-
 test/test_settings.py                              |   63 +-
 test/test_transforms/test_docinfo.py               |   99 +-
 test/test_transforms/test_hyperlinks.py            |    6 +-
 test/test_transforms/test_smartquotes.py           |  146 +-
 test/test_transforms/test_substitutions.py         |    4 +-
 test/test_utils.py                                 |   13 +-
 test/test_writers/test_html4css1_misc.py           |    8 +-
 test/test_writers/test_html4css1_parts.py          |   34 +-
 test/test_writers/test_html5_polyglot_misc.py      |    8 +-
 test/test_writers/test_latex2e.py                  |   50 +-
 test/test_writers/test_odt.py                      |    4 +-
 tools/dev/generate_punctuation_chars.py            |  464 +++
 tools/editors/README.txt                           |    2 +-
 tools/editors/emacs/IDEAS.rst                      |   60 +
 tools/editors/emacs/README.txt                     |    2 +-
 tools/editors/emacs/rst.el                         | 3172 ++++++++++----------
 tools/editors/emacs/tests/Ado.el                   |    6 +-
 tools/editors/emacs/tests/Hdr.el                   |    2 +-
 tools/editors/emacs/tests/Stn.el                   |  114 +-
 tools/editors/emacs/tests/Ttl.el                   |  641 ++--
 tools/editors/emacs/tests/adjust-section.el        |   52 +-
 tools/editors/emacs/tests/adjust-uc.el             |    5 +-
 tools/editors/emacs/tests/adornment.el             |  163 +-
 tools/editors/emacs/tests/apply-block.el           |  122 +-
 tools/editors/emacs/tests/buffer.el                |    2 +-
 tools/editors/emacs/tests/cl.el                    |   67 -
 tools/editors/emacs/tests/comment.el               |    2 +-
 tools/editors/emacs/tests/ert-buffer.el            |    2 +-
 tools/editors/emacs/tests/fill.el                  |    2 +-
 tools/editors/emacs/tests/font-lock.el             |  116 +-
 tools/editors/emacs/tests/helpers.el               |  250 ++
 tools/editors/emacs/tests/imenu.el                 |    2 +-
 tools/editors/emacs/tests/indent.el                |   23 +-
 tools/editors/emacs/tests/init.el                  |    2 +-
 tools/editors/emacs/tests/items.el                 |  426 ++-
 tools/editors/emacs/tests/movement.el              |  518 +++-
 tools/editors/emacs/tests/re.el                    |    2 +-
 tools/editors/emacs/tests/shift.el                 |    2 +-
 tools/editors/emacs/tests/toc.el                   |  388 +--
 tools/editors/emacs/tests/tree.el                  |   77 +-
 tools/quicktest.py                                 |   11 +-
 tools/{rst2html.py => rst2html4.py}                |    9 +-
 tools/rst2html5.py                                 |    2 +-
 182 files changed, 10761 insertions(+), 4753 deletions(-)
 create mode 100644 docs/user/smartquotes.txt
 create mode 100644 test/functional/input/data/classes_latex.txt
 mode change 120000 => 100644 test/functional/input/data/html4css1.css
 mode change 120000 => 100644 test/functional/input/data/math.css
 mode change 120000 => 100644 test/functional/input/data/minimal.css
 mode change 120000 => 100644 test/functional/input/data/plain.css
 create mode 100644 tools/dev/generate_punctuation_chars.py
 delete mode 100644 tools/editors/emacs/tests/cl.el
 create mode 100644 tools/editors/emacs/tests/helpers.el
 copy tools/{rst2html.py => rst2html4.py} (58%)

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



More information about the Python-modules-commits mailing list