[Reproducible-commits] [diffoscope] 05/05: Release version 40

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Nov 13 11:26:06 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 09248e40a13ee95e2fc621b013a3e99801e1228b
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Nov 13 12:03:23 2015 +0100

    Release version 40
---
 debian/changelog       | 10 ++++++++++
 diffoscope/__init__.py |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c32dad2..e14789f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+diffoscope (40) unstable; urgency=low
+
+  * Add missing files in PyPI package.
+  * Use libarchive instead of debian.arfile to extract .deb.
+  * Make python-debian optional. This will help packaging diffoscope in other
+    distributions.
+  * Add 'Programming Language' to PyPI classifiers.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Fri, 13 Nov 2015 12:03:16 +0100
+
 diffoscope (39) unstable; urgency=low
 
   [ Reiner Herrmann ]
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index e1350b9..c981092 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -22,7 +22,7 @@ import logging
 from distutils.spawn import find_executable
 import os
 
-VERSION = "39"
+VERSION = "40"
 
 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