[Git][reproducible-builds/diffoscope][master] 2 commits: Update copyright years.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Aug 16 10:13:39 UTC 2024
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
bd35a2f2 by Chris Lamb at 2024-08-16T11:02:32+01:00
Update copyright years.
- - - - -
0cdd6d56 by Chris Lamb at 2024-08-16T11:07:38+01:00
releasing package diffoscope version 275
- - - - -
3 changed files:
- debian/changelog
- diffoscope/__init__.py
- tests/comparators/test_python.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,16 @@
-diffoscope (275) UNRELEASED; urgency=medium
+diffoscope (275) unstable; urgency=medium
- * WIP (generated upon release).
+ [ Chris Lamb ]
+ * Update the test_zip.py text fixtures and definitions to support new changes
+ to IO::Compress. (Closes: #1078050)
+ * Do not call marshal.loads(...) of precompiled Python bytecode as it is
+ inherently unsafe. Replace, at least for now, with a brief summary of the
+ code section of .pyc files. (Re: reproducible-builds/diffoscope#371)
+ * Don't bother to check the Python version number in test_python.py: the
+ fixture for this test is deterministic/fixed.
+ * Update copyright years.
- -- Chris Lamb <lamby at debian.org> Fri, 09 Aug 2024 12:56:33 +0100
+ -- Chris Lamb <lamby at debian.org> Fri, 16 Aug 2024 11:07:34 +0100
diffoscope (274) 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 = "274"
+VERSION = "275"
=====================================
tests/comparators/test_python.py
=====================================
@@ -1,7 +1,7 @@
#
# diffoscope: in-depth comparison of files, archives, and directories
#
-# Copyright © 2021-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2021-2022, 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/288c65c10059ab5ad03ab2e9a49ee0f0408c712c...0cdd6d561706f1c1c2dfc397473b4aa281f8cc09
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/288c65c10059ab5ad03ab2e9a49ee0f0408c712c...0cdd6d561706f1c1c2dfc397473b4aa281f8cc09
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/20240816/2c66ea2c/attachment.htm>
More information about the rb-commits
mailing list