summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/diffoscope
Commit message (Collapse)AuthorAgeFilesLines
* diffoscope: upgrade 298 -> 301Gyorgy Sarvari15 hours1-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog 301: - Avoid spurious differences in h5dump output caused by exposure of absolute internal extraction paths. - Use our_check_output in the ODT comparator. - Memoize a number of calls to --version. Changelog 300: - Fix a regression and add a test so that diffoscope picks up differences in metadata for identical files again. Changelog 299: - Add python3-defusedxml to the Build-Depends in order to include it in the Docker image. (From OE-Core rev: b740601fd6b523e09c2d22e83aed1c0589a8203d) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 297 -> 298Wang Mingyu2025-06-161-1/+1
| | | | | | | (From OE-Core rev: 3c8eb3db55c7bc757a0426d7682dc29dfa9c68dd) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 293 -> 297Gyorgy Sarvari2025-06-091-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, remove the musl restriction - it builds successfully with both glibc and musl. Changelog: 294: - Correct longstanding issue where many ">"-based version tests used in conditional fixtures were broken due to the lack of a __gt__ method. Thanks, Colin Watson! (Closes: #1102658) - Address a long-hidden issue in the test_versions testsuite where we weren't actually testing ">" as it was masked by the tests for equality in the testsuite. - Update copyright years. 295: - Use --walk over the potentially dangerous --scan argument of zipdetails(1). (Closes: reproducible-builds/diffoscope#406) 296: - Don't rely on zipdetails' --walk functionality to be available; only add that argument after testing for a new enough versions. (Closes: reproducible-builds/diffoscope#408) - Disable and then re-enable failing on stable-bpo. - Update copyright years. - Add NuGet package support. 297: - Add a LZMA comparator and tests. (From OE-Core rev: 7ba8b83d4d24ce81bba971f8ca274f95d11996ba) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 289 -> 293Richard Purdie2025-04-031-1/+1
| | | | | | (From OE-Core rev: 85d55dbe8cd7e755ce3b8fbab14b7bbf653a8096) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 287 -> 289Richard Purdie2025-03-171-1/+1
| | | | | | (From OE-Core rev: dda73ecaaed0d8966a040e5f04698a889e8493b4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 284 -> 287Richard Purdie2025-02-051-1/+1
| | | | | | (From OE-Core rev: 07619aaa4f749d4add5c8514c9a95c1f23fcb5b5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 283 -> 284Wang Mingyu2024-12-241-1/+1
| | | | | | | | | | | | | | Changelog: ========= * Simplify tests_quines.py::test_{differences,differences_deb} to use assert_diff and not mangle the expected test output. * Update some tests to support file(1) version 5.46. (From OE-Core rev: 476ce326937652d99f53f86269e40d305f916837) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 277 -> 283Wang Mingyu2024-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== * Fix crash when objdump is missing when checking .EFI files. * Ignore errors when listing .ar archives. * Update copyright years. * Don't try and test with systemd-ukify within Debian stable. * Add support for UKI files. * Drop Depends on deprecated python3-pkg-resources. * Drop removal of calculated basename from readelf output. * Temporarily remove procyon-decompiler from Build-Depends as it was removed from testing * Add a helpful contextual message to the output if comparing Debian .orig tarballs within .dsc files without the ability to "fuzzy-match" away the leading directory. * Correctly invert "X% similar" value and do not emit "100% similar". * Update copyright years. (From OE-Core rev: 8bd657763c66b56446665f5568e0e900a82db0f9) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 276 -> 277Wang Mingyu2024-09-041-1/+1
| | | | | | | | | | | | Changelog: =========== - Don't crash when attempting to hashing symlinks with targets that point to a directory. (From OE-Core rev: 6f21fa5bb71349a5cf6b6fd71548f78c3421ff22) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 272 -> 276Wang Mingyu2024-08-211-1/+1
| | | | | | | | | | | | | | | Changelog: ========= * Also catch RuntimeError when importing PyPDF so that PyPDF or, crucially, its transitive dependencies do not cause diffoscope to traceback at runtime and build time. * Factor out a method for stripping ANSI escapes. * Strip ANSI escapes from the output of Procyon. (From OE-Core rev: 4f111892b3ba5b030697a1192dac59e89ea0f393) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 271 -> 272Wang Mingyu2024-07-161-1/+1
| | | | | | | | | | | | | | Changelog: ========== * Move away from using DSA OpenSSH keys in tests; support has been removed in OpenSSH 9.8p1. * Move to assert_diff helper in test_openssh_pub_key.py (From OE-Core rev: 155c71d3f222d65e69a891612ca8ef710e864826) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 267 -> 271Wang Mingyu2024-06-251-1/+1
| | | | | | | | | | | | | Changelog: =========== * Drop Build-Depends on liblz4-tool. Thanks, Chris Peterson. * Update tests to support zipdetails version 4.004 shipped with Perl 5.40. (From OE-Core rev: c390768293faafc0aa0c991a26f2634aa91b1a7b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 265 -> 267Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== * Use "xz --list" to supplement the output when comparing .xz archives; essential when some underlying metadata differs. * Actually append the xz --list after the container differences, as it simplifies tests and the output. * Add 7zip to <!nocheck> Build-Depends in debian/control. * Update copyright years. * Maintain an in-header boolean state to determine whether to drop from-file/to-file lines. This fixes an issue where HTML differences were being inadvertendly neglected. * Include "xz --verbose --verbose" (ie. double --verbose) output, not just the single --verbose. * Only include "xz --list" output if the xz has no other differences. (From OE-Core rev: 577d2f29c4bbeb182d45331dbe77b15758746d00) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 260 -> 265Wang Mingyu2024-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== * Ensure that tests with ">=" version constraints actually print the corresponding tool name. * Prevent odt2txt tests from always being skipped due to an impossibly new version requirement. * Avoid nested parens-in-parens when printing "skipping" messages in the testsuite. * Don't crash on invalid zipfiles, even if we encounter 'badness' halfway through the file. * Fix a crash when there are (invalid) duplicate entries in .zip files. * Add note when there are duplicate entries in ZIP files. * Add an external tool reference for GNU Guix for zipdetails. * Add support for the zipdetails(1) tool included in the Perl distribution. * Don't use parenthesis within test "skipping" messages; PyTest adds its own parenthesis, so we were ending up with double nested parens. * Fix the .epub tests after supporting zipdetails(1). * Update copyright years and debian/tests/control. * Fix MozillaZipContainer's monkeypatch after Python's zipfile module changed to detect potentially insecure overlapping entries within .zip files. * Factor out Python version checking in test_zip.py. * Also skip some zip tests under 3.10.14 as well; a potential regression may have been backported to the 3.10.x series. The underlying cause is still to be investigated. * Don't crash if we encounter an .rdb file without an equivalent .rdx file. * In addition, don't identify Redis database dumps (etc.) as GNU R database files based simply on their filename. (From OE-Core rev: f22945ba9b4835e52809bedc4e3be73a91aafe07) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 259 -> 260Wang Mingyu2024-04-161-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== * Actually test 7z support in the test_7z set of tests, not the lz4 functionality. * In addition, correctly check for the 7z binary being available (and not lz4) when testing 7z. * Prevent a traceback when comparing a contentful .pyc file with an empty one. (From OE-Core rev: 5baf1e660f980cdcbe97e395f9c7f28b14cd8e6e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 253 -> 259Alexander Kanavin2024-03-071-1/+1
| | | | | | | (From OE-Core rev: 343846f62a3b217fb3de67470c7d265567444667) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 252 -> 253Wang Mingyu2023-12-231-1/+1
| | | | | | | | | | | | | | | | Changelog: ============ * Improve DOS/MBR extraction by adding support for 7z. * Process objdump symbol comment filter inputs as the Python "bytes" type (and not str). * Add a missing RequiredToolNotFound import. * Update copyright years. (From OE-Core rev: 6452368935b103a39ed7c603bf763b3877544008) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 251 -> 252Wang Mingyu2023-11-301-1/+1
| | | | | | | | | | | | | | | Changelog: ============ * As UI/UX improvement, try and avoid printing an extended traceback if diffoscope runs out of memory. * Mark diffoscope as stable in setup.py (for PyPI.org). Whatever diffoscope is, at least, not "alpha" anymore. (From OE-Core rev: da43500a3c230f868ae53c73e0657b67e9dc9f25) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 249 -> 251Wang Mingyu2023-11-201-1/+1
| | | | | | | | (From OE-Core rev: 34519689bf1c0ea326c30a3a2833e42d9540c19b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 244 -> 249Alexander Kanavin2023-09-261-1/+1
| | | | | | | | (From OE-Core rev: df810ca20643480ddccd9d27ad5d2307b40378ea) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 243 -> 244Trevor Gamblin2023-07-211-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: https://diffoscope.org/news/diffoscope-244-released/ * Address compatibility with python-libarchive-c version 5. (Closes: reproducible-builds/diffoscope#344) * Testsuite changes: - Mark that test_dex::test_javap_14_differences requires procyon. - Fix "test skipped" textual reason generation in the case of a required version being outside of the required range. - Temporarily mark some Android-related as XFAIL due to Debian bugs #1040941 and #1040916. (From OE-Core rev: e7ab92360cb9515c28197b809bdc8b112e23bb57) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: add missing RDEPENDS and alphabetizeTrevor Gamblin2023-07-191-1/+14
| | | | | | | | (From OE-Core rev: afe7f5ad6b3e4fb532f064c3993d0d612b503fbe) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 242 -> 243Trevor Gamblin2023-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: [ Chris Lamb ] * Drop Jenkins build reference in README.rst. [ Ed Maste ] * Update FreeBSD package names [ Mattia Rizzolo ] * Improve the documentation on to produce that binary blob that in the arsc comparator. (From OE-Core rev: 8781670bfc04cf9abef7dd9364f5e83e2c52d311) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 236 -> 242Alexander Kanavin2023-06-151-1/+1
| | | | | | | (From OE-Core rev: 2fb5f18a066d8ac1bd73e73ef381784ab3777fec) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 235 -> 236Wang Mingyu2023-03-011-1/+1
| | | | | | | | (From OE-Core rev: f2a7a4a899dff74b88c4192f1d97a14833016029) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 234 -> 235Alexander Kanavin2023-02-201-1/+1
| | | | | | | | (From OE-Core rev: 53ff8e5b6163fbdf74efc32cdd55f1631a24f5c1) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 230 -> 234Alexander Kanavin2023-02-091-1/+1
| | | | | | | | (From OE-Core rev: a86d9629f95a1445740462e7466679fef6ab2f3f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 224 -> 230Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: f303922e62f61a91d21f360736d073cbb46c5045) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 221 -> 224Alexander Kanavin2022-11-081-1/+1
| | | | | | | | (From OE-Core rev: f3d5dae25aca7bc63cdb33a6202cb35e9815274a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 220 -> 221Richard Purdie2022-09-171-1/+1
| | | | | | (From OE-Core rev: 09c1cac053c2892e3af3250cc6229e8da78e7a50) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 218 -> 220Alexander Kanavin2022-08-101-1/+1
| | | | | | | | (From OE-Core rev: ba07e54c4bc1c1d6c79d226dfcf219ad9bca5b12) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 217 -> 218Alexander Kanavin2022-07-231-1/+1
| | | | | | | | (From OE-Core rev: c2cf956881c3b691691f50b00b0d6930d8abea6f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 216 -> 217Alexander Kanavin2022-07-081-1/+1
| | | | | | | | (From OE-Core rev: cb4c865b3185db61cf85f532fabeaeb63eac461f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 215 -> 216Alexander Kanavin2022-06-221-1/+1
| | | | | | | | (From OE-Core rev: 6c1683863302ecde281f3c10f0ca27d33965d164) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 212 -> 215Richard Purdie2022-06-041-1/+1
| | | | | | (From OE-Core rev: befecd6d8e0626abeee7bfca488cbbea52b9bf5c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 211 -> 212Alexander Kanavin2022-05-201-1/+1
| | | | | | | | (From OE-Core rev: 47da9da7fdffd66c1d639f10f4d2925331a28ca3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 208 -> 211Alexander Kanavin2022-05-051-1/+1
| | | | | | | | (From OE-Core rev: 2cf26abcc36e945417229c0bebb0861e9b343e63) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 207 -> 208wangmy2022-03-291-1/+1
| | | | | | | | (From OE-Core rev: 9befbe17c1ff8222c782489cead17e441a927ae1) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 206 -> 207Alexander Kanavin2022-03-201-1/+1
| | | | | | | (From OE-Core rev: 7b65b733d4771497974e66885d188f9db187901a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 204 -> 206Alexander Kanavin2022-03-091-1/+1
| | | | | | | (From OE-Core rev: ef6421463a2d5748474016d6ca4c299d6cf78dbe) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX ↵Richard Purdie2022-02-201-1/+1
| | | | | | | | | | | | | license identifiers An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers. Two recipes in meta-selftest were not converted as they're that way specifically for testing. A change in linux-firmware was also skipped and may need a more manual tweak. (From OE-Core rev: ceda3238cdbf1beb216ae9ddb242470d5dfc25e0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 202 -> 204Alexander Kanavin2022-02-181-1/+1
| | | | | | | (From OE-Core rev: 77dcb7c0a99a210e0987f70715cfd0ceb8027d93) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 201 -> 202Alexander Kanavin2022-02-051-1/+1
| | | | | | | (From OE-Core rev: 62d38e8ce8f058f3fc9b1ddea79157d8c48bd7af) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 200 -> 201Alexander Kanavin2022-02-011-1/+1
| | | | | | | (From OE-Core rev: 4d056dac3b01acc5f57e958cc1debc6ef0d98810) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 199 -> 200Alexander Kanavin2022-01-201-1/+1
| | | | | | | (From OE-Core rev: 72a39ff2a23b8dbee32715d18afcb258f4005510) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 196 -> 199wangmy2022-01-111-1/+1
| | | | | | | | | | | | | | Changelog: ========= * Support both variants of "odt2txt", including the one provided by unoconv. (Closes: reproducible-builds/diffoscope#298) * Add external tool reference on Arch Linux for xb-tool. (From OE-Core rev: 763c44e30c20ebcd4199d41fa76dae3d3b4ec5c3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 194 -> 196Alexander Kanavin2021-12-171-1/+1
| | | | | | | (From OE-Core rev: 35ab4d42d557d5810b41bf2cc681d67da9213829) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 192 -> 194Alexander Kanavin2021-12-091-1/+1
| | | | | | | (From OE-Core rev: 9cf813fe8c8bd9b3beb89242b19e9782abe3bc48) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 190 -> 192Alexander Kanavin2021-11-211-1/+1
| | | | | | | (From OE-Core rev: 69144352ecfefa596d5ec94fbc7ef3eefe9a37c1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 189 -> 190wangmy2021-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: [Chris Lamb] Don't raise a traceback if we cannot de-marshal Python bytecode to support Python 3.7 loading newer .pyc files. (Closes: reproducible-builds/diffoscope#284) Fix Python tests under Python 3.7 with file 5.39+. [Vagrant Cascadian] Skip Python bytecode testing when "file" is older than 5.39. [Roland Clobus] Detect whether the GNU_BUILD_ID field has been modified. (From OE-Core rev: b9c59b5d2ac29544c1877f50ec10d2126339d814) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>