Processing of diffoscope_238~bpo11+1_source.changes

2023-03-14 Thread Debian FTP Masters
diffoscope_238~bpo11+1_source.changes uploaded successfully to localhost
along with the files:
  diffoscope_238~bpo11+1.dsc
  diffoscope_238~bpo11+1.tar.xz
  diffoscope_238~bpo11+1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Reproducible-builds mailing list
Reproducible-builds@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/reproducible-builds


diffoscope_238~bpo11+1_source.changes ACCEPTED into bullseye-backports

2023-03-14 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 14 Mar 2023 11:48:14 +0100
Source: diffoscope
Architecture: source
Version: 238~bpo11+1
Distribution: bullseye-backports
Urgency: medium
Maintainer: Reproducible builds folks 

Changed-By: Mattia Rizzolo 
Closes: 1020091 1020630 1022145 1022146 1022209 1024171 1024335 1024349 1026034 
1026982 1029066 1029741 1029742 1031297 1031433
Changes:
 diffoscope (238~bpo11+1) bullseye-backports; urgency=medium
 .
   * Rebuild for bullseye-backports.
   * Drop build-dep not available in bullseye-bpo (coreboot-utils, 
python3-pypdf)
 .
 diffoscope (238) unstable; urgency=medium
 .
   * autopkgtest: fix tool name in the skippable list.
 .
 diffoscope (237) unstable; urgency=medium
 .
   * autopkgtest: only install aapt and dexdump on architectures where they are
 available. (Closes: #1031297)
   * compartors/pdf:
 + Drop backward compatibility assignment.
 + Fix flake warnings, potentially reinstating PyPDF 1.x support (untested).
 .
 diffoscope (236) unstable; urgency=medium
 .
   [ FC Stegerman ]
   * Update code to match latest version of Black. (Closes: #1031433)
 .
   [ Chris Lamb ]
   * Require at least Black version 23.1.0 to run the internal Black tests.
   * Update copyright years.
 .
 diffoscope (235) unstable; urgency=medium
 .
   [ Akihiro Suda ]
   * Update .gitlab-ci.yml to push versioned tags to the container registry.
 (Closes: reproducible-builds/diffoscope!119)
 .
   [ Chris Lamb ]
   * Fix compatibility with PyPDF2. (Closes: reproducible-builds/diffoscope#331)
   * Fix compatibility with ImageMagick 7.1.
 (Closes: reproducible-builds/diffoscope#330)
 .
   [ Daniel Kahn Gillmor ]
   * Update from PyPDF2 to pypdf. (Closes: #1029741, #1029742)
 .
   [ FC Stegerman ]
   * Add support for Android resources.arsc files.
 (Closes: reproducible-builds/diffoscope!116)
   * Add support for dexdump. (Closes: reproducible-builds/diffoscope#134)
   * Improve DexFile's FILE_TYPE_RE and add FILE_TYPE_HEADER_PREFIX, and remove
 "Dalvik dex file" from ApkFile's FILE_TYPE_RE as well.
 .
   [ Efraim Flashner ]
   * Update external tool for isoinfo on guix.
 (Closes: reproducible-builds/diffoscope!124)
 .
 diffoscope (234) unstable; urgency=medium
 .
   [ FC Stegerman ]
   * test_text_proper_indentation requires at least file version 5.44.
 (Closes: reproducible-builds/diffoscope#329)
 .
 diffoscope (233) unstable; urgency=medium
 .
   [ FC Stegerman ]
   * Split packaging metadata into an extras_require.json file instead of using
 the pep517 and the pip modules directly. This was causing build failures if
 not using a virtualenv and/or building without internet access.
 (Closes: #1029066, reproducible-builds/diffoscope#325)
 .
   [ Vagrant Cascadian ]
   * Add an external tool reference for GNU Guix (lzip).
   * Drop an external tool reference for GNU Guix (pedump).
 .
   [ Chris Lamb ]
   * Split inline Python code in shell script to generate test dependencies to a
 separate Python script.
   * No need for "from __future__ import print_function" import in setup.py
 anymore.
   * Comment and tidy the new extras_require.json handling.
 .
 diffoscope (232) unstable; urgency=medium
 .
   [ Chris Lamb ]
   * Allow ICC tests to (temporarily) fail.
   * Update debian/tests/control after the addition of PyPDF 3 support.
 .
   [ FC Stegerman ]
   * Update regular expression for Android .APK files.
 .
   [ Sam James ]
   * Support PyPDF version 3.
 .
 diffoscope (231) unstable; urgency=medium
 .
   * Improve "[X] may produce better output" messages. Based on a patch by
 Helmut Grohne. (Closes: #1026982)
 .
 diffoscope (230) unstable; urgency=medium
 .
   [ Chris Lamb ]
   * Fix compatibility with file(1) version 5.43; thanks, Christoph Biedl.
 .
   [ Jelle van der Waa ]
   * Support Berkeley DB version 6.
 .
 diffoscope (229) unstable; urgency=medium
 .
   [ Chris Lamb ]
   * Skip test_html.py::test_diff if html2text is not installed.
 (Closes: #1026034)
 .
   [ Holger Levsen ]
   * Bump standards version to 4.6.2, no changes needed.
 .
 diffoscope (228) unstable; urgency=medium
 .
   [ FC Stegerman ]
   * As an optimisation, don't run apktool if no differences are detected before
 the signing block. (Closes: reproducible-builds/diffoscope!105)
 .
   [ Chris Lamb ]
   * Support both the python3-progressbar and python3-progressbar2 Debian
 packages, two modules providing the "progressbar" Python module.
 (Closes: reproducible-builds/diffoscope#323)
   * Ensure we recommend apksigcopier. (Re: reproducible-builds/diffoscope!105)
   * Make the code clearer around generating the Debian substvars and tidy
 generation of os_list.
   * Update copyright years.
 .
 diffoscope (227) unstable; urgency=medium
 .
   [ Chris Lamb ]
   * Don't attempt to attach text-only differences notice if there are no
 differences to begin with. (C