[Reproducible-commits] [debbindiff] branch master updated (b6d50a3 -> 72f2e9f)

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Jun 27 08:59:10 UTC 2015


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

lunar pushed a change to branch master
in repository debbindiff.

      from  b6d50a3   Add tests for directory comparator
       new  fd4b280   Run py.test as an autopkgtest
       new  dbade5d   Fix typo in setup.py
       new  bc1b25a   Remove debug leftover
       new  a04f9b8   Rename .changes comparator
       new  2d36250   Comparators now return a single Difference
       new  abc87a9   Rework .changes comparator
       new  72f2e9f   Add tests for .changes comparator

The 7 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:
 debbindiff.py                                    |  8 +--
 debbindiff/comparators/__init__.py               | 18 +++----
 debbindiff/comparators/binary.py                 |  7 +--
 debbindiff/comparators/bzip2.py                  |  7 +--
 debbindiff/comparators/cpio.py                   | 11 ++--
 debbindiff/comparators/deb.py                    | 21 ++++----
 debbindiff/comparators/{changes.py => debian.py} | 41 ++++++---------
 debbindiff/comparators/directory.py              | 25 ++++-----
 debbindiff/comparators/elf.py                    | 22 +++-----
 debbindiff/comparators/fonts.py                  |  8 ++-
 debbindiff/comparators/gettext.py                |  8 ++-
 debbindiff/comparators/gzip.py                   | 11 ++--
 debbindiff/comparators/haskell.py                |  8 ++-
 debbindiff/comparators/ipk.py                    | 11 ++--
 debbindiff/comparators/iso9660.py                | 13 ++---
 debbindiff/comparators/java.py                   |  8 ++-
 debbindiff/comparators/pdf.py                    | 11 ++--
 debbindiff/comparators/png.py                    |  8 ++-
 debbindiff/comparators/rpm.py                    | 11 ++--
 debbindiff/comparators/squashfs.py               | 13 ++---
 debbindiff/comparators/tar.py                    | 11 ++--
 debbindiff/comparators/text.py                   |  5 +-
 debbindiff/comparators/utils.py                  | 29 +++++++----
 debbindiff/comparators/xz.py                     |  7 +--
 debbindiff/comparators/zip.py                    |  8 +--
 debbindiff/difference.py                         |  5 ++
 debbindiff/presenters/html.py                    |  5 +-
 debbindiff/presenters/text.py                    | 11 ++--
 debian/tests/control                             |  3 ++
 debian/tests/pytest                              | 11 ++++
 setup.py                                         |  2 +-
 tests/comparators/test_binary.py                 | 18 +++----
 tests/comparators/test_bzip2.py                  |  8 +--
 tests/comparators/test_cpio.py                   |  6 +--
 tests/comparators/test_deb.py                    |  6 +--
 tests/comparators/test_debian.py                 | 65 ++++++++++++++++++++++++
 tests/comparators/test_directory.py              | 17 +++----
 tests/comparators/test_elf.py                    | 12 ++---
 tests/comparators/test_fonts.py                  |  6 +--
 tests/comparators/test_gettext.py                | 11 ++--
 tests/comparators/test_gzip.py                   | 12 ++---
 tests/comparators/test_ipk.py                    |  6 +--
 tests/comparators/test_iso9660.py                |  6 +--
 tests/comparators/test_java.py                   |  6 +--
 tests/comparators/test_pdf.py                    |  6 +--
 tests/comparators/test_png.py                    |  6 +--
 tests/comparators/test_rpm.py                    |  7 ++-
 tests/comparators/test_squashfs.py               |  8 +--
 tests/comparators/test_text.py                   | 25 +++++----
 tests/comparators/test_utils.py                  | 55 ++++++++++++--------
 tests/comparators/test_xz.py                     | 12 ++---
 tests/comparators/test_zip.py                    | 10 ++--
 tests/data/dot_changes_description_expected_diff |  4 ++
 tests/data/test1.changes                         | 22 ++++++++
 tests/data/test2.changes                         | 22 ++++++++
 55 files changed, 411 insertions(+), 312 deletions(-)
 rename debbindiff/comparators/{changes.py => debian.py} (67%)
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/pytest
 create mode 100644 tests/comparators/test_debian.py
 create mode 100644 tests/data/dot_changes_description_expected_diff
 create mode 100644 tests/data/test1.changes
 create mode 100644 tests/data/test2.changes

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



More information about the Reproducible-commits mailing list