[diffoscope] branch master updated (c1e29ac -> 8fbd7e3)
Chris Lamb
chris at chris-lamb.co.uk
Thu Feb 15 17:38:46 CET 2018
This is an automated email from the git hooks/post-receive script.
lamby pushed a change to branch master
in repository diffoscope.
from c1e29ac Add support for comparing XMLBeans binary schemas.
new 8fbd7e3 Add support for comparing Berkeley DB files. This is currently incomplete because the Berkeley DB libraries do not return the same uid/hash reliably (it returns "random" memory contents) so we must strip those from the human-readable output. (Closes: #890528)
The 1 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/control | 1 +
diffoscope/comparators/__init__.py | 1 +
diffoscope/comparators/{xsb.py => berkeley_db.py} | 24 +++++---
diffoscope/external_tools.py | 3 +
.../{test_xsb.py => test_berkeley_db.py} | 32 +++++-----
tests/data/berkeley_db_expected_diff | 66 +++++++++++++++++++++
tests/data/{test1.macho => test1.db} | Bin 24840 -> 32768 bytes
tests/data/{fuzzy-tar-in-tar1.tar => test2.db} | Bin 20480 -> 16384 bytes
8 files changed, 102 insertions(+), 25 deletions(-)
copy diffoscope/comparators/{xsb.py => berkeley_db.py} (68%)
copy tests/comparators/{test_xsb.py => test_berkeley_db.py} (65%)
create mode 100644 tests/data/berkeley_db_expected_diff
copy tests/data/{test1.macho => test1.db} (63%)
mode change 100755 => 100644
copy tests/data/{fuzzy-tar-in-tar1.tar => test2.db} (75%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list