[Git][reproducible-builds/diffoscope][master] 2 commits: Also update tests for .epub files (re. 5ed866e6).

Chris Lamb gitlab at salsa.debian.org
Wed Apr 15 18:36:14 UTC 2020



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
b71816e1 by Chris Lamb at 2020-04-15T19:27:07+01:00
Also update tests for .epub files (re. 5ed866e6).

Gbp-Dch: ignore

- - - - -
558b771b by Chris Lamb at 2020-04-15T19:27:52+01:00
releasing package diffoscope version 141

- - - - -


3 changed files:

- debian/changelog
- diffoscope/__init__.py
- tests/comparators/test_epub.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,26 @@
-diffoscope (141) UNRELEASED; urgency=medium
+diffoscope (141) unstable; urgency=medium
 
-  * WIP (generated upon release).
+  [ Chris Lamb ]
+  * Dalvik .dex files can also serve as APK containers. Restrict the narrower
+    identification of .dex files to files ending with this extension, and widen
+    the identification of APK files to when file(1) discovers a Dalvik file.
+    (Closes: #884095, reproducible-builds/diffoscope#28)
+  * Explicitly list python3-h5py in debian/tests/control.in to ensure that we
+    have this module installed during an autopkgtest run to generate the test
+    fixture & regenerate debian/tests/control from debian/tests/control.in
+    to match.
+  * Drop unnecessary and unused assignment to "diff" variable.
+  * Strip paths from the output of zipinfo(1) warnings.
+    (re. reproducible-builds/diffoscope#97)
+
+  [ Michael Osipov ]
+  * Revert to using zipinfo(1) directly instead of piping input via /dev/stdin
+    for BSD portability. (Closes: reproducible-builds/diffoscope#97)
+
+  [ Jelle van der Waa ]
+  * Add an external tool for h5dump on Arch.
 
- -- Chris Lamb <lamby at debian.org>  Sat, 11 Apr 2020 19:12:20 +0100
+ -- Chris Lamb <lamby at debian.org>  Wed, 15 Apr 2020 19:15:42 +0100
 
 diffoscope (140) unstable; urgency=medium
 


=====================================
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 = "140"
+VERSION = "141"


=====================================
tests/comparators/test_epub.py
=====================================
@@ -47,8 +47,8 @@ def differences(epub1, epub2):
 
 @skip_unless_tools_exist('zipinfo')
 def test_differences(differences):
-    assert differences[0].source1 == 'zipinfo /dev/stdin'
-    assert differences[0].source2 == 'zipinfo /dev/stdin'
+    assert differences[0].source1 == 'zipinfo {}'
+    assert differences[0].source2 == 'zipinfo {}'
     assert differences[1].source1 == 'content.opf'
     assert differences[1].source2 == 'content.opf'
     assert differences[2].source1 == 'toc.ncx'



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/5ed866e60555e28d4d7fa51fab132be592e9d1e1...558b771bd05061225d5a04e9207db545812dc49f

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/5ed866e60555e28d4d7fa51fab132be592e9d1e1...558b771bd05061225d5a04e9207db545812dc49f
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/20200415/a706f910/attachment.htm>


More information about the rb-commits mailing list