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

Chris Lamb gitlab at salsa.debian.org
Sat Jul 18 10:12:25 UTC 2020



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
c71574d4 by Chris Lamb at 2020-07-18T11:00:18+01:00
releasing package diffoscope version 152

- - - - -


2 changed files:

- debian/changelog
- diffoscope/__init__.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,35 @@
-diffoscope (152) UNRELEASED; urgency=medium
+diffoscope (152) unstable; urgency=medium
 
-  * WIP (generated upon release).
+  [ Chris Lamb ]
+
+  * Bug fixes:
+
+    - Don't require zipnote(1) to determine differences in a .zip file as we
+      can use libarchive directly.
+
+  Reporting improvements:
+
+    - Don't emit "javap not found in path" if it is available in the path but
+      it did not result in any actual difference.
+    - Fix "... not available in path" messages when looking for Java
+      decompilers; we were using the Python class name (eg. "<class
+      'diffoscope.comparators.java.Javap'>") over the actual command we looked
+      for (eg. "javap").
+
+  * Code improvements:
+
+    - Replace some simple usages of str.format with f-strings.
+    - Tidy inline imports in diffoscope.logging.
+    - In the RData comparator, always explicitly return a None value in the
+      failure cases as we return a non-None value in the "success" one.
+
+  [ Jean-Romain Garnier ]
+  * Improve output of side-by-side diffs, detecting added lines better.
+    (MR: reproducible-builds/diffoscope!64)
+  * Allow passing file with list of arguments to ArgumentParser (eg.
+    "diffoscope @args.txt"). (MR: reproducible-builds/diffoscope!62)
 
- -- Chris Lamb <lamby at debian.org>  Fri, 10 Jul 2020 10:54:30 +0100
+ -- Chris Lamb <lamby at debian.org>  Sat, 18 Jul 2020 11:00:13 +0100
 
 diffoscope (151) unstable; urgency=medium
 


=====================================
diffoscope/__init__.py
=====================================
@@ -18,4 +18,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 = "151"
+VERSION = "152"



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

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/c71574d420d5014984f93437987db938ebbb9594
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/20200718/ab49c2d9/attachment.htm>


More information about the rb-commits mailing list