[Git][reproducible-builds/diffoscope][master] 2 commits: Update debian/tests/control.

Chris Lamb gitlab at salsa.debian.org
Fri Jan 8 16:44:08 UTC 2021



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
f9982fce by Chris Lamb at 2021-01-08T16:24:08+00:00
Update debian/tests/control.

Gbp-Dch: ignore

- - - - -
efa35473 by Chris Lamb at 2021-01-08T16:24:08+00:00
releasing package diffoscope version 164

- - - - -


3 changed files:

- debian/changelog
- debian/tests/control
- diffoscope/__init__.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,31 @@
-diffoscope (164) UNRELEASED; urgency=medium
+diffoscope (164) unstable; urgency=medium
 
-  * WIP (generated upon release).
+  [ Chris Lamb ]
+  * Truncate jsondiff differences at 512 bytes lest they consume the entire page.
+  * Wrap our external call to cmp(1) with a profile (to match the internal
+    profiling).
+  * Add a note regarding the specific ordering of the new
+    all_tools_are_listed test.
+
+  [ Dimitrios Apostolou ]
+  * Performance improvements:
+    - Improve speed of has_same_content by spawning cmp(1) less frequently.
+    - Log whenever the external cmp(1) command is spawn.ed
+    - Avoid invoking external diff for identical, short outputs.
+  * Rework handling of temporary files:
+    - Clean up temporary directories as we go along, instead of at the end.
+    - Delete FIFO files when the FIFO feeder's context manager exits.
+
+  [ Mattia Rizzolo ]
+  * Fix a number of potential crashes in --list-debian-substvars, including
+    explicitly listing lipo and otool as external tools.
+   - Remove redundant code and let object destructors clean up after themselves.
+
+  [ Conrad Ratschan ]
+  * Add a comparator for Flattened Image Trees (FIT) files, a boot image format
+    used by U-Boot.
 
- -- Chris Lamb <lamby at debian.org>  Fri, 11 Dec 2020 10:19:15 +0000
+ -- Chris Lamb <lamby at debian.org>  Fri, 08 Jan 2021 13:00:55 +0000
 
 diffoscope (163) unstable; urgency=medium
 


=====================================
debian/tests/control
=====================================
@@ -7,7 +7,7 @@
 #   $ mv debian/tests/control.tmp debian/tests/control
 
 Tests: pytest-with-recommends
-Depends: python3-all, diffoscope, black, python3-pytest, python3-h5py, file, linux-image-amd64 [amd64] | linux-image-generic [amd64], abootimg, acl, apksigner, apktool [!ppc64el !s390x], binutils-multiarch, bzip2, caca-utils, colord, db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, docx2txt, e2fsprogs, enjarify, ffmpeg, fontforge-extras, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg, gnupg-utils, hdf5-tools, imagemagick, jsbeautifier, libarchive-tools, llvm, lz4 | liblz4-tool, mono-utils, ocaml-nox, odt2txt, oggvideotools [!s390x], openssh-client, openssl, pgpdump, poppler-utils, procyon-decompiler, python3-pdfminer, r-base-core, rpm2cpio, sng, sqlite3, squashfs-tools, tcpdump, unzip, wabt, xmlbeans, xxd | vim-common, xz-utils, zip, zstd, python3-argcomplete, python3-binwalk, python3-defusedxml, python3-distro, python3-guestfs, python3-jsondiff, python3-progressbar, python3-pypdf2, python3-debian, python3-pyxattr, python3-rpm, python3-tlsh
+Depends: python3-all, diffoscope, black, python3-pytest, python3-h5py, file, linux-image-amd64 [amd64] | linux-image-generic [amd64], abootimg, acl, apksigner, apktool [!ppc64el !s390x], binutils-multiarch, bzip2, caca-utils, colord, db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, docx2txt, e2fsprogs, enjarify, ffmpeg, fontforge-extras, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg, gnupg-utils, hdf5-tools, imagemagick, jsbeautifier, libarchive-tools, llvm, lz4 | liblz4-tool, mono-utils, ocaml-nox, odt2txt, oggvideotools [!s390x], openssh-client, openssl, pgpdump, poppler-utils, procyon-decompiler, python3-pdfminer, r-base-core, rpm2cpio, sng, sqlite3, squashfs-tools, tcpdump, u-boot-tools, unzip, wabt, xmlbeans, xxd | vim-common, xz-utils, zip, zstd, python3-argcomplete, python3-binwalk, python3-defusedxml, python3-distro, python3-guestfs, python3-jsondiff, python3-progressbar, python3-pypdf2, python3-debian, python3-pyxattr, python3-rpm, python3-tlsh
 
 Tests: pytest
 Depends: python3-all, diffoscope, python3-pytest, python3-h5py, file, python3-tlsh


=====================================
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 = "163"
+VERSION = "164"



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/a1cc1c0cc7c5a084bb1a5f5dbc5c4f35d09b1c2c...efa35473cf29d8562f178e5ef23be5e6cbfaac43

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/a1cc1c0cc7c5a084bb1a5f5dbc5c4f35d09b1c2c...efa35473cf29d8562f178e5ef23be5e6cbfaac43
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/20210108/20482693/attachment.htm>


More information about the rb-commits mailing list