[diffoscope] branch siamezzze/image-visual-comparison updated (44f6ae9 -> 0b7c8f3)
Maria Glukhova
siamezzze-guest at moszumanska.debian.org
Sat Apr 29 19:16:58 CEST 2017
This is an automated email from the git hooks/post-receive script.
siamezzze-guest pushed a change to branch siamezzze/image-visual-comparison
in repository diffoscope.
discards 44f6ae9 Comment on global html_output flag.
discards e7020ba Ignore text difference if we have a visual one.
discards dcf74cb Reflow indentation for visual differences.
discards 43c2ed3 Tests for visual comparison.
discards d42941e Add visual comparison for PNG and static GIF images.
discards 9343e83 Add visual comparison for JPEG and ICO images.
adds 4d31312 Add support for R rds and rdb object files
adds d3a9429 rdata: don't break if the .rdx isn't present
adds 04e39d7 rdata: rm cmdline indents, looks nicer in output; add Rscript to external-tools
adds 3d15b7e Ensure r-base-core is available when testing.
adds 9fa674e Tidy imports
adds d76e7b7 rdata: Drop unused rdx_bname
adds e9d8496 rdata: Invert logic to remove indentation level
adds 2132f2e rdata: Tidy some long lines
adds 1d85031 Add support for .dtb (device tree blob) files (Closes: #861109).
adds 8fd24d7 Add tests for .dtb files.
adds caaa599 test_dtb: Remove needless "import subprocess". Thanks lamby!
adds 52494a2 test_dtb: Add versioned dependency on fdtdump/device-tree-compiler (>= 1.4.2).
adds 0436f9b Add support for comparing Ogg Vorbis files.
new ab33d34 Add visual comparison for JPEG and ICO images.
new 4ae01f5 Add visual comparison for PNG and static GIF images.
new e70b0e8 Tests for visual comparison.
new 608264c Ignore text difference if we have a visual one.
new 2371e58 Reflow indentation for visual differences.
new 0b7c8f3 Rename html_output to compute_visual_diffs and explain its purpose.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (44f6ae9)
\
N -- N -- N refs/heads/siamezzze/image-visual-comparison (0b7c8f3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 6 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 | 3 +
debian/copyright | 12 +
diffoscope/comparators/__init__.py | 4 +
diffoscope/comparators/{javascript.py => dtb.py} | 14 +-
diffoscope/comparators/gif.py | 29 +-
diffoscope/comparators/image.py | 54 +-
diffoscope/comparators/{docx.py => ogg.py} | 18 +-
diffoscope/comparators/png.py | 15 +-
diffoscope/comparators/rdata.py | 94 ++++
diffoscope/comparators/utils/command.py | 5 +-
diffoscope/config.py | 2 +-
diffoscope/external_tools.py | 9 +
diffoscope/main.py | 9 +-
.../{test_openssh_pub_key.py => test_dtb.py} | 42 +-
tests/comparators/test_gif.py | 4 +-
tests/comparators/test_ico_image.py | 2 +-
tests/comparators/test_jpeg_image.py | 2 +-
tests/comparators/{test_pgp.py => test_ogg.py} | 30 +-
tests/comparators/test_png.py | 2 +-
tests/comparators/{test_odt.py => test_rdata.py} | 45 +-
tests/data/devicetree1.dtb | Bin 0 -> 68260 bytes
tests/data/devicetree2.dtb | Bin 0 -> 68323 bytes
tests/data/devicetree_expected_diff | 71 +++
tests/data/ogg_expected_diff | 556 +++++++++++++++++++++
tests/data/rds_expected_diff | 52 ++
tests/data/test1.ogg | Bin 0 -> 5940 bytes
tests/data/test1.rdx | Bin 0 -> 276 bytes
tests/data/test2.ogg | Bin 0 -> 4567 bytes
tests/data/test2.rdx | Bin 0 -> 276 bytes
29 files changed, 925 insertions(+), 149 deletions(-)
copy diffoscope/comparators/{javascript.py => dtb.py} (77%)
copy diffoscope/comparators/{docx.py => ogg.py} (80%)
create mode 100644 diffoscope/comparators/rdata.py
copy tests/comparators/{test_openssh_pub_key.py => test_dtb.py} (56%)
copy tests/comparators/{test_pgp.py => test_ogg.py} (62%)
copy tests/comparators/{test_odt.py => test_rdata.py} (53%)
create mode 100644 tests/data/devicetree1.dtb
create mode 100644 tests/data/devicetree2.dtb
create mode 100644 tests/data/devicetree_expected_diff
create mode 100644 tests/data/ogg_expected_diff
create mode 100644 tests/data/rds_expected_diff
create mode 100644 tests/data/test1.ogg
create mode 100644 tests/data/test1.rdx
create mode 100644 tests/data/test2.ogg
create mode 100644 tests/data/test2.rdx
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list