[Python-modules-commits] [pymarkups] 02/04: Merge upstream release 2.0.0

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 commit to branch master
in repository pymarkups.

commit 6214dc2ba537b6f7a4cc2e3e42be251cea07de6e
Merge: 46e1785 8dba2e6
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed May 11 14:07:05 2016 +0300

    Merge upstream release 2.0.0

 .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               |  3 +-
 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 +-
 21 files changed, 371 insertions(+), 177 deletions(-)

diff --cc debian/.git-dpm
index b3b1347,0000000..37cf001
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 0768be7e854c23da085ed231a8b1f9c145dcd6ea
- 0768be7e854c23da085ed231a8b1f9c145dcd6ea
- 0768be7e854c23da085ed231a8b1f9c145dcd6ea
- 0768be7e854c23da085ed231a8b1f9c145dcd6ea
- pymarkups_1.0.1.orig.tar.gz
- 84d15d8deca74744b8f3ab207eb45a5235374a16
- 14894
++8dba2e68c05d5b4e9e33408ddd09a9b10bc43398
++8dba2e68c05d5b4e9e33408ddd09a9b10bc43398
++8dba2e68c05d5b4e9e33408ddd09a9b10bc43398
++8dba2e68c05d5b4e9e33408ddd09a9b10bc43398
++pymarkups_2.0.0.orig.tar.gz
++6151869038a855e6e3744f23fd6072809124621a
++16772
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index ac75031,0000000..c67b557
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,103 -1,0 +1,104 @@@
- pymarkups (1.0.1-2) UNRELEASED; urgency=medium
++pymarkups (2.0.0-1) UNRELEASED; urgency=medium
 +
 +  [ Dmitry Shachnev ]
 +  * Add Breaks on old versions of ReText (less than 5.1).
++  * New upstream release.
 +
 +  [ Ondřej Nový ]
 +  * Fixed VCS URL (https)
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 25 Dec 2015 10:11:18 +0300
 +
 +pymarkups (1.0.1-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Add python3-textile to build-dependencies, test dependencies, and
 +    the Recommends: list for python3-markups, now that it's available.
 +  * Remove obsolete debian/python3-markups.examples file.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 22 Dec 2015 17:43:19 +0300
 +
 +pymarkups (1.0.0-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Update Homepage URL.
 +  * Update package description.
 +  * Drop custom dh_auto_test override, let pybuild do the right thing.
 +  * Bump X-Python3-Version to 3.2, following upstream.
 +  * Add an autopkgtest.
 +  * Update Vcs fields for Git migration.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 13 Dec 2015 22:12:45 +0300
 +
 +pymarkups (0.6.3-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Require python3-markdown 2.6, the mathjax extension does not work
 +    with older versions.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 20 Jun 2015 20:10:57 +0300
 +
 +pymarkups (0.6.1-1) unstable; urgency=medium
 +
 +  * Upload to unstable.
 +  * New upstream release.
 +  * Update debian/watch to use pypi.debian.net redirector.
 +  * Add my key to debian/upstream/signing-key.asc and make uscan verify
 +    the signature.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 19 Apr 2015 12:17:05 +0300
 +
 +pymarkups (0.6.0-1) experimental; urgency=medium
 +
 +  * New upstream release.
 +  * Bump Standards-Version to 3.9.6, no changes needed.
 +  * Bump copyright year in debian/copyright.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 25 Jan 2015 20:00:24 +0300
 +
 +pymarkups (0.5.2-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +    - Fixes loading of Markdown extensions with modules (closes: #768179).
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 05 Nov 2014 21:07:10 +0300
 +
 +pymarkups (0.5.1-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Explicitly build-depend on dh-python.
 +  * Update my e-mail address.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 16 Sep 2014 10:22:49 +0400
 +
 +pymarkups (0.5.0-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Update URLs for upstream move from Launchpad to GitHub.
 +  * Convert to pybuild.
 +  * Bump Standards-Version to 3.9.5, no changes needed.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Fri, 25 Jul 2014 22:51:18 +0400
 +
 +pymarkups (0.4-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * debian/watch: use HTTPS, and correctly escape dots.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 30 Nov 2013 13:27:43 +0400
 +
 +pymarkups (0.3-1) unstable; urgency=low
 +
 +  [ Jakub Wilk ]
 +  * Use canonical URIs for Vcs-* fields.
 +
 +  [ Dmitry Shachnev ]
 +  * New upstream release.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Thu, 25 Jul 2013 14:30:31 +0400
 +
 +pymarkups (0.2.4-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #687824).
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 25 Nov 2012 18:13:08 +0400

-- 
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