[diffoscope] 01/01: Release version 59

Chris Lamb chris at chris-lamb.co.uk
Mon Aug 15 10:58:40 CEST 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository diffoscope.

commit 40d68e9d760ad02e72a3213d1554bd9f9e067806
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Aug 15 09:54:52 2016 +0100

    Release version 59
---
 debian/changelog       | 36 ++++++++++++++++++++++++++++++++++++
 diffoscope/__init__.py |  2 +-
 2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 343e8b7..7f84fdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,39 @@
+diffoscope (59) unstable; urgency=medium
+
+  [ Chris Lamb ]
+  * SquashFS test_testing:
+    - Don't assume that user and group are 5 characters long in squashfs
+      test_listing.
+    - Drop test test; simply too unreliable and/or has too many requirements to
+      satisfy (eg. shorter usernames) for it to not be skipped.
+  * Difference class:
+    - Ensure that we pass str instances to our Difference class as paths,
+      otherwise we can't be sure we can render them. For example, passing a
+      class here breaks the HTML renderer.
+    - Add test for type checking of path1/path2/source.
+    - Pass a str for the path in the JSON comparator, fixing the HTML reporting
+      of JSON output.
+  * When looping over JQUERY_SYSTEM_LOCATIONS, actually use the variable we are
+    looping with when performing the symlink(2) call.
+  * trydiffoscope:
+    - Add manpage for trydiffoscope.
+    - Write trydiffoscope console output as UTF-8, even if STDOUT claims it
+      doesn't support it.
+  * debian/rules:
+    - Make separate calls to dh_python3 for diffoscope and trydiffoscope to
+      avoid both getting the same Recommends substvar.
+    - Use a pattern-based rule for rst2man-based manpages instead of
+      hard-coding "diffoscope.1".
+    - Dynamically calculate manpages to generate over hardcoding.
+  * .gitignore: Ignore all generated manpages, not just diffoscope.1.
+
+  [ Holger Levsen ]
+  * ./CONTRIBUTING:
+    - Add new file.
+    - Explain what to look out for when uploading diffoscope.
+
+ -- Chris Lamb <lamby at debian.org>  Mon, 15 Aug 2016 09:54:48 +0100
+
 diffoscope (58) unstable; urgency=medium
 
   * Shorten Description of trydiffoscope to appease Lintian.
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index ad035dd..7dae994 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -24,7 +24,7 @@ import os
 import shutil
 import tempfile
 
-VERSION = "58"
+VERSION = "59"
 
 logger = logging.getLogger("diffoscope")
 logger.setLevel(logging.WARNING)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list