[Reproducible-commits] [debbindiff] branch master updated (ad2c698 -> 52271e7)

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Jul 31 05:44:50 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  ad2c698   Analyze md5sums in .deb and skip identical files
       new  fa64588   Don't fail on .deb without a md5sums file
       new  b4aea6a   Add tests for identical files in .deb
       new  3bf45ac   Add support for sqlite3 database
       new  52271e7   Implement fuzzy-matching of files in the same container

The 4 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/comparators/__init__.py                |  18 ++++++++
 debbindiff/comparators/binary.py                  |   8 ++++
 debbindiff/comparators/deb.py                     |   5 ++-
 debbindiff/comparators/{mono.py => sqlite.py}     |  19 ++++----
 debbindiff/comparators/utils.py                   |  15 +++++--
 debian/control                                    |   1 +
 setup.py                                          |   1 +
 tests/comparators/test_deb.py                     |  31 ++++++++++++-
 tests/comparators/{test_png.py => test_sqlite.py} |  26 +++++------
 tests/comparators/{test_text.py => test_utils.py} |  51 ++++++++--------------
 tests/data/{test1.tar => fuzzy1.tar}              | Bin 10240 -> 10240 bytes
 tests/data/{test1.tar => fuzzy2.tar}              | Bin 10240 -> 10240 bytes
 tests/data/{test2.tar => fuzzy3.tar}              | Bin 10240 -> 10240 bytes
 tests/data/sqlite3_expected_diff                  |   7 +++
 tests/data/test1.sqlite3                          | Bin 0 -> 2048 bytes
 tests/data/test2.sqlite3                          | Bin 0 -> 2048 bytes
 16 files changed, 119 insertions(+), 63 deletions(-)
 copy debbindiff/comparators/{mono.py => sqlite.py} (70%)
 copy tests/comparators/{test_png.py => test_sqlite.py} (74%)
 copy tests/comparators/{test_text.py => test_utils.py} (53%)
 copy tests/data/{test1.tar => fuzzy1.tar} (91%)
 copy tests/data/{test1.tar => fuzzy2.tar} (91%)
 copy tests/data/{test2.tar => fuzzy3.tar} (87%)
 create mode 100644 tests/data/sqlite3_expected_diff
 create mode 100644 tests/data/test1.sqlite3
 create mode 100644 tests/data/test2.sqlite3

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