[Python-modules-commits] [pymarkups] branch master updated (46e1785 -> e785de5)

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


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

mitya57 pushed a change to branch master
in repository pymarkups.

      from  46e1785   Fixed VCS URL (https)
       new  8dba2e6   Import pymarkups_2.0.0.orig.tar.gz
       new  6214dc2   Merge upstream release 2.0.0
       new  2135cf6   Bump Standards-Version to 3.9.8, no changes needed.
       new  e785de5   Bump year in debian/copyright.

The 4 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 ++++++++
 debian/.git-dpm                | 14 +++---
 debian/changelog               |  5 ++-
 debian/control                 |  2 +-
 debian/copyright               |  2 +-
 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 +-
 23 files changed, 375 insertions(+), 179 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