Wed May 15 13:00:30 2024 UTC (32d)
py-diffoscope: update to version 266

Changelog:

Version 266 includes the following changes:

[ Chris Lamb ]
* Use "xz --list" to supplement the output when comparing .xz archives;
essential when some underlying metadata differs. (Closes: #1069329)
* Actually append the xz --list after the container differences, as it
simplifies tests and the output.
* Add 7zip to <!nocheck> Build-Depends in debian/control.
* Update copyright years.

[ James Addison ]
* Maintain an in-header boolean state to determine whether to drop
from-file/to-file lines. This fixes an issue where HTML differences were
being inadvertendly neglected. (Closes: reproducible-builds/diffoscope#372)

Version 265 includes the following changes:

[ Chris Lamb ]
* Ensure that tests with ">=" version constraints actually print the
corresponding tool name. (Closes: reproducible-builds/diffoscope#370)
* Prevent odt2txt tests from always being skipped due to an impossibly new
version requirement. (Closes: reproducible-builds/diffoscope#369)
* Avoid nested parens-in-parens when printing "skipping…" messages
in the testsuite.


(nikita)
diff -r1.25 -r1.26 pkgsrc/sysutils/py-diffoscope/Makefile
diff -r1.19 -r1.20 pkgsrc/sysutils/py-diffoscope/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/sysutils/py-diffoscope/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/py-diffoscope/Makefile 2024/04/12 19:28:40 1.25
+++ pkgsrc/sysutils/py-diffoscope/Makefile 2024/05/15 13:00:30 1.26
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.25 2024/04/12 19:28:40 nikita Exp $ 1# $NetBSD: Makefile,v 1.26 2024/05/15 13:00:30 nikita Exp $
2 2
3DISTNAME= diffoscope-264 3DISTNAME= diffoscope-266
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= sysutils python 5CATEGORIES= sysutils python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/diffoscope/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/diffoscope/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://diffoscope.org/ 9HOMEPAGE= https://diffoscope.org/
10COMMENT= In-depth comparison of files, archives, and directories 10COMMENT= In-depth comparison of files, archives, and directories
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15DEPENDS+= ${PYPKGPREFIX}-libarchive-c-[0-9]*:../../archivers/py-libarchive-c 15DEPENDS+= ${PYPKGPREFIX}-libarchive-c-[0-9]*:../../archivers/py-libarchive-c
16DEPENDS+= ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic 16DEPENDS+= ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic

cvs diff -r1.19 -r1.20 pkgsrc/sysutils/py-diffoscope/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/py-diffoscope/distinfo 2024/04/12 19:28:40 1.19
+++ pkgsrc/sysutils/py-diffoscope/distinfo 2024/05/15 13:00:30 1.20
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.19 2024/04/12 19:28:40 nikita Exp $ 1$NetBSD: distinfo,v 1.20 2024/05/15 13:00:30 nikita Exp $
2 2
3BLAKE2s (diffoscope-264.tar.gz) = c50deec25fbe9cc13c767529515fd275bd719ae17b81b811c0bb6bca64112841 3BLAKE2s (diffoscope-266.tar.gz) = 2e112286359e4041dd417aab86520ecaf43732a53c5ffbfedd920a58ea44640b
4SHA512 (diffoscope-264.tar.gz) = 8ec98d3c117ff7555398c4d2e8035a8a4c721d4f0274b6e478cbd3bdf3d8d5be19bfe344aa874dc60da2272695d5fc1cb7913bb488dd80fa4d8e14c1e276b31e 4SHA512 (diffoscope-266.tar.gz) = 41e6e710cfeab174417c0657ad3d05cd4c5dc787be0b1cb94bf70ff276970ddef43b1e6b0087fccfc5e15cd145cd1538183a8eb68e3cf0580fb830d052add397
5Size (diffoscope-264.tar.gz) = 3284441 bytes 5Size (diffoscope-266.tar.gz) = 3285463 bytes