[Git][reproducible-builds/diffoscope][master] comparators: try matching for MozillaZipFile before ZipFile
    Mattia Rizzolo 
    gitlab at salsa.debian.org
       
    Thu Dec 13 15:23:30 CET 2018
    
    
  
Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope
Commits:
a069181d by Mattia Rizzolo at 2018-12-13T14:22:31Z
comparators: try matching for MozillaZipFile before ZipFile
Fixes a test failure in Alpine Linux.
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- diffoscope/comparators/__init__.py
Changes:
=====================================
diffoscope/comparators/__init__.py
=====================================
@@ -85,8 +85,8 @@ class ComparatorManager(object):
         ('odt.OdtFile',),
         ('ocaml.OcamlInterfaceFile',),
         ('docx.DocxFile',),
-        ('zip.ZipFile',),
         ('zip.MozillaZipFile',),
+        ('zip.ZipFile',),
         ('image.JPEGImageFile',),
         ('image.ICOImageFile',),
         ('cbfs.CbfsFile',),
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/a069181d747d3ff9e034031ec2bdf5d119e41a34
-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/a069181d747d3ff9e034031ec2bdf5d119e41a34
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/20181213/4b7a9c7a/attachment.html>
    
    
More information about the rb-commits
mailing list