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

Chris Lamb (@lamby) gitlab at salsa.debian.org
Fri Jun 3 06:02:55 UTC 2022



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


Commits:
8a2c7732 by Chris Lamb at 2022-06-03T07:02:37+01:00
Update metadata and news to match release of version 215

- - - - -


2 changed files:

- _data/diffoscope.yml
- + _posts/2022-06-03-diffoscope-215-released.md


Changes:

=====================================
_data/diffoscope.yml
=====================================
@@ -100,5 +100,5 @@ description: 'File formats supported include: Android APK files, Android boot im
   image files, WebAssembly binary module, XML binary schemas (.xsb), XML files, XMLB
   files, XZ compressed files, ZIP archives and Zstandard compressed files.'
 latest_release:
-  date: 1653630784
-  version: '214'
+  date: 1654235688
+  version: '215'


=====================================
_posts/2022-06-03-diffoscope-215-released.md
=====================================
@@ -0,0 +1,40 @@
+---
+layout: post
+title: diffoscope 215 released
+author: Chris Lamb <lamby at debian.org>
+---
+
+The diffoscope maintainers are pleased to announce the release of diffoscope
+version `215`. This version includes the following changes:
+
+```
+[ Chris Lamb ]
+* Bug fixes:
+  - Also catch IndexError (in addition to ValueError) when parsing .pyc
+    files. (Closes: #1012258)
+  - Strip "sticky" etc. from "x.deb: sticky Debian binary package […]".
+    Thanks to David Prévot for the report. (Closes: #1011635)
+  - Correctly package diffoscope's scripts/ directory, fixing the extraction
+    of vmlinuz kernel images. (Closes: reproducible-builds/diffoscope#305)
+  - Correct the logic for supporting different versions of argcomplete in
+    debian/rules.
+
+* New features:
+  - Support both PyPDF 1.x and 2.x.
+
+* Codebase improvements:
+  - Don't call re.compile and then call .sub on the result; just call
+    re.sub directly.
+  - Clarify the logic around the difference between --usage and --help.
+
+* Testsuite improvements:
+  - Integrate test coverage with GitLab's concept of artifacts.
+  - Re-enable Gnumeric tests as its now available again.
+  - Test --help and --usage, and additionally test that --help includes
+    the programmatically-generated file format list as well.
+
+[ Holger Levsen ]
+* Bump Standards Version field in debian/control to 4.6.1.
+```
+
+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/8a2c7732798975b9708434d1352de83667cf04ef

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/8a2c7732798975b9708434d1352de83667cf04ef
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/20220603/8b95ae88/attachment.htm>


More information about the rb-commits mailing list