[Python-modules-commits] [pymarkups] branch master updated (35737ac -> 8ce23c2)
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun Dec 13 19:07:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a change to branch master
in repository pymarkups.
from 35737ac Update Vcs fields for git migration
new 02474b8 Import pymarkups_1.0.0.orig.tar.gz
new bed78af record new upstream branch created by importing pymarkups_1.0.0.orig.tar.gz and merge it
new 24614a8 Update package description.
new bdb0dd0 Drop custom dh_auto_test override, let pybuild do the right thing.
new ff7ef03 Bump X-Python3-Version to 3.2, following upstream.
new 8ce23c2 Add an autopkgtest.
The 6 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:
.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 ++
debian/.git-dpm | 14 +--
debian/changelog | 7 +-
debian/control | 11 +--
debian/rules | 4 -
debian/tests/control | 3 +
debian/tests/python3-markups | 10 ++
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 -----------
31 files changed, 193 insertions(+), 545 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
create mode 100644 debian/tests/control
create mode 100644 debian/tests/python3-markups
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