[diffoscope] branch experimental updated (d4249b6 -> 5d96a92)
Chris Lamb
chris at chris-lamb.co.uk
Wed Mar 29 21:55:54 CEST 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a change to branch experimental
in repository diffoscope.
from d4249b6 tools: adding pgpdump Arch Linux package mapping
new 5d96a92 Add support for .docx and .odt files via docx2txt & odt2txt. (Closes: #859056)
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 | 2 ++
diffoscope/comparators/__init__.py | 2 ++
diffoscope/comparators/{pgp.py => docx.py} | 20 +++++++---------
diffoscope/comparators/{pgp.py => odt.py} | 20 +++++++---------
diffoscope/external_tools.py | 6 +++++
tests/comparators/{test_pcap.py => test_docx.py} | 28 +++++++++++------------
tests/comparators/{test_pgp.py => test_odt.py} | 28 +++++++++++------------
tests/data/docx_expected_diff | 3 +++
tests/data/odt_expected_diff | 5 ++++
tests/data/test1.docx | Bin 0 -> 4046 bytes
tests/data/test1.odt | Bin 0 -> 7922 bytes
tests/data/test1.txt | 1 +
tests/data/test2.docx | Bin 0 -> 4046 bytes
tests/data/test2.odt | Bin 0 -> 7931 bytes
14 files changed, 63 insertions(+), 52 deletions(-)
copy diffoscope/comparators/{pgp.py => docx.py} (74%)
copy diffoscope/comparators/{pgp.py => odt.py} (74%)
copy tests/comparators/{test_pcap.py => test_docx.py} (65%)
copy tests/comparators/{test_pgp.py => test_odt.py} (66%)
create mode 100644 tests/data/docx_expected_diff
create mode 100644 tests/data/odt_expected_diff
create mode 100644 tests/data/test1.docx
create mode 100644 tests/data/test1.odt
create mode 100644 tests/data/test1.txt
create mode 100644 tests/data/test2.docx
create mode 100644 tests/data/test2.odt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list