[Git][reproducible-builds/diffoscope][master] releasing package diffoscope version 135
Chris Lamb
gitlab at salsa.debian.org
Tue Jan 14 14:48:20 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
7b8bd8b9 by Chris Lamb at 2020-01-14T14:34:30+00:00
releasing package diffoscope version 135
- - - - -
2 changed files:
- debian/changelog
- diffoscope/__init__.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,28 @@
-diffoscope (135) UNRELEASED; urgency=medium
+diffoscope (135) unstable; urgency=medium
- * WIP (generated upon release).
+ [ Chris Lamb ]
+ * Extract resources.arsc files (as well as classes.dex) from Android .apk
+ files to ensure that we at least show differences there. (Closes: #916359)
+ * Always pass a filename with a ".zip" extension to zipnote otherwise it
+ will return with an exit code of 9 and revert to a binary diff for the
+ entire file.
+ * Don't exhaustively output the entire HTML report when testing the
+ regression for #875281; parsing the JSON and pruning the tree should be
+ enough.
+ * Factor out running all of our zipinfo variants into a new method and use
+ this routine when comparing .apk files, thus now also displaying any
+ differences exposed by bsdtar.
+ * Testsuite improvements:
+ - Always allow fixtures called "output*".
+ - Actually test the output of the test_html_regression_875281 test.
+ * Add a note to the "Contributing" page to suggest enable concurrency when
+ running the tests locally.
+
+ [ Marc Herbert ]
+ * Fix a misplaced debug "Loading diff from stdin" logging message.
+ * Add new "Testing" section to CONTRIBUTING.rst.
- -- Chris Lamb <lamby at debian.org> Fri, 27 Dec 2019 22:23:25 +0000
+ -- Chris Lamb <lamby at debian.org> Tue, 14 Jan 2020 14:26:07 +0000
diffoscope (134) 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 = "134"
+VERSION = "135"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/7b8bd8b988ea6e152ea4d699c5d29753dc957168
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/7b8bd8b988ea6e152ea4d699c5d29753dc957168
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/20200114/2bd2af34/attachment.htm>
More information about the rb-commits
mailing list