[diffoscope] branch master updated (0a50858 -> 7cf92ad)
Mattia Rizzolo
mattia at debian.org
Sat Sep 9 22:39:51 CEST 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a change to branch master
in repository diffoscope.
from 0a50858 comparators.binwalk: Expand comment on why we need to manually detect RPM files in the binwalk comparator.
new f69eedb fix pep8 E303
new f02a91c fix pep8 E305
new da11ff9 fix pep8 E306
new ef460ef fix pep8 E502
new c8eb77e fix pep8 E701
new e61a1b2 fix pep8 E711
new 2a014b5 fix pep8 E713
new 7b7786b fix pep8 E302
new 9ea6a95 fix pep8 E122
new 7cf92ad fix pep8 E302 in the tests
The 10 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/apk.py | 1 +
diffoscope/comparators/ar.py | 2 ++
diffoscope/comparators/cbfs.py | 1 +
diffoscope/comparators/deb.py | 1 -
diffoscope/comparators/debian.py | 5 ++++-
diffoscope/comparators/debian_fallback.py | 2 ++
diffoscope/comparators/device.py | 1 +
diffoscope/comparators/dex.py | 1 +
diffoscope/comparators/docx.py | 2 +-
diffoscope/comparators/dtb.py | 1 +
diffoscope/comparators/elf.py | 13 +++++++++++--
diffoscope/comparators/git.py | 24 ++++++++++++++----------
diffoscope/comparators/haskell.py | 1 +
diffoscope/comparators/javascript.py | 1 +
diffoscope/comparators/llvm.py | 2 ++
diffoscope/comparators/odt.py | 2 +-
diffoscope/comparators/ogg.py | 2 +-
diffoscope/comparators/openssh.py | 1 +
diffoscope/comparators/pcap.py | 2 +-
diffoscope/comparators/pgp.py | 2 +-
diffoscope/comparators/rdata.py | 5 +++++
diffoscope/comparators/rpm_fallback.py | 1 +
diffoscope/comparators/tar.py | 1 +
diffoscope/comparators/utils/compare.py | 5 +++++
diffoscope/comparators/utils/file.py | 2 ++
diffoscope/comparators/utils/libarchive.py | 1 -
diffoscope/comparators/xml.py | 1 +
diffoscope/comparators/zip.py | 7 +++++--
diffoscope/diff.py | 11 +++++++++--
diffoscope/exc.py | 2 ++
diffoscope/excludes.py | 2 ++
diffoscope/main.py | 6 ++++++
diffoscope/presenters/html/html.py | 23 +++++++++++++++++++----
diffoscope/profiling.py | 1 +
diffoscope/progress.py | 2 +-
diffoscope/tools.py | 7 +++++++
tests/comparators/test_apk.py | 10 ++++++++++
tests/comparators/test_archive.py | 2 ++
tests/comparators/test_binary.py | 27 +++++++++++++++++++++++++++
tests/comparators/test_bzip2.py | 6 ++++++
tests/comparators/test_deb.py | 15 +++++++++++++++
tests/comparators/test_debian.py | 30 ++++++++++++++++++++++++++++++
tests/comparators/test_device.py | 6 ++++++
tests/comparators/test_dex.py | 6 ++++++
tests/comparators/test_directory.py | 8 ++++++++
tests/comparators/test_dtb.py | 6 ++++++
tests/comparators/test_elf.py | 19 +++++++++++++++++++
tests/comparators/test_epub.py | 5 +++++
tests/comparators/test_fonts.py | 5 +++++
tests/comparators/test_fsimage.py | 6 ++++++
tests/comparators/test_gettext.py | 7 +++++++
tests/comparators/test_gif.py | 6 ++++++
tests/comparators/test_git.py | 4 ++++
tests/comparators/test_gzip.py | 7 +++++++
tests/comparators/test_haskell.py | 4 ++++
tests/comparators/test_icc.py | 5 +++++
tests/comparators/test_ico_image.py | 8 ++++++++
tests/comparators/test_ipk.py | 6 ++++++
tests/comparators/test_iso9660.py | 9 +++++++++
tests/comparators/test_java.py | 6 ++++++
tests/comparators/test_javascript.py | 5 +++++
tests/comparators/test_jpeg_image.py | 9 +++++++++
tests/comparators/test_json.py | 7 +++++++
tests/comparators/test_macho.py | 5 +++++
tests/comparators/test_mono.py | 5 +++++
tests/comparators/test_openssh_pub_key.py | 4 ++++
tests/comparators/test_pdf.py | 6 ++++++
tests/comparators/test_png.py | 6 ++++++
tests/comparators/test_ppu.py | 6 ++++++
tests/comparators/test_ps.py | 6 ++++++
tests/comparators/test_rdata.py | 5 +++++
tests/comparators/test_rlib.py | 11 ++++++++++-
tests/comparators/test_sqlite.py | 5 +++++
tests/comparators/test_squashfs.py | 9 +++++++++
tests/comparators/test_tar.py | 10 ++++++++++
tests/comparators/test_text.py | 10 ++++++++++
tests/comparators/test_utils.py | 11 +++++++++++
tests/comparators/test_xz.py | 7 +++++++
tests/comparators/test_zip.py | 13 +++++++++++++
tests/test_difference.py | 7 +++++++
tests/test_excludes.py | 7 +++++++
tests/test_main.py | 10 ++++++++++
tests/test_presenters.py | 20 ++++++++++++++++++++
tests/test_progress.py | 2 ++
tests/test_readers.py | 2 ++
tests/utils/__init__.py | 1 +
tests/utils/tools.py | 8 ++++++++
87 files changed, 524 insertions(+), 30 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