[diffoscope] branch master updated (39d5fc0 -> 2c97419)

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Jan 19 18:22:30 CET 2016


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

lunar pushed a change to branch master
in repository diffoscope.

      from  39d5fc0   Implement ElfFile as a container of sections
       new  3658803   Further split readelf output when examining ELF files
       new  fdb04c6   Skip dumping ELF sections that are already covered by previous readelf calls
       new  e14cbb6   Fix ELF comparisons against non-existing files
       new  998c094   Filter symbols for IP-relative ops from ELF disassembled output
       new  141f186   Add forgotten requirements for tests with non-existing files
       new  8cb6d89   Improve tests for comparisons against non-existing files
       new  d88a4f7   Respect order of containers when performing comparisons
       new  53cd31b   Fix comparisons of directory with broken symlinks
       new  2c97419   Release version 46

The 9 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:
 debian/changelog                    |  25 +++++++
 diffoscope/__init__.py              |   2 +-
 diffoscope/comparators/bzip2.py     |   3 +-
 diffoscope/comparators/debian.py    |   3 +-
 diffoscope/comparators/dex.py       |   3 +-
 diffoscope/comparators/directory.py |   4 +-
 diffoscope/comparators/elf.py       | 130 +++++++++++++++++++++++++++++++-----
 diffoscope/comparators/fsimage.py   |   3 +-
 diffoscope/comparators/gzip.py      |   3 +-
 diffoscope/comparators/squashfs.py  |   3 +-
 diffoscope/comparators/utils.py     |  40 ++++++++---
 diffoscope/comparators/xz.py        |   3 +-
 tests/comparators/test_bzip2.py     |   1 +
 tests/comparators/test_elf.py       |   2 +
 tests/comparators/test_epub.py      |  12 ++--
 tests/comparators/test_fonts.py     |   2 +
 tests/comparators/test_gettext.py   |   1 +
 tests/comparators/test_image.py     |   2 +
 tests/comparators/test_ipk.py       |   4 +-
 tests/comparators/test_iso9660.py   |  10 +--
 tests/comparators/test_java.py      |   1 +
 tests/comparators/test_macho.py     |   1 +
 tests/comparators/test_mono.py      |   2 +
 tests/comparators/test_pdf.py       |   3 +
 tests/comparators/test_png.py       |   2 +
 tests/comparators/test_ppu.py       |   2 +
 tests/comparators/test_sqlite.py    |   2 +
 tests/comparators/test_tar.py       |  14 ++--
 tests/data/epub_expected_diffs      |  28 ++++----
 29 files changed, 241 insertions(+), 70 deletions(-)

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


More information about the diffoscope mailing list