[Reproducible-commits] [diffoscope] branch master updated (656243c -> 6968b26)

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Aug 20 22:09:40 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  656243c   fix case when argparse exit early
       new  6c9206d   Replace ssdeep by tlsh
       new  18f5ac1   Use a class property for global config
       new  f24293b   Unify to 4 spaces everywhere.
       new  a93af7a   Leave string interpolation to logging.$level(..) calls
       new  6cd0884   Add missing 'sys' import
       new  3325563   Specify source of 'Files' correct; was using "Changes" leaked from for loop
       new  927fd58   Remove unused and duplicate imports.
       new  618cc39   Support passing directories as "foo/" or "foo"
       new  6968b26   Release version 31

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                     | 24 ++++++++++++++++++++++++
 debian/control                       |  2 +-
 diffoscope.py                        |  6 +++---
 diffoscope/__init__.py               |  2 +-
 diffoscope/comparators/__init__.py   | 26 +++++++++++++++-----------
 diffoscope/comparators/binary.py     | 10 +++++++---
 diffoscope/comparators/bzip2.py      |  3 +--
 diffoscope/comparators/cpio.py       |  5 +----
 diffoscope/comparators/deb.py        |  3 +--
 diffoscope/comparators/debian.py     | 20 +++++++++-----------
 diffoscope/comparators/device.py     |  3 +--
 diffoscope/comparators/directory.py  |  4 ++--
 diffoscope/comparators/elf.py        |  1 -
 diffoscope/comparators/fonts.py      |  2 --
 diffoscope/comparators/gettext.py    |  1 -
 diffoscope/comparators/gzip.py       |  8 +++-----
 diffoscope/comparators/haskell.py    |  2 +-
 diffoscope/comparators/ipk.py        |  2 --
 diffoscope/comparators/iso9660.py    |  4 +---
 diffoscope/comparators/libarchive.py |  1 -
 diffoscope/comparators/pdf.py        |  3 +--
 diffoscope/comparators/png.py        |  1 -
 diffoscope/comparators/rpm.py        |  7 ++-----
 diffoscope/comparators/squashfs.py   |  4 ----
 diffoscope/comparators/symlink.py    |  2 +-
 diffoscope/comparators/tar.py        |  1 -
 diffoscope/comparators/text.py       |  1 -
 diffoscope/comparators/utils.py      | 11 ++++-------
 diffoscope/comparators/xz.py         |  4 +---
 diffoscope/comparators/zip.py        |  4 ----
 diffoscope/config.py                 | 19 ++++++++++++-------
 diffoscope/difference.py             | 10 ++++------
 diffoscope/presenters/html.py        |  6 +-----
 diffoscope/presenters/text.py        |  2 --
 setup.py                             |  3 ++-
 tests/comparators/test_binary.py     |  1 -
 tests/comparators/test_cpio.py       |  2 --
 tests/comparators/test_deb.py        |  2 --
 tests/comparators/test_directory.py  |  1 -
 tests/comparators/test_elf.py        |  1 -
 tests/comparators/test_fonts.py      |  1 -
 tests/comparators/test_gettext.py    |  1 -
 tests/comparators/test_ipk.py        |  2 --
 tests/comparators/test_iso9660.py    |  2 --
 tests/comparators/test_java.py       |  1 -
 tests/comparators/test_mono.py       |  1 -
 tests/comparators/test_pdf.py        |  1 -
 tests/comparators/test_png.py        |  1 -
 tests/comparators/test_rpm.py        |  2 --
 tests/comparators/test_sqlite.py     |  1 -
 tests/comparators/test_squashfs.py   |  8 +++-----
 tests/comparators/test_tar.py        |  2 --
 tests/comparators/test_text.py       |  1 -
 tests/comparators/test_utils.py      |  1 -
 tests/comparators/test_zip.py        |  2 --
 55 files changed, 102 insertions(+), 139 deletions(-)

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