[Reproducible-commits] [diffoscope] 07/07: Release version 39

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Nov 12 14:34:05 UTC 2015


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

lunar pushed a commit to branch master
in repository diffoscope.

commit 2b089b9617c7d163094b15d1d4bb889e7b7942e6
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Nov 12 12:28:09 2015 +0100

    Release version 39
---
 debian/changelog       | 34 ++++++++++++++++++++++++++++++++++
 diffoscope/__init__.py |  2 +-
 2 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9a620e1..c32dad2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,37 @@
+diffoscope (39) unstable; urgency=low
+
+  [ Reiner Herrmann ]
+  * Fix EPUB detection.
+
+  [ Paul Gevers ]
+  * Add diffoscope support for PPU files.
+
+  [ Jérémy Bobbio ]
+  * Split lines when they are recorded comments instead of waiting for the
+    presenters to do it. This helps when there are multiple lines on stderr
+    output.
+  * Switch homepage URL to HTTPS. Thanks to Let's Encrypt!
+  * Remove some Python 2 specific code in diffoscope.changes and
+    diffoscope.comparators.__init__.
+  * Make the tlsh module optional. python3-tlsh is now listed in Recommends.
+  * Make file detection compatible with the pyhon-magic module available on
+    PyPI.
+  * Fix fallback code used when rpm module is unavailable. python3-rpm is now
+    listed in Recommends.
+  * Convert README to reStructuredText and update it.
+  * Improve setup.py:
+    - Fix the non-working PyTest class.
+    - Update homepage URL.
+    - Improve short description.
+    - Add license field.
+    - Update install_requires.
+  * Update Build-Depends and Depends.
+  * Also run the test suite without Recommends installed in autopkgtest.
+  * Properly skip tests that requires external tools when they are not
+    available.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Thu, 12 Nov 2015 12:28:05 +0100
+
 diffoscope (38) unstable; urgency=medium
 
   * Fix dh_python3 package overrides so we get a correct versioned
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 843d95a..e1350b9 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -22,7 +22,7 @@ import logging
 from distutils.spawn import find_executable
 import os
 
-VERSION = "38"
+VERSION = "39"
 
 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 Reproducible-commits mailing list