[Python-modules-commits] [pymarkups] 01/02: Merge upstream release 2.0.1
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Jun 29 13:08:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository pymarkups.
commit b673742276dbf7fccd58ac68eac9beca6d7c8c34
Merge: d48b1e8 44d9d5f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Thu Jun 29 16:04:35 2017 +0300
Merge upstream release 2.0.1
.travis.yml | 1 +
Markups.egg-info/PKG-INFO | 5 +++--
Markups.egg-info/SOURCES.txt | 1 +
Markups.egg-info/requires.txt | 12 ++++++++++++
PKG-INFO | 5 +++--
README.rst | 2 +-
changelog | 7 +++++++
debian/.git-dpm | 14 +++++++-------
debian/changelog | 6 ++++++
docs/conf.py | 2 +-
docs/standard_markups.rst | 2 +-
markups/__init__.py | 2 +-
markups/abstract.py | 2 +-
markups/common.py | 4 ++--
markups/markdown.py | 9 +++++----
markups/restructuredtext.py | 22 ++++++++++------------
markups/textile.py | 2 +-
setup.cfg | 1 -
setup.py | 7 +++++++
tests/test_markdown.py | 2 +-
tests/test_restructuredtext.py | 2 +-
21 files changed, 72 insertions(+), 38 deletions(-)
diff --cc debian/.git-dpm
index 37cf001,0000000..a02324e
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
- 8dba2e68c05d5b4e9e33408ddd09a9b10bc43398
- 8dba2e68c05d5b4e9e33408ddd09a9b10bc43398
- 8dba2e68c05d5b4e9e33408ddd09a9b10bc43398
- 8dba2e68c05d5b4e9e33408ddd09a9b10bc43398
- pymarkups_2.0.0.orig.tar.gz
- 6151869038a855e6e3744f23fd6072809124621a
- 16772
++44d9d5fb924cde166d37ae1a15f62e171526eae8
++44d9d5fb924cde166d37ae1a15f62e171526eae8
++44d9d5fb924cde166d37ae1a15f62e171526eae8
++44d9d5fb924cde166d37ae1a15f62e171526eae8
++pymarkups_2.0.1.orig.tar.gz
++8d0c61ce876e8a08538106b9c5ba2cb518696f4c
++17002
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 359df54,0000000..ea6353a
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,106 -1,0 +1,112 @@@
++pymarkups (2.0.1-1) UNRELEASED; urgency=medium
++
++ * New upstream bugfix release.
++
++ -- Dmitry Shachnev <mitya57 at debian.org> Thu, 29 Jun 2017 16:06:03 +0300
++
+pymarkups (2.0.0-1) unstable; urgency=medium
+
+ [ Dmitry Shachnev ]
+ * Add Breaks on old versions of ReText (less than 5.1).
+ * New upstream release.
+ * Bump Standards-Version to 3.9.8, no changes needed.
+ * Bump year in debian/copyright.
+
+ [ Ondřej Nový ]
+ * Fixed VCS URL (https)
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Sat, 14 May 2016 19:17:47 +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