[Git][reproducible-builds/diffoscope-website][master] Update metadata and news to match release of version 193

Chris Lamb (@lamby) gitlab at salsa.debian.org
Fri Nov 19 16:06:50 UTC 2021



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope-website


Commits:
3e469035 by Chris Lamb at 2021-11-19T08:06:37-08:00
Update metadata and news to match release of version 193

- - - - -


2 changed files:

- _data/diffoscope.yml
- + _posts/2021-11-19-diffoscope-193-released.md


Changes:

=====================================
_data/diffoscope.yml
=====================================
@@ -8,6 +8,7 @@ contributors:
 - Ben Hutchings
 - Benjamin Peterson
 - beuc at beuc.net
+- Brandon Maier
 - Brett Smith
 - Ceridwen
 - Chris Lamb
@@ -95,5 +96,5 @@ description: 'File formats supported include: Android APK files, Android boot im
   image files, WebAssembly binary module, XML binary schemas (.xsb), XML files, XZ
   compressed files, ZIP archives and Zstandard compressed files.'
 latest_release:
-  date: 1636733834
-  version: '192'
+  date: 1637336110
+  version: '193'


=====================================
_posts/2021-11-19-diffoscope-193-released.md
=====================================
@@ -0,0 +1,35 @@
+---
+layout: post
+title: diffoscope 193 released
+author: Chris Lamb <lamby at debian.org>
+---
+
+The diffoscope maintainers are pleased to announce the release of diffoscope
+version `193`. This version includes the following changes:
+
+```
+[ Chris Lamb ]
+* Don't duplicate file lists at each directory level.
+  (Closes: #989192, reproducible-builds/diffoscope#263)
+* When pretty-printing JSON, mark the difference as such, additionally
+  avoiding including the full path.
+  (Closes: reproducible-builds/diffoscope#205)
+
+* Codebase improvements:
+  - Update a bunch of %-style string interpolations into f-strings or
+    str.format.
+  - Import itertools top-level directly.
+  - Drop some unused imports.
+  - Use isinstance(...) over type(...) ==
+  - Avoid aliasing variables if we aren't going to use them.
+
+[ Brandon Maier ]
+* Fix missing diff output on large diffs.
+
+[ Mattia Rizzolo ]
+* Ignore a Python warning coming from a dependent library (triggered by
+  supporting Python 3.10)
+* Document that support both Python 3.9 and 3.10.
+```
+
+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/3e469035ac1f114467f131e6d5d7f6ecd151f716

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/3e469035ac1f114467f131e6d5d7f6ecd151f716
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/20211119/fbdd55c6/attachment.htm>


More information about the rb-commits mailing list