[Git][reproducible-builds/diffoscope][master] APK: s/Android V2 signing keys/APK Signing Block/ & rm double 0x prefix
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Sun Aug 29 22:01:08 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
0c680ec8 by Felix C. Stegerman at 2021-08-29T14:56:09+00:00
APK: s/Android V2 signing keys/APK Signing Block/ & rm double 0x prefix
- - - - -
1 changed file:
- diffoscope/comparators/apk.py
Changes:
=====================================
diffoscope/comparators/apk.py
=====================================
@@ -251,7 +251,7 @@ class ApkFile(ZipFileBase):
get_v2_signing_keys(other.path),
self.path,
other.path,
- source="Android V2 signing keys",
+ source="APK Signing Block",
)
if x is not None:
differences.insert(0, x)
@@ -273,7 +273,7 @@ def get_v2_signing_keys(path):
output = []
for k, v in sorted(instance._v2_blocks.items()):
- output.append("Key 0x{}:\n{}\n".format(hex(k), format_key(v)))
+ output.append("Key {}:\n{}\n".format(hex(k), format_key(v)))
return "\n".join(output)
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/0c680ec8fefd6478deb7504c3df75d083ffe70f8
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/0c680ec8fefd6478deb7504c3df75d083ffe70f8
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/20210829/0d8c53eb/attachment.htm>
More information about the rb-commits
mailing list