[Python-modules-commits] [python-markdown] branch upstream updated (07c1161 -> c384fd1)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jan 26 07:21:49 UTC 2017


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

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

      from  07c1161   Import python-markdown_2.6.7.orig.tar.gz
       new  c384fd1   Import python-markdown_2.6.8.orig.tar.gz

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:
 PKG-INFO                             |   4 +-
 docs/extensions/code_hilite.txt      |   4 +-
 docs/reference.txt                   |  10 +--
 markdown/__init__.py                 |   6 +-
 markdown/__version__.py              |   3 +-
 markdown/blockprocessors.py          |   5 +-
 markdown/extensions/attr_list.py     |   3 +-
 markdown/extensions/codehilite.py    |   2 +-
 markdown/extensions/fenced_code.py   |   2 +-
 markdown/extensions/footnotes.py     | 131 +++++++++++++++++++++++----
 markdown/extensions/tables.py        | 166 +++++++++++++++++++++++------------
 markdown/inlinepatterns.py           |  15 ++--
 markdown/preprocessors.py            |   8 +-
 markdown/treeprocessors.py           |   4 +-
 markdown/util.py                     |   2 +-
 setup.py                             |   2 +
 tests/extensions/extra/footnote.html |  38 ++++++++
 tests/extensions/extra/footnote.txt  |  42 +++++++++
 tests/extensions/extra/tables.html   | 125 ++++++++++++++++++++++++++
 tests/extensions/extra/tables.txt    |  57 +++++++++++-
 tests/misc/backtick-escape.html      |   5 +-
 tests/misc/backtick-escape.txt       |   5 +-
 tests/misc/blockquote-hr.html        |   9 ++
 tests/misc/blockquote-hr.txt         |   6 ++
 tests/misc/html.html                 |  11 +++
 tests/misc/html.txt                  |  11 +++
 tests/test_apis.py                   |  12 +++
 27 files changed, 577 insertions(+), 111 deletions(-)

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



More information about the Python-modules-commits mailing list