[Reproducible-commits] [diffoscope] branch master updated (3b7a460 -> 88eccab)

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Oct 15 16:04:34 UTC 2015


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

lunar pushed a change to branch master
in repository diffoscope.

      from  3b7a460   Fix placeholder encoding issue when trimming stderr
       new  b616f99   Use super() instead of the old cumbersome form
       new  eff5aa2   Handle subprocess errors with no output when comparing with a command
       new  67f826c   Use name and not path when doing binary comparisons
       new  040bcd2   Read text report as UTF-8 encoded in test_text_option_with_file
       new  b3df430   Add a test for --list-tools
       new  21eee2d   Fix main exception handling
       new  5ebe5f8   Add support for CBFS images
       new  e26a9de   Read Haskell interfaces in binary mode
       new  dbb474e   Add support for .dsc files
       new  27d00b3   Don't recognize .dsc and .changes when referenced files are missing
       new  4d598d1   Do skip squashfs test if there's no user with uid 1000
       new  2051c86   Switch to incremental interface for TLSH
       new  88eccab   Release version 37

The 13 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                      |  26 +++++++
 debian/control                        |   2 +-
 debian/pydist-overrides               |   1 +
 diffoscope/__init__.py                |   3 +-
 diffoscope/__main__.py                |   5 +-
 diffoscope/comparators/__init__.py    |   5 +-
 diffoscope/comparators/binary.py      |  31 +++++---
 diffoscope/comparators/cbfs.py        | 137 ++++++++++++++++++++++++++++++++++
 diffoscope/comparators/deb.py         |   4 +-
 diffoscope/comparators/debian.py      |  91 ++++++++++++++--------
 diffoscope/comparators/elf.py         |   4 +-
 diffoscope/comparators/gettext.py     |   2 +-
 diffoscope/comparators/haskell.py     |   2 +-
 diffoscope/comparators/iso9660.py     |   2 +-
 diffoscope/comparators/java.py        |   2 +-
 diffoscope/comparators/libarchive.py  |   2 +-
 diffoscope/comparators/utils.py       |   2 +-
 diffoscope/difference.py              |   4 +-
 tests/comparators/test_binary.py      |   2 +-
 tests/comparators/test_cbfs.py        |  93 +++++++++++++++++++++++
 tests/comparators/test_debian.py      |  82 +++++++++++++++++---
 tests/comparators/test_squashfs.py    |   2 +-
 tests/data/cbfs_listing_expected_diff |   9 +++
 tests/data/test1.debsrc.tar.gz        | Bin 0 -> 2086 bytes
 tests/data/test1.dsc                  |  16 ++++
 tests/data/test2.debsrc.tar.gz        | Bin 0 -> 2193 bytes
 tests/data/test2.dsc                  |  16 ++++
 tests/test_main.py                    |  12 ++-
 28 files changed, 483 insertions(+), 74 deletions(-)
 create mode 100644 diffoscope/comparators/cbfs.py
 create mode 100644 tests/comparators/test_cbfs.py
 create mode 100644 tests/data/cbfs_listing_expected_diff
 create mode 100644 tests/data/test1.debsrc.tar.gz
 create mode 100644 tests/data/test1.dsc
 create mode 100644 tests/data/test2.debsrc.tar.gz
 create mode 100644 tests/data/test2.dsc

-- 
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