[Git][reproducible-builds/diffoscope-website][master] Update metadata and news to match release of version 167
Chris Lamb
gitlab at salsa.debian.org
Fri Feb 19 09:09:35 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope-website
Commits:
81526e2e by Chris Lamb at 2021-02-19T09:09:30+00:00
Update metadata and news to match release of version 167
- - - - -
2 changed files:
- _data/diffoscope.yml
- + _posts/2021-02-19-diffoscope-167-released.md
Changes:
=====================================
_data/diffoscope.yml
=====================================
@@ -85,5 +85,5 @@ description: 'File formats supported include: Android APK files, Android boot im
XML binary schemas (.xsb), XML files, XZ compressed files, ZIP archives and Zstandard
compressed files.'
latest_release:
- date: 1612009882
- version: '166'
+ date: 1613725602
+ version: '167'
=====================================
_posts/2021-02-19-diffoscope-167-released.md
=====================================
@@ -0,0 +1,46 @@
+---
+layout: post
+title: diffoscope 167 released
+author: Chris Lamb <lamby at debian.org>
+---
+
+The diffoscope maintainers are pleased to announce the release of diffoscope
+version `167`. This version includes the following changes:
+
+```
+* Temporary directory handling:
+ - Ensure we cleanup our temporary directory by avoiding confusion between
+ the TemporaryDirectory instance and the underlying directory.
+ (Closes: #981123)
+ - Use a potentially-useful suffix to our temporary directory based on the
+ command-line passed to diffoscope.
+ - Fix some tempfile/weakref interaction in Python 3.7 (ie. Debian buster).
+ (Closes: reproducible-builds/diffoscope#239)
+ - If our temporary directory does not exist anymore (eg. it has been
+ cleaned up in tests, signal handling or reference counting), make sure
+ we recreate it.
+
+* Bug fixes:
+ - Don't rely on magic.Magic(...) to have an identical API between file's
+ magic.py and PyPI's "python-magic" library.
+ (Closes: reproducible-builds/diffoscope#238)
+ - Don't rely on dumpimage returning an appropriate exit code; check that
+ the file actually exists after we call it.
+
+* Codebase changes:
+ - Set a default Config.extended_filesystem_attributes.
+ - Drop unused Config.acl and Config.xattr attributes.
+ - Tidy imports in diffoscope/comparators/fit.py.
+
+* Tests:
+ - Add u-boot-tools to test dependencies so that salsa.debian.org pipelines
+ actually test the new FIT comparator.
+ - Strip newlines when determining Black version to avoid "requires black
+ >= 20.8b1 (18.9b0\n detected)" in test output (NB. embedded newline).
+ - Gnumeric is back in testing so re-add to test dependencies.
+ - Use assert_diff (over get_data, etc.) in the FIT and APK comparators.
+ - Mark test_apk.py::test_android_manifest as being allowed to fail for now.
+ - Fix the FIT tests in buster and unstable.
+```
+
+You find out more by [visiting the project homepage](https://diffoscope.org).
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/81526e2e8ea08a1ca532ab0b122f2326ae68598f
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/81526e2e8ea08a1ca532ab0b122f2326ae68598f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20210219/edb3493a/attachment.htm>
More information about the rb-commits
mailing list