]> code.ossystems Code Review - openembedded-core.git/commit
diffoscope: upgrade 158 -> 160
authorPierre-Jean Texier <pjtexier@koncepto.io>
Sat, 12 Sep 2020 19:07:00 +0000 (21:07 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 Sep 2020 12:58:38 +0000 (13:58 +0100)
commit6433feb0705f969923d032cc289e7b210e11aa23
treeb853f2c48425ba75b5e2f7805b4654106d846b00
parentcf92c8bbd017338e7e91ac092c6f222b6e37e44a
diffoscope: upgrade 158 -> 160

This includes the following changes:

Version 159:

* Show "ordering differences only" in strings(1) output.
  (Closes: reproducible-builds/diffoscope#216)
* Don't alias output from "os.path.splitext" to variables that we do not end
  up using.
* Don't raise exceptions when cleaning up after a guestfs cleanup failure.
* Make "Command" subclass a new generic Operation class.

Version 160:

* Check that pgpdump is actually installed before attempting to run it.
  Thanks to Gianfranco Costamagna (locutusofborg). (Closes: #969753)
* Add some documentation for the EXTERNAL_TOOLS dictionary.
* Ensure we check FALLBACK_FILE_EXTENSION_SUFFIX, otherwise we run pgpdump
  against all files that are recognised by file(1) as "data".

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/diffoscope/diffoscope_160.bb [moved from meta/recipes-support/diffoscope/diffoscope_158.bb with 83% similarity]