[diffoscope] branch master updated (75256e6 -> 32fb055)

Chris Lamb chris at chris-lamb.co.uk
Tue Dec 27 18:16:32 CET 2016


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

lamby pushed a change to branch master
in repository diffoscope.

      from  75256e6   comparators/utils: Move compare to under new package.
       new  8d03252   diffoscope/comparators: Move libarchive to utils package.
       new  2566b7c   Tidy specialize imports
       new  d8bff90   Split fuzzy matching to its own module.
       new  945c561   diffoscope/comparators: Move format_device into device.py
       new  32fb055   Move diff_ignore_line_numbers to test utilities.

The 5 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/comparators/__init__.py               | 28 -------------
 diffoscope/comparators/ar.py                     |  3 +-
 diffoscope/comparators/cpio.py                   |  2 +-
 diffoscope/comparators/deb.py                    |  2 +-
 diffoscope/comparators/device.py                 | 11 ++++-
 diffoscope/comparators/elf.py                    |  2 +-
 diffoscope/comparators/iso9660.py                |  2 +-
 diffoscope/comparators/tar.py                    |  2 +-
 diffoscope/comparators/utils/__init__.py         | 22 ++--------
 diffoscope/comparators/utils/fuzzy.py            | 52 ++++++++++++++++++++++++
 diffoscope/comparators/{ => utils}/libarchive.py |  9 ++--
 tests/comparators/test_rlib.py                   |  4 +-
 tests/comparators/utils.py                       |  6 +++
 13 files changed, 85 insertions(+), 60 deletions(-)
 create mode 100644 diffoscope/comparators/utils/fuzzy.py
 rename diffoscope/comparators/{ => utils}/libarchive.py (98%)

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


More information about the diffoscope mailing list