[Git][reproducible-builds/diffoscope][master] 3 commits: Reflow comment.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Fri Sep 1 17:43:09 UTC 2023



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
58bcc17a by Chris Lamb at 2023-09-01T10:38:15-07:00
Reflow comment.

Gbp-Dch: ignore

- - - - -
43f69778 by Chris Lamb at 2023-09-01T10:40:48-07:00
Update copyright years.

- - - - -
5da0d4cc by Chris Lamb at 2023-09-01T10:41:58-07:00
releasing package diffoscope version 249

- - - - -


3 changed files:

- debian/changelog
- diffoscope/__init__.py
- diffoscope/comparators/utils/specialize.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,18 @@
-diffoscope (249) UNRELEASED; urgency=medium
+diffoscope (249) unstable; urgency=medium
 
-  * WIP (generated upon release).
+  [ FC Stegerman ]
+  * Add specialize_as() method, and use it to speed up .smali comparison in
+    APKs. (Closes: reproducible-builds/diffoscope!108)
+
+  [ Chris Lamb ]
+  * Add documentation for the new specialize_as, and expand the documentation
+    of `specialize` too. (Re: reproducible-builds/diffoscope!108)
+  * Update copyright years.
+
+  [ Felix Yan ]
+  * Correct typos in diffoscope/presenters/utils.py.
 
- -- Chris Lamb <lamby at debian.org>  Fri, 25 Aug 2023 08:25:09 -0700
+ -- Chris Lamb <lamby at debian.org>  Fri, 01 Sep 2023 10:41:51 -0700
 
 diffoscope (248) 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 = "248"
+VERSION = "249"


=====================================
diffoscope/comparators/utils/specialize.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, 2023 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
@@ -53,9 +53,8 @@ def specialize_as(cls, file):
     optimization, especially in cases where the Container contains hundreds of
     similar/small files. (This can be seen in the case of apktool and .smali
     files). In this case, this method can be used to essentially fix/force the
-    type.
-    Care should naturally be taken within Container implementations; such as
-    checking the file extension and so forth.
+    type. Care should naturally be taken within Container implementations;
+    such as checking the file extension and so forth.
     """
 
     new_cls = type(cls.__name__, (cls, type(file)), {})



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/8ee4e4efa1a3b6e0b49450a8dd5121407fe8c754...5da0d4cc0088fac4ec499e4a59e735babe96ded3

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/8ee4e4efa1a3b6e0b49450a8dd5121407fe8c754...5da0d4cc0088fac4ec499e4a59e735babe96ded3
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/20230901/52d3d9e1/attachment.htm>


More information about the rb-commits mailing list