[Git][reproducible-builds/diffoscope][master] releasing package diffoscope version 96

Chris Lamb gitlab at salsa.debian.org
Sat Jun 16 22:24:39 CEST 2018


Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
cae3808d by Chris Lamb at 2018-06-16T22:22:54+02:00
releasing package diffoscope version 96

- - - - -


2 changed files:

- debian/changelog
- diffoscope/__init__.py


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,26 @@
-diffoscope (96) UNRELEASED; urgency=medium
+diffoscope (96) unstable; urgency=medium
 
-  * WIP.
-
- -- Mattia Rizzolo <mattia at debian.org>  Sun, 20 May 2018 17:55:35 +0200
+  [ Chris Lamb ]
+  * Drop dependency on pdftk as it relies on GCJ, relying on the pdftotext
+    fallback. (Closes: #893702)
+  * Change the "No file format specific differences found inside, yet data
+    differs" message to be clearer that diffoscope "knows" about this file
+    format yet could not be helpful in this case.
+  * Don't append a rather useless "(data)" suffix from file(1).
+  * Comply with a number of PEP8 recommendations:
+    - E226 - Add missing whitespaces around operators.
+    - E241 - Fix extraneous whitespaces around keywords.
+    - E251 - Remove whitespace around parameter '=' signs.
+    - E302 - Add missing 2 blank lines.
+    - E501 - Try to make lines fit to length.
+    - E502 - Remove extraneous escape of newline.
+    - E731 - Don't assign lambda expressions.
+    - E121, E122, E126, E128 - Fix badly indented lines.
+
+  [ Xavier Briand ]
+  * Add merge request details to contributing documentation.
+
+ -- Chris Lamb <lamby at debian.org>  Sat, 16 Jun 2018 22:19:28 +0200
 
 diffoscope (95) unstable; urgency=medium
 


=====================================
diffoscope/__init__.py
=====================================
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -17,4 +17,4 @@
 # You should have received a copy of the GNU General Public License
 # along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
-VERSION = "95"
+VERSION = "96"



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/cae3808d7bbd9b865889757b94328fde5aa746e5

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/cae3808d7bbd9b865889757b94328fde5aa746e5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20180616/a63016bb/attachment.html>


More information about the rb-commits mailing list