diffoscope 193 source package in Ubuntu

Changelog

diffoscope (193) unstable; urgency=medium

  [ Chris Lamb ]
  * Don't duplicate file lists at each directory level.
    (Closes: #989192, reproducible-builds/diffoscope#263)
  * When pretty-printing JSON, mark the difference as such, additionally
    avoiding including the full path.
    (Closes: reproducible-builds/diffoscope#205)

  * Codebase improvements:
    - Update a bunch of %-style string interpolations into f-strings or
      str.format.
    - Import itertools top-level directly.
    - Drop some unused imports.
    - Use isinstance(...) over type(...) ==
    - Avoid aliasing variables if we aren't going to use them.

  [ Brandon Maier ]
  * Fix missing diff output on large diffs.

  [ Mattia Rizzolo ]
  * Ignore a Python warning coming from a dependent library (triggered by
    supporting Python 3.10)
  * Document that support both Python 3.9 and 3.10.

 -- Chris Lamb <email address hidden>  Fri, 19 Nov 2021 07:35:10 -0800

Upload details

Uploaded by:
Reproducible builds folks
Uploaded to:
Sid
Original maintainer:
Reproducible builds folks
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
diffoscope_193.dsc 4.9 KiB c9b042485cf110c1dddb9cec6ae7f0afdb94f21191fb391359a909eccfef456d
diffoscope_193.tar.xz 2.0 MiB 9ab9a12dec68409e09f306133134ee57524f4fd8d3ce29759ebd497f637510b8

Available diffs

No changes file available.

Binary packages built by this source

diffoscope: in-depth visual diff tool for files, archives and directories

 diffoscope is a visual diff tool that attempts try to get to the bottom of
 what makes files or directories actually different.
 .
 It can recursively unpack archives of many kinds, transforming various binary
 formats into more human-readable form to compare them in a human-readable way.
 It can compare two tarballs, ISO images or PDFs just as easily. The
 differences can be displayed on the console or in a HTML report.
 .
 This is a dependency package that recommends the full set of external tools,
 to support as many type of files as possible.
 .
 File formats supported include: Android APK files, Android boot images, Apple
 Xcode mobile provisioning files, ar(1) archives, ASM Function, Berkeley DB
 database files, bzip2 archives, character/block devices, ColorSync colour
 profiles (.icc), Coreboot CBFS filesystem images, cpio archives, Dalvik .dex
 files, Debian .buildinfo files, Debian .changes files, Debian source packages
 (.dsc), Device Tree Compiler blob files, directories, ELF binaries,
 ext2/ext3/ext4/btrfs/fat filesystems, Flattened Image Tree blob files,
 FreeDesktop Fontconfig cache files, FreePascal files (.ppu), Gettext message
 catalogues, GHC Haskell .hi files, GIF image files, Git repositories, GNU R
 database files (.rdb), GNU R Rscript files (.rds), Gnumeric spreadsheets, GPG
 keybox databases, Gzipped files, Hierarchical Data Format database, ISO 9660 CD
 images, Java .class files, Java .jmod modules, JavaScript files, JPEG images,
 JSON files, LLVM IR bitcode files, LZ4 compressed files, macOS binaries,
 Microsoft Windows icon files, Microsoft Word .docx files, Mono 'Portable
 Executable' files, Mozilla-optimized .ZIP archives, Multimedia metadata, OCaml
 interface files, Ogg Vorbis audio files, OpenOffice .odt files, OpenSSH public
 keys, OpenWRT package archives (.ipk), PDF documents, PE32 files, PGP
 signatures, PGP signed/encrypted messages, PNG images, PostScript documents,
 Public Key Cryptography Standards (PKCS) files (version #7), Python .pyc files,
 RPM archives, Rust object files (.deflate), Sphinx inventory files, SQLite
 databases, SquashFS filesystems, symlinks, tape archives (.tar), tcpdump
 capture files (.pcap), text files, TrueType font files, U-Boot legacy image
 files, WebAssembly binary module, XML binary schemas (.xsb), XML files, XMLB
 files, XZ compressed files, ZIP archives and Zstandard compressed files.
 .
 diffoscope is developed as part of the Reproducible Builds project.

diffoscope-minimal: in-depth visual diff tool for files, archives and directories (minimal package)

 diffoscope is a visual diff tool that attempts try to get to the bottom of
 what makes files or directories actually different.
 .
 It can recursively unpack archives of many kinds, transforming various binary
 formats into more human-readable form to compare them in a human-readable way.
 It can compare two tarballs, ISO images or PDFs just as easily. The
 differences can be displayed on the console or in a HTML report.
 .
 File formats supported include: Android APK files, Android boot images, Apple
 Xcode mobile provisioning files, ar(1) archives, ASM Function, Berkeley DB
 database files, bzip2 archives, character/block devices, ColorSync colour
 profiles (.icc), Coreboot CBFS filesystem images, cpio archives, Dalvik .dex
 files, Debian .buildinfo files, Debian .changes files, Debian source packages
 (.dsc), Device Tree Compiler blob files, directories, ELF binaries,
 ext2/ext3/ext4/btrfs/fat filesystems, Flattened Image Tree blob files,
 FreeDesktop Fontconfig cache files, FreePascal files (.ppu), Gettext message
 catalogues, GHC Haskell .hi files, GIF image files, Git repositories, GNU R
 database files (.rdb), GNU R Rscript files (.rds), Gnumeric spreadsheets, GPG
 keybox databases, Gzipped files, Hierarchical Data Format database, ISO 9660 CD
 images, Java .class files, Java .jmod modules, JavaScript files, JPEG images,
 JSON files, LLVM IR bitcode files, LZ4 compressed files, macOS binaries,
 Microsoft Windows icon files, Microsoft Word .docx files, Mono 'Portable
 Executable' files, Mozilla-optimized .ZIP archives, Multimedia metadata, OCaml
 interface files, Ogg Vorbis audio files, OpenOffice .odt files, OpenSSH public
 keys, OpenWRT package archives (.ipk), PDF documents, PE32 files, PGP
 signatures, PGP signed/encrypted messages, PNG images, PostScript documents,
 Public Key Cryptography Standards (PKCS) files (version #7), Python .pyc files,
 RPM archives, Rust object files (.deflate), Sphinx inventory files, SQLite
 databases, SquashFS filesystems, symlinks, tape archives (.tar), tcpdump
 capture files (.pcap), text files, TrueType font files, U-Boot legacy image
 files, WebAssembly binary module, XML binary schemas (.xsb), XML files, XMLB
 files, XZ compressed files, ZIP archives and Zstandard compressed files.
 .
 This -minimal package only recommends a partial set of the supported 3rd party
 tools needed to produce file-format-specific comparisons, excluding those that
 are considered too large or niche for general use.
 .
 diffoscope is developed as part of the Reproducible Builds project.