[Git][reproducible-builds/diffoscope][master] 2 commits: Update copyright years.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Fri Aug 22 15:14:07 UTC 2025



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
e99f6227 by Chris Lamb at 2025-08-22T08:11:37-07:00
Update copyright years.

- - - - -
b9d48597 by Chris Lamb at 2025-08-22T08:13:13-07:00
releasing package diffoscope version 304

- - - - -


5 changed files:

- debian/changelog
- diffoscope/__init__.py
- diffoscope/comparators/json.py
- diffoscope/external_tools.py
- tests/comparators/test_uki.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,22 @@
-diffoscope (304) UNRELEASED; urgency=medium
+diffoscope (304) experimental; urgency=medium
+
+  [ Chris Lamb ]
+  * Do not run jsondiff on files over 100KiB as the algorithm runs in O(n^2)
+    time. (Closes: reproducible-builds/diffoscope#414)
+  * Fix test after the upload of systemd-ukify 258~rc3 (vs. 258~rc2).
+  * Move from a mono-utils dependency to versioned "mono-devel | mono-utils"
+    dependency, taking care to maintain the [!riscv64] architecture
+    restriction. (Closes: #1111742)
+  * Use sed -ne over awk -F= to to avoid mangling dependency lines containing
+    equals signs (=), for example version restrictions.
+  * Use sed backreferences when generating debian/tests/control to avoid DRY
+    violations.
+  * Update copyright years.
 
-  * WIP (generated upon release).
+  [ Martin Joerg ]
+  * Avoid a crash in the HTML presenter when page limit is None.
 
- -- Chris Lamb <lamby at debian.org>  Fri, 01 Aug 2025 11:53:27 -0700
+ -- Chris Lamb <lamby at debian.org>  Fri, 22 Aug 2025 08:13:11 -0700
 
 diffoscope (303) experimental; urgency=medium
 


=====================================
diffoscope/__init__.py
=====================================
@@ -17,4 +17,4 @@
 # You should have received a copy of the GNU General Public License
 # along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
-VERSION = "303"
+VERSION = "304"


=====================================
diffoscope/comparators/json.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2016-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2016-2022, 2025 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
diffoscope/external_tools.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2017-2024 Chris Lamb <lamby at debian.org>
+# Copyright © 2017-2025 Chris Lamb <lamby at debian.org>
 # Copyright © 2021 Jean-Romain Garnier <salsa at jean-romain.com>
 #
 # diffoscope is free software: you can redistribute it and/or modify


=====================================
tests/comparators/test_uki.py
=====================================
@@ -2,6 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2024 Jelle van der Waa <jelle at archlinux.org>
+# Copyright © 2025 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/a2b71a6896b0135d3e7b1b01c57447d0a108b3d0...b9d485973077a31b878c14af1b1c7948ca51af5a

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/a2b71a6896b0135d3e7b1b01c57447d0a108b3d0...b9d485973077a31b878c14af1b1c7948ca51af5a
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/20250822/84947aed/attachment.htm>


More information about the rb-commits mailing list