[Git][reproducible-builds/diffoscope][master] 2 commits: Update copyright years.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Mar 21 14:13:38 UTC 2025
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
f0a81da9 by Chris Lamb at 2025-03-21T14:08:48+00:00
Update copyright years.
- - - - -
5f0ddf37 by Chris Lamb at 2025-03-21T14:11:51+00:00
releasing package diffoscope version 291
- - - - -
3 changed files:
- debian/changelog
- diffoscope/__init__.py
- tests/test_quines.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,19 @@
-diffoscope (291) UNRELEASED; urgency=medium
-
- * WIP (generated upon release).
-
- -- Chris Lamb <lamby at debian.org> Fri, 21 Mar 2025 09:13:21 +0000
+diffoscope (291) unstable; urgency=medium
+
+ [ Chris Lamb ]
+ * Make two required adjustments for the new version of the src:file package:
+ - file(1) version 5.46 now emits "XHTML document" for .xhtml files, such as
+ those found nested within our .epub tests. Therefore, match this string
+ when detecting XML files. This was causing an FTBFS due to inconsistent
+ indentation in diffoscope's output.
+ - Require the new, upcoming, version of file(1) for a quine-related
+ testcase after adjusting the expected output. Previous versions of
+ file(1) had a duplicated "last modified, last modified" string for some
+ Zip archives that has now been removed.
+ * Add a missing subprocess import.
+ * Bump Standards-Version to 4.7.2.
+
+ -- Chris Lamb <lamby at debian.org> Fri, 21 Mar 2025 14:11:47 +0000
diffoscope (290) unstable; 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 = "290"
+VERSION = "291"
=====================================
tests/test_quines.py
=====================================
@@ -1,7 +1,7 @@
#
# diffoscope: in-depth comparison of files, archives, and directories
#
-# Copyright © 2017-2020, 2024 Chris Lamb <lamby at debian.org>
+# Copyright © 2017-2020, 2024-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/0eafad2a769f67493d265ccd3fc3223d4b9b5382...5f0ddf374ab4ed0a6521a0876fe509f3cc8164bf
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/0eafad2a769f67493d265ccd3fc3223d4b9b5382...5f0ddf374ab4ed0a6521a0876fe509f3cc8164bf
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/20250321/3aabf51d/attachment.htm>
More information about the rb-commits
mailing list