[Git][reproducible-builds/diffoscope][master] Add support for comparing .crx Chrome browser extensions. (Closes:...
Chris Lamb
gitlab at salsa.debian.org
Tue Feb 12 10:27:23 CET 2019
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
8c53b44c by Chris Lamb at 2019-02-12T09:26:17Z
Add support for comparing .crx Chrome browser extensions. (Closes: reproducible-builds/diffoscope#41)
- - - - -
1 changed file:
- diffoscope/comparators/zip.py
Changes:
=====================================
diffoscope/comparators/zip.py
=====================================
@@ -159,7 +159,7 @@ class ZipContainer(Archive):
class ZipFile(File):
CONTAINER_CLASS = ZipContainer
FILE_TYPE_RE = re.compile(
- r'^(Zip archive|Java archive|EPUB document|OpenDocument (Text|Spreadsheet|Presentation|Drawing|Formula|Template|Text Template))\b')
+ r'^(Zip archive|Java archive|EPUB document|OpenDocument (Text|Spreadsheet|Presentation|Drawing|Formula|Template|Text Template)|Google Chrome extension)\b')
def compare_details(self, other, source=None):
differences = []
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/8c53b44c174ba4dab6047635fe61c47509d94f28
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/8c53b44c174ba4dab6047635fe61c47509d94f28
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/20190212/fc4fc90a/attachment.html>
More information about the rb-commits
mailing list