[Python-modules-commits] [pymarkups] branch upstream updated (0768be7 -> 8dba2e6)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed May 11 11:12:32 UTC 2016


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

mitya57 pushed a change to branch upstream
in repository pymarkups.

      from  0768be7   Import pymarkups_1.0.1.orig.tar.gz
       new  8dba2e6   Import pymarkups_2.0.0.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:
 .travis.yml                    |  1 +
 Markups.egg-info/PKG-INFO      | 22 +++++++---
 Markups.egg-info/SOURCES.txt   |  1 +
 PKG-INFO                       | 22 +++++++---
 README.rst                     | 20 +++++++--
 changelog                      | 17 ++++++++
 docs/custom_markups.rst        | 35 ++++++---------
 docs/interface.rst             |  8 ++++
 docs/overview.rst              | 11 +++--
 markup2html.py                 | 35 +++++++++++++++
 markups/__init__.py            |  4 +-
 markups/abstract.py            | 98 ++++++++++++++++++++++++++++++++++--------
 markups/markdown.py            | 96 ++++++++++++++++++++++-------------------
 markups/restructuredtext.py    | 55 ++++++++++++++----------
 markups/textile.py             |  8 ++--
 setup.cfg                      |  2 +-
 tests/test_markdown.py         | 56 +++++++++++++++---------
 tests/test_restructuredtext.py | 38 +++++++++-------
 tests/test_textile.py          |  2 +-
 19 files changed, 362 insertions(+), 169 deletions(-)
 create mode 100755 markup2html.py

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



More information about the Python-modules-commits mailing list