[Python-modules-commits] [python-tidylib] 02/02: Merge upstream release 0.3.2.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Dec 15 08:34:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-tidylib.
commit c5ca583f4bb4502db20791e68b1c000a83fc39af
Merge: c815dc7 a0709c7
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Thu Dec 15 11:29:49 2016 +0300
Merge upstream release 0.3.2.
PKG-INFO | 4 +++-
debian/.git-dpm | 14 +++++++-------
debian/changelog | 6 ++++++
setup.py | 4 +++-
tests/test_init.py | 32 ++++++++++++++++++++++++++++++++
tidylib/tidy.py | 1 +
6 files changed, 52 insertions(+), 9 deletions(-)
diff --cc debian/.git-dpm
index 72e1d0b,0000000..8fb1c31
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
- 59cfeaee9a339c1547dda021efa1c0498c536a4b
- 59cfeaee9a339c1547dda021efa1c0498c536a4b
- 59cfeaee9a339c1547dda021efa1c0498c536a4b
- 59cfeaee9a339c1547dda021efa1c0498c536a4b
- python-tidylib_0.3.1~dfsg.orig.tar.gz
- 1dc03b25748c71ff3f66e4f78bc19f38d58500a3
- 9968
++a0709c705cf26433b4275bc7b34fcf55fe7344d2
++a0709c705cf26433b4275bc7b34fcf55fe7344d2
++a0709c705cf26433b4275bc7b34fcf55fe7344d2
++a0709c705cf26433b4275bc7b34fcf55fe7344d2
++python-tidylib_0.3.2~dfsg.orig.tar.gz
++f5b498fb1dfd4d90fd534d63a74d00b70e943298
++10057
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 1c9c17a,0000000..eaaf476
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,103 -1,0 +1,109 @@@
++python-tidylib (0.3.2~dfsg-1) UNRELEASED; urgency=medium
++
++ * New upstream bugfix release.
++
++ -- Dmitry Shachnev <mitya57 at debian.org> Thu, 15 Dec 2016 11:30:59 +0300
++
+python-tidylib (0.3.1~dfsg-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ * Drop 0001-Make-the-tests-pass-with-tidylib-5-fixes-13.patch, applied
+ in the new version.
+ * Drop 0002-Use-find_library.patch, no longer needed.
+ * Bump year in debian/copyright.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Fri, 21 Oct 2016 19:28:48 +0300
+
+python-tidylib (0.3.0~dfsg-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ * Add a patch to use ctypes.util.find_library instead of the hard-coded
+ list of library names (0002-Use-find_library.patch, closes: #838197).
+ * Add autopkgtests, running upstream test suite.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Sun, 25 Sep 2016 13:37:46 +0300
+
+python-tidylib (0.2.4~dfsg-4) unstable; urgency=medium
+
+ * Team upload.
+ * Also change python3-tidylib's dependency over to libtidy5.
+
+ -- Mattia Rizzolo <mattia at debian.org> Tue, 13 Sep 2016 21:01:30 +0000
+
+python-tidylib (0.2.4~dfsg-3) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Ondřej Nový ]
+ * Fixed VCS URL (https).
+
+ [ Jeremy Bicha ]
+ * debian/control:
+ - Build-Depend on libtidy-dev.
+ - Depend on libtidy5 instead of libtidy-0.99-0.
+ - Build-depend on texlive-generic-extra for iftex.sty. Closes: #828900
+
+ [ Dmitry Shachnev ]
+ * Make the tests pass with tidylib 5. Closes: #829178
+
+ [ Mattia Rizzolo ]
+ * Bump Standards-Version to 3.9.8, no changes needed.
+ * Bump debhelper compat level to 10.
+
+ -- Mattia Rizzolo <mattia at debian.org> Tue, 13 Sep 2016 08:34:17 +0000
+
+python-tidylib (0.2.4~dfsg-2) unstable; urgency=medium
+
+ * Team upload.
+ * Rename doc-base file to avoid file conflict with old python-tidylib
+ versions (closes: #808322).
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Sun, 07 Feb 2016 21:31:24 +0300
+
+python-tidylib (0.2.4~dfsg-1) unstable; urgency=low
+
+ * Team upload, with maintainer's permission.
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+ * Remove DM-Upload-Allowed; it's no longer used by the archive
+ software.
+
+ [ Janos Guljas ]
+ * Run tests during build. (Closes: #711078)
+ - Build depend on libtidy-0.99-0.
+ * Change my email address.
+ * Update copyright year in debian/copyright.
+
+ [ Dmitry Shachnev ]
+ * New upstream release.
+ * Update debian/watch.
+ * Exclude docs/html directory from the tarball, as it contains minified JS
+ files without source.
+ * Switch to pybuild buildsystem and build a python3-tidylib package
+ (closes: #756001).
+ * Split the docs into a separate pytidylib-doc package.
+ * Use dh_sphinxdoc to symlink JavaScript files in the documentation.
+ * Prevent pytidylib.pdf from being compressed by dh_compress.
+ * Update debian/copyright.
+ * Bump Standards-Version to 3.9.6, no changes needed.
+ * Export PYTHONPATH when calling sphinx-build, so that autofunction
+ directive works.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Mon, 14 Dec 2015 22:00:41 +0300
+
+python-tidylib (0.2.1~dfsg-2) unstable; urgency=low
+
+ * Add libjs-underscore dependency and link to replace embeded
+ copy underscore.js file.
+ * Add DM-Upload-Allowed control field.
+
+ -- Janos Guljas <janos at resenje.org> Mon, 26 Dec 2011 22:46:46 +0100
+
+python-tidylib (0.2.1~dfsg-1) unstable; urgency=low
+
+ * Initial release. (Closes: #623016)
+
+ -- Janos Guljas <janos at resenje.org> Fri, 29 Apr 2011 00:03:51 +0200
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tidylib.git
More information about the Python-modules-commits
mailing list