Commit graph

7 commits

Author SHA1 Message Date
adam
88a914a756 py-diffoscope: updated to 94
94:
Bug fixes.
2018-05-16 06:54:51 +00:00
adam
4c23ef9fe0 py-diffoscope: updated to 88:
88:
bug fixes.
2017-12-01 09:02:07 +00:00
wiz
5829abacaa py-diffoscope: needs python-3.5 or newer 2017-10-17 08:35:34 +00:00
adam
a633016756 py-diffoscope: update to 87
87:
Bug fixes.
2017-10-16 09:53:42 +00:00
khorben
33df1dcc54 Update diffoscope to version 63
This adds a dependency on devel/colordiff.

Changelog for this version:

  * Greatly improve speed for large archives by fixing O(n^2) complexity for
    archive member lookup.
    - There is still O(n^2) complexity for archive member extraction, but this
      is less noticeable for various reasons and would require more complexity
      to fix, so for now is left as a task for the future.
  * Text output: add coloured diff support via colordiff(1).
  * Html-dir output: add +/- buttons to fold sub-diffs (i.e. toggle their
    visibility) as well as the whole diff itself. As with similar features in
    other programs, the effect affects all descendants if you shift-click.

The complete list of changes between version 44 and 63 can be found at
https://anonscm.debian.org/git/reproducible/diffoscope.git/tree/debian/changelog
2016-12-13 15:44:59 +00:00
wiz
1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00
wiz
e5cc47256e Import py-diffoscope-44 as sysutils/py-diffoscope.
diffoscope will try to get to the bottom of what makes files or
directories different. It will recursively unpack archives of many kinds
and transform various binary formats into more human readable form to
compare them. It can compare two tarballs, ISO images, or PDF just as
easily.

It can be scripted through error codes, and a report can be produced
with the detected differences. The report can be text or HTML.
When no type of report has been selected, diffoscope defaults
to write a text report on the standard output.

diffoscope will exit with 0 if there's no differences and 1 if there
are. An HTML report can be produced with the detected differences.

diffoscope is developed as part of the "reproducible builds" Debian
project.
It is meant to be able to quickly understand why two builds of the same
package produce different outputs. diffoscope was previously named
debbindiff.
2015-12-27 15:43:59 +00:00