[Git][reproducible-builds/diffoscope][master] releasing package diffoscope version 122
Chris Lamb
gitlab at salsa.debian.org
Fri Aug 30 08:09:36 UTC 2019
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
b1e1c356 by Chris Lamb at 2019-08-30T07:53:07Z
releasing package diffoscope version 122
- - - - -
2 changed files:
- debian/changelog
- diffoscope/__init__.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,30 @@
-diffoscope (122) UNRELEASED; urgency=medium
+diffoscope (122) unstable; urgency=medium
- * WIP
+ [ Chris Lamb ]
+ * Apply patch from László Böszörményi to update the squashfs test output and
+ bump the required version for the test itself. (Closes: #935684)
+ * Skip calls to unsquashfs when we are not root or fakeroot.
+ (Re: reproducible-builds/diffoscope#63)
+ * Include either standard error or standard output (and not just the latter)
+ if/when an external command fails.
+ * Fix a few unicode/bytes issues:
+ - Avoid a possible traceback caused by a str/bytes confusion when handling
+ the output of failing external commands.
+ - Ensure that all of our artificially-created subprocess.CalledProcessError
+ instances have `output` instances that are bytes objects, not str.
+ * Improve debugging output:
+ * Add the containing module name to the (eg.) "Using StaticLibFile for ..."
+ * Improve and condense output when creating our Comparator object types.
+ * Correct a reference to `parser.diff` as `diff` in this context is a Python
+ function in the module, not the actual output returned from diff(1).
+ * Add the "wabt" Debian package to the test dependencies so that we run the
+ wasm tests.
+
+ [ Mattia Rizzolo ]
+ * Now that we test-require wabt, expect that its tools to be available during
+ autopkgtests.
- -- Chris Lamb <lamby at debian.org> Fri, 16 Aug 2019 10:08:27 -0700
+ -- Chris Lamb <lamby at debian.org> Fri, 30 Aug 2019 08:52:25 +0100
diffoscope (121) 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 = "121"
+VERSION = "122"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/b1e1c3565a997f36559884bda5d874f2d06cd346
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/b1e1c3565a997f36559884bda5d874f2d06cd346
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/20190830/d91a3077/attachment.html>
More information about the rb-commits
mailing list