[Git][reproducible-builds/diffoscope][master] 3 commits: Update minimal black version.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Feb 7 10:14:46 UTC 2025
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
c5aa1ff5 by Chris Lamb at 2025-02-07T10:10:01+00:00
Update minimal black version.
- - - - -
9d37ed12 by Chris Lamb at 2025-02-07T10:10:25+00:00
Update copyright years.
- - - - -
2d778445 by Chris Lamb at 2025-02-07T10:11:14+00:00
releasing package diffoscope version 288
- - - - -
4 changed files:
- debian/changelog
- diffoscope/__init__.py
- diffoscope/comparators/rust.py
- tests/test_source.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,11 @@
-diffoscope (288) UNRELEASED; urgency=medium
+diffoscope (288) unstable; urgency=medium
- * WIP (generated upon release).
+ [ Chris Lamb ]
+ * Add 'asar' to DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS. (Closes: #1095057)
+ * Update minimal 'black' version.
+ * Update copyright years.
- -- Chris Lamb <lamby at debian.org> Fri, 31 Jan 2025 11:27:12 +0000
+ -- Chris Lamb <lamby at debian.org> Fri, 07 Feb 2025 10:11:11 +0000
diffoscope (287) 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 = "287"
+VERSION = "288"
=====================================
diffoscope/comparators/rust.py
=====================================
@@ -3,7 +3,7 @@
#
# Copyright © 2014-2015 Jérémy Bobbio <lunar at debian.org>
# Copyright © 2016 Ximin Luo <infinity0 at debian.org>
-# Copyright © 2016-2020 Chris Lamb <lamby at debian.org>
+# Copyright © 2016-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
@@ -29,7 +29,7 @@ from .utils.file import File
RLIB_BYTECODE_OBJECT_V1_DATASIZE_OFFSET = 15
RLIB_BYTECODE_OBJECT_V1_DATA_OFFSET = 23
-ZLIB_DEFAULT_COMPRESSION = b"\x78\x9C"
+ZLIB_DEFAULT_COMPRESSION = b"\x78\x9c"
logger = logging.getLogger(__name__)
=====================================
tests/test_source.py
=====================================
@@ -1,7 +1,7 @@
#
# diffoscope: in-depth comparison of files, archives, and directories
#
-# Copyright © 2018-2024 Chris Lamb <lamby at debian.org>
+# Copyright © 2018-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
@@ -34,7 +34,7 @@ def black_version():
]
- at skip_unless_tool_is_at_least("black", black_version, "24.1.1")
+ at skip_unless_tool_is_at_least("black", black_version, "25.1.0")
def test_code_is_black_clean():
output = subprocess.check_output(
("black", "--diff", "."), stderr=subprocess.PIPE
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/79ff322e699d45fd51a12fb241277d6314f0de9c...2d778445c3e4405e5d49a088855c3b153de5c6f8
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/79ff322e699d45fd51a12fb241277d6314f0de9c...2d778445c3e4405e5d49a088855c3b153de5c6f8
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/20250207/f8401077/attachment.htm>
More information about the rb-commits
mailing list