[Git][reproducible-builds/diffoscope][master] 2 commits: Don't require python3-guestfs in the autopkgtests on 32-bit architectures....
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Aug 14 18:21:41 UTC 2026
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
5440dd50 by Chris Lamb at 2026-08-14T11:18:30-07:00
Don't require python3-guestfs in the autopkgtests on 32-bit architectures. (Closes: Debian:#1144372)
- - - - -
856181e1 by Chris Lamb at 2026-08-14T11:20:08-07:00
releasing package diffoscope version 328
- - - - -
4 changed files:
- debian/changelog
- debian/tests/control
- debian/tests/control.sh
- diffoscope/__init__.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,13 @@
-diffoscope (328) UNRELEASED; urgency=medium
+diffoscope (328) unstable; urgency=medium
- * WIP (generated upon release).
+ [ Chris Lamb ]
+ * Don't require python3-guestfs in the autopkgtests on 32-bit architectures.
+ (Closes: #1144372)
+
+ [ Jochen Sprickerhof ]
+ * Use the XML comparators for SVG vector image files. (Closes: #1144242)
- -- Chris Lamb <lamby at debian.org> Fri, 07 Aug 2026 08:09:46 -0700
+ -- Chris Lamb <lamby at debian.org> Fri, 14 Aug 2026 11:20:05 -0700
diffoscope (327) 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], 7zip, abootimg, acl, apksigcopier, apksigner, apktool, binutils-multiarch, bzip2, caca-utils, colord, coreboot-utils [!risv64], db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, docx2txt, e2fsprogs, enjarify, ffmpeg, fontforge-extras, fonttools, fp-utils [!riscv64 !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg-utils, gpg, hdf5-tools, html2text, imagemagick, jsbeautifier, libarchive-tools, libxmlb-utils, llvm, lz4, lzip, mono-devel (>= 6.14.1+ds-3) [!riscv64] | mono-utils (<< 6.14.1+ds-3) [!riscv64], ocaml, odt2txt, oggvideotools [!s390x], openssh-client, openssl, perl, pgpdump, poppler-utils, procyon-decompiler, python3-pdfminer, r-base-core, rpm2cpio, sng, sqlite3, squashfs-tools, systemd-ukify, tcpdump, u-boot-tools, unzip, wabt, xmlbeans, xxd, xz-utils, zip, zstd, python3-argcomplete, python3-binwalk, python3-defusedxml, python3-distro, python3-guestfs, python3-jsondiff, python3-progressbar, python3-pypdf, 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], 7zip, abootimg, acl, apksigcopier, apksigner, apktool, binutils-multiarch, bzip2, caca-utils, colord, coreboot-utils [!risv64], db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, docx2txt, e2fsprogs, enjarify, ffmpeg, fontforge-extras, fonttools, fp-utils [!riscv64 !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg-utils, gpg, hdf5-tools, html2text, imagemagick, jsbeautifier, libarchive-tools, libxmlb-utils, llvm, lz4, lzip, mono-devel (>= 6.14.1+ds-3) [!riscv64] | mono-utils (<< 6.14.1+ds-3) [!riscv64], ocaml, odt2txt, oggvideotools [!s390x], openssh-client, openssl, perl, pgpdump, poppler-utils, procyon-decompiler, python3-pdfminer, r-base-core, rpm2cpio, sng, sqlite3, squashfs-tools, systemd-ukify, tcpdump, u-boot-tools, unzip, wabt, xmlbeans, xxd, xz-utils, zip, zstd, python3-argcomplete, python3-binwalk, python3-defusedxml, python3-distro, python3-guestfs [amd64 arm64 loong64 ppc64el riscv64 s390x], python3-jsondiff, python3-progressbar, python3-pypdf, python3-debian, python3-pyxattr, python3-rpm, python3-tlsh
Tests: pytest
Depends: python3-all, diffoscope, python3-pytest, python3-h5py, file, python3-tlsh
=====================================
debian/tests/control.sh
=====================================
@@ -25,6 +25,7 @@ sed -i "s,\(fp-utils\),\1 [!riscv64 !s390x]," debian/tests/control.tmp
sed -i "s,\(mono-devel (>= 6.14.1+ds-3)\),\1 [!riscv64]," debian/tests/control.tmp
sed -i "s,\(mono-utils (<< 6.14.1+ds-3)\),\1 [!riscv64]," debian/tests/control.tmp
sed -i "s,\(oggvideotools\),\1 [!s390x]," debian/tests/control.tmp
+sed -i "s,\(python3-guestfs\),\1 [amd64 arm64 loong64 ppc64el riscv64 s390x]," debian/tests/control.tmp
#sed -i "s,python3-androguard,androguard," debian/tests/control.tmp
#sed -i "s,\(dexdump\),\1 [amd64 arm64 armhf i386]," debian/tests/control.tmp
# aapt removed due to not being in trixie atma - #1070416
=====================================
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 = "327"
+VERSION = "328"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/c7f23bb0c26a24701c7118573d3cdd326931d8b1...856181e1d095ee9cb69ac19b016a057dbc62916b
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/c7f23bb0c26a24701c7118573d3cdd326931d8b1...856181e1d095ee9cb69ac19b016a057dbc62916b
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20260814/b603a023/attachment.htm>
More information about the rb-commits
mailing list