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

Chris Lamb (@lamby) gitlab at salsa.debian.org
Sun Aug 18 17:42:58 UTC 2024



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
010b4511 by Chris Lamb at 2024-08-18T18:39:29+01:00
Update copyright years.

- - - - -
25b7e4ca by Chris Lamb at 2024-08-18T18:41:18+01:00
releasing package diffoscope version 276

- - - - -


6 changed files:

- debian/changelog
- diffoscope/__init__.py
- diffoscope/comparators/image.py
- diffoscope/comparators/java.py
- diffoscope/comparators/utils/command.py
- tests/comparators/test_pdf.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,14 @@
-diffoscope (276) UNRELEASED; urgency=medium
+diffoscope (276) unstable; urgency=medium
 
-  * WIP (generated upon release).
+  [ Chris Lamb ]
+  * Also catch RuntimeError when importing PyPDF so that PyPDF or, crucially,
+    its transitive dependencies do not cause diffoscope to traceback at runtime
+    and build time. (Closes: #1078944, reproducible-builds/diffoscope#389)
+  * Factor out a method for stripping ANSI escapes.
+  * Strip ANSI escapes from the output of Procyon. Thanks, Aman Sharma!
+  * Update copyright years.
 
- -- Chris Lamb <lamby at debian.org>  Fri, 16 Aug 2024 11:13:37 +0100
+ -- Chris Lamb <lamby at debian.org>  Sun, 18 Aug 2024 18:41:14 +0100
 
 diffoscope (275) 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 = "275"
+VERSION = "276"


=====================================
diffoscope/comparators/image.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2015-2020, 2023 Chris Lamb <lamby at debian.org>
+# Copyright © 2015-2020, 2023-2024 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/java.py
=====================================
@@ -3,7 +3,7 @@
 #
 # Copyright © 2015 Reiner Herrmann <reiner at reiner-h.de>
 # Copyright © 2015 Jérémy Bobbio <lunar at debian.org>
-# Copyright © 2016, 2018-2020 Chris Lamb <lamby at debian.org>
+# Copyright © 2016, 2018-2020, 2024 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/utils/command.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2016-2020 Chris Lamb <lamby at debian.org>
+# Copyright © 2016-2020, 2024 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_pdf.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2015 Jérémy Bobbio <lunar at debian.org>
-# Copyright © 2015-2018, 2020-2021, 2023 Chris Lamb <lamby at debian.org>
+# Copyright © 2015-2018, 2020-2021, 2023-2024 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/c1aa6259cd1954182a02ede393c3540dcda33a11...25b7e4ca1dc932e41b9efe6e17655ca2a77eb556

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/c1aa6259cd1954182a02ede393c3540dcda33a11...25b7e4ca1dc932e41b9efe6e17655ca2a77eb556
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/20240818/644079b4/attachment.htm>


More information about the rb-commits mailing list