[Reproducible-commits] [diffoscope] branch master updated (53ae740 -> ebe0618)

Reiner Herrmann reiner at reiner-h.de
Sat Nov 21 18:38:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a change to branch master
in repository diffoscope.

      from  53ae740   Release version 42
       new  7ab0e43   Add comparator for Android dex files
       new  a73e926   Add test for dex comparator
       new  ebe0618   Fix path filtering in class files

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 diffoscope/__init__.py                          |   1 +
 diffoscope/comparators/__init__.py              |   2 +
 diffoscope/comparators/{xz.py => dex.py}        |  37 ++++++++--------
 diffoscope/comparators/java.py                  |   5 ++-
 tests/comparators/{test_epub.py => test_dex.py} |  55 +++++++++++++-----------
 tests/comparators/test_epub.py                  |   2 +-
 tests/data/dex_expected_diffs                   |  36 ++++++++++++++++
 tests/data/test1.dex                            | Bin 0 -> 2116 bytes
 tests/data/test2.dex                            | Bin 0 -> 2116 bytes
 9 files changed, 91 insertions(+), 47 deletions(-)
 copy diffoscope/comparators/{xz.py => dex.py} (65%)
 copy tests/comparators/{test_epub.py => test_dex.py} (57%)
 create mode 100644 tests/data/dex_expected_diffs
 create mode 100644 tests/data/test1.dex
 create mode 100644 tests/data/test2.dex

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git



More information about the Reproducible-commits mailing list