[Python-modules-commits] [python-markdown] branch master updated (afa011e -> 8180f83)

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


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

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

      from  afa011e   Release to unstable.
       new  c384fd1   Import python-markdown_2.6.8.orig.tar.gz
       new  123daca   Merge new upstream release (2.6.8)
       new  00d119e   Bump Standards-Version to 3.9.8, no changes needed.
       new  107e0de   Add a debian/copyright entry for markdown/extensions/smartypants.py.
       new  8180f83   Release to unstable.

The 5 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 +-
 debian/.git-dpm                      |  14 +--
 debian/changelog                     |   8 ++
 debian/control                       |   2 +-
 debian/copyright                     |  33 +++++++
 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 +++
 31 files changed, 626 insertions(+), 119 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