[Git][reproducible-builds/diffoscope][master] 3 commits: Update copyright years.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Fri Feb 10 18:54:05 UTC 2023



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
10b5158d by Chris Lamb at 2023-02-10T10:30:02-08:00
Update copyright years.

- - - - -
72e5b2a1 by Chris Lamb at 2023-02-10T10:39:46-08:00
Update debian/tests/control.

- - - - -
c7fb1614 by Chris Lamb at 2023-02-10T10:39:46-08:00
releasing package diffoscope version 235

- - - - -


25 changed files:

- debian/changelog
- debian/tests/control
- diffoscope/__init__.py
- diffoscope/comparators/fsimage.py
- diffoscope/comparators/pdf.py
- diffoscope/exc.py
- diffoscope/external_tools.py
- tests/comparators/test_epub.py
- tests/comparators/test_fonts.py
- tests/comparators/test_haskell.py
- tests/comparators/test_icc.py
- tests/comparators/test_ico_image.py
- tests/comparators/test_jpeg_image.py
- tests/comparators/test_lzip.py
- tests/comparators/test_pdf.py
- tests/comparators/test_rlib.py
- tests/comparators/test_uimage.py
- tests/comparators/test_xml.py
- tests/test_presenters.py
- tests/test_progress.py
- tests/test_versions.py
- tests/utils/data.py
- tests/utils/nonexisting.py
- tests/utils/tools.py
- tests/utils/versions.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,29 @@
-diffoscope (235) UNRELEASED; urgency=medium
+diffoscope (235) unstable; urgency=medium
 
-  * WIP (generated upon release).
+  [ Akihiro Suda ]
+  * Update .gitlab-ci.yml to push versioned tags to the container registry.
+    (Closes: reproducible-builds/diffoscope!119)
 
- -- Chris Lamb <lamby at debian.org>  Mon, 30 Jan 2023 09:32:19 -0800
+  [ 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)
+
+ -- Chris Lamb <lamby at debian.org>  Fri, 10 Feb 2023 10:31:52 -0800
 
 diffoscope (234) 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, apksigcopier, apksigner, apktool [!ppc64el !s390x], binutils-multiarch, bzip2, caca-utils, colord, coreboot-utils, db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, docx2txt, e2fsprogs, enjarify, ffmpeg, fontforge-extras, fonttools, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg, gnupg-utils, hdf5-tools, html2text, imagemagick, jsbeautifier, libarchive-tools, libxmlb-dev, llvm, lz4 | liblz4-tool, lzip, 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, xz-utils, zip, zstd, androguard, 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], aapt, abootimg, acl, apksigcopier, apksigner, apktool [!ppc64el !s390x], binutils-multiarch, bzip2, caca-utils, colord, coreboot-utils, db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, dexdump, docx2txt, e2fsprogs, enjarify, ffmpeg, fontforge-extras, fonttools, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg, gnupg-utils, hdf5-tools, html2text, imagemagick, jsbeautifier, libarchive-tools, libxmlb-dev, llvm, lz4 | liblz4-tool, lzip, 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, xz-utils, zip, zstd, androguard, python3-argcomplete, python3-binwalk, python3-defusedxml, python3-distro, python3-guestfs, 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


=====================================
diffoscope/__init__.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2014-2015 Jérémy Bobbio <lunar at debian.org>
-# Copyright © 2015-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2015-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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 = "234"
+VERSION = "235"


=====================================
diffoscope/comparators/fsimage.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2015 Reiner Herrmann <reiner at reiner-h.de>
-# Copyright © 2016-2021 Chris Lamb <lamby at debian.org>
+# Copyright © 2016-2021, 2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
diffoscope/comparators/pdf.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2014-2015 Jérémy Bobbio <lunar at debian.org>
-# Copyright © 2015-2016, 2018-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2015-2016, 2018-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
diffoscope/exc.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2014-2015 Jérémy Bobbio <lunar at debian.org>
-# Copyright © 2016-2017, 2020 Chris Lamb <lamby at debian.org>
+# Copyright © 2016-2017, 2020, 2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
diffoscope/external_tools.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2017-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2017-2023 Chris Lamb <lamby at debian.org>
 # Copyright © 2021 Jean-Romain Garnier <salsa at jean-romain.com>
 #
 # diffoscope is free software: you can redistribute it and/or modify


=====================================
tests/comparators/test_epub.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2015 Jérémy Bobbio <lunar at debian.org>
-# Copyright © 2016-2017, 2020-2021 Chris Lamb <lamby at debian.org>
+# Copyright © 2016-2017, 2020-2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_fonts.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2015 Jérémy Bobbio <lunar at debian.org>
-# Copyright © 2015-2017, 2020 Chris Lamb <lamby at debian.org>
+# Copyright © 2015-2017, 2020, 2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_haskell.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2016-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2016-2017, 2020, 2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_icc.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2016 Jérémy Bobbio <lunar at debian.org>
-# Copyright © 2016-2020 Chris Lamb <lamby at debian.org>
+# Copyright © 2016-2020, 2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_ico_image.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2017, 2019-2020 Chris Lamb <lamby at debian.org>
+# Copyright © 2017, 2019-2020, 2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_jpeg_image.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2017, 2020 Chris Lamb <lamby at debian.org>
+# Copyright © 2017, 2020, 2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_lzip.py
=====================================
@@ -2,6 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2022 Christopher Baines <mail at cbaines.net>
+# Copyright © 2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_pdf.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2015 Jérémy Bobbio <lunar at debian.org>
-# Copyright © 2015-2018, 2020-2021 Chris Lamb <lamby at debian.org>
+# Copyright © 2015-2018, 2020-2021, 2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_rlib.py
=====================================
@@ -3,7 +3,7 @@
 #
 # Copyright © 2015 Jérémy Bobbio <lunar at debian.org>
 # Copyright © 2016 Ximin Luo <infinity0 at debian.org>
-# Copyright © 2016-2021 Chris Lamb <lamby at debian.org>
+# Copyright © 2016-2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_uimage.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2020 Conrad Ratschan <ratschance at gmail.com>
-# Copyright © 2020-2021 Chris Lamb <lamby at debian.org>
+# Copyright © 2020-2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_xml.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright (C) 2017 Juliana Rodrigues <juliana.orod at gmail.com>
-# Copyright © 2017, 2019-2020 Chris Lamb <lamby at debian.org>
+# Copyright © 2017, 2019-2020, 2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/test_presenters.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2017-2020 Chris Lamb <lamby at debian.org>
+# Copyright © 2017-2020, 2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/test_progress.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2017-2018, 2020-2021 Chris Lamb <lamby at debian.org>
+# Copyright © 2017-2018, 2020-2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/test_versions.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2021      Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
-# Copyright © 2021 Chris Lamb <lamby at debian.org>
+# Copyright © 2021-2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/utils/data.py
=====================================
@@ -3,7 +3,7 @@
 #
 # Copyright © 2015      Jérémy Bobbio <lunar at debian.org>
 # Copyright © 2016-2017 Mattia Rizzolo <mattia at debian.org>
-# Copyright © 2019-2021 Chris Lamb <lamby at debian.org>
+# Copyright © 2019-2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/utils/nonexisting.py
=====================================
@@ -3,7 +3,7 @@
 #
 # Copyright © 2015      Jérémy Bobbio <lunar at debian.org>
 # Copyright © 2016-2017 Mattia Rizzolo <mattia at debian.org>
-# Copyright © 2018-2021 Chris Lamb <lamby at debian.org>
+# Copyright © 2018-2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/utils/tools.py
=====================================
@@ -3,7 +3,7 @@
 #
 # Copyright © 2015      Jérémy Bobbio <lunar at debian.org>
 # Copyright © 2016-2017 Mattia Rizzolo <mattia at debian.org>
-# Copyright © 2017-2021 Chris Lamb <lamby at debian.org>
+# Copyright © 2017-2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/utils/versions.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2021 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
-# Copyright © 2021 Chris Lamb <lamby at debian.org>
+# Copyright © 2021-2022 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/7d6ce5035a7ec31224faf30f879ebb9c535c2ba4...c7fb16145544aa8bc7a1de137d3c56e077640640

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/7d6ce5035a7ec31224faf30f879ebb9c535c2ba4...c7fb16145544aa8bc7a1de137d3c56e077640640
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/20230210/4d54e384/attachment.htm>


More information about the rb-commits mailing list