[Python-modules-commits] [pymarkups] branch upstream updated (0a12c62 -> 02474b8)
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun Dec 13 19:13:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a change to branch upstream
in repository pymarkups.
from 0a12c62 Imported Upstream version 0.6.3
adds 02474b8 Import pymarkups_1.0.0.orig.tar.gz
No new revisions were added by this update.
Summary of changes:
.gitignore | 6 ++
.travis.yml | 10 ++
Markups.egg-info/PKG-INFO | 54 +++++++----
Markups.egg-info/SOURCES.txt | 10 +-
PKG-INFO | 54 +++++++----
README.rst | 43 ++++++---
changelog | 9 ++
docs/changelog.rst | 2 +-
docs/conf.py | 212 -----------------------------------------
docs/index.rst | 2 +-
docs/standard_markups.rst | 6 +-
examples/example-template.html | 13 ---
markups/__init__.py | 2 +-
markups/common.py | 2 +-
markups/markdown.py | 2 +-
markups/textile.py | 6 +-
markups/web.py | 99 -------------------
setup.cfg | 4 +-
setup.py | 46 ++-------
tests/data/page.html | 15 ---
tests/data/page.rst | 4 -
tests/data/template.html | 15 ---
tests/test_markdown.py | 8 +-
tests/test_public_api.py | 7 +-
tests/test_web.py | 58 -----------
25 files changed, 162 insertions(+), 527 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
delete mode 100644 examples/example-template.html
delete mode 100644 markups/web.py
delete mode 100644 tests/data/page.html
delete mode 100644 tests/data/page.rst
delete mode 100644 tests/data/template.html
delete mode 100644 tests/test_web.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