[Git][reproducible-builds/diffoscope][master] 2 commits: Update copyright years.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Jul 11 15:53:58 UTC 2025
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
24524125 by Chris Lamb at 2025-07-11T08:51:28-07:00
Update copyright years.
- - - - -
be407884 by Chris Lamb at 2025-07-11T08:52:35-07:00
releasing package diffoscope version 301
- - - - -
5 changed files:
- debian/changelog
- diffoscope/__init__.py
- diffoscope/comparators/hdf.py
- diffoscope/comparators/odt.py
- tests/comparators/test_hdf.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,13 @@
-diffoscope (301) UNRELEASED; urgency=medium
+diffoscope (301) experimental; urgency=medium
- * WIP (generated upon release).
+ [ Chris Lamb ]
+ * Avoid spurious differences in h5dump output caused by exposure of absolute
+ internal extraction paths. (Closes: #1108690)
+ * Use our_check_output in the ODT comparator.
+ * Memoize a number of calls to --version. Thanks, Jade! (Closes: #412)
+ * Update copyright years.
- -- Chris Lamb <lamby at debian.org> Fri, 27 Jun 2025 10:31:00 -0700
+ -- Chris Lamb <lamby at debian.org> Fri, 11 Jul 2025 08:52:31 -0700
diffoscope (300) 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 = "300"
+VERSION = "301"
=====================================
diffoscope/comparators/hdf.py
=====================================
@@ -1,7 +1,7 @@
#
# diffoscope: in-depth comparison of files, archives, and directories
#
-# Copyright © 2020 Chris Lamb <lamby at debian.org>
+# Copyright © 2020, 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/comparators/odt.py
=====================================
@@ -1,7 +1,7 @@
#
# diffoscope: in-depth comparison of files, archives, and directories
#
-# Copyright © 2017-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2017-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
=====================================
tests/comparators/test_hdf.py
=====================================
@@ -1,7 +1,7 @@
#
# diffoscope: in-depth comparison of files, archives, and directories
#
-# Copyright © 2020 Chris Lamb <lamby at debian.org>
+# Copyright © 2020, 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/a7404b8a57ad9eaf98aae211b66940314e674e29...be407884a89a7acbd6afb254b3182d239d8bacca
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/a7404b8a57ad9eaf98aae211b66940314e674e29...be407884a89a7acbd6afb254b3182d239d8bacca
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/20250711/dea40395/attachment.htm>
More information about the rb-commits
mailing list