Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Z8TK8i/+; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=AYbZfPc1 Received: by mail.netbsd.org (Postfix, from userid 605) id 3CAC184E8C; Wed, 15 May 2024 13:00:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715778032; bh=kMl9k9oVmoJ4jhcc+9/omup+NkqPzBUwgPokp6Z5XH0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Z8TK8i/++NZg5ArECepsWcM+LrhDP1HchFGbJlSW0vu5b19ToLU6/mBlVTIDMMNED Hu5kR53gYnBsD/MzwgUmIHKIaOaQNWdASWuPnoou9ZPGdK37kjNi4Cx2AkuQlmRSjL hurTAx/vD/lyJLG+TnhKayT6clT4g+1SARPR243A= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2FAD884D27 for ; Wed, 15 May 2024 13:00:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yBlxJFlrU23e for ; Wed, 15 May 2024 13:00:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8F5A584CD7 for ; Wed, 15 May 2024 13:00:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715778030; bh=kMl9k9oVmoJ4jhcc+9/omup+NkqPzBUwgPokp6Z5XH0=; h=Date:From:Subject:To:Reply-To; b=AYbZfPc1jqbD2i5O81dNDS6h1eJVAUDzPKDbyaduMs5B0xrMfdFZbxNxwmRs6wvPv zS68VwYeYPxOcRiG6rxdayAzuijHJcE8ZanqUovvmAChr4xmJkREwRXkFyWqgmeweI 665ji9dnSzvdFhH47vDB3F8HCwntx+bM2kgZ5JWI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 824C7FA2C; Wed, 15 May 2024 13:00:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171577803084940" MIME-Version: 1.0 Date: Wed, 15 May 2024 13:00:30 +0000 From: "nikita" Subject: CVS commit: pkgsrc/sysutils/py-diffoscope To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20240515130030.824C7FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171577803084940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: nikita Date: Wed May 15 13:00:30 UTC 2024 Modified Files: pkgsrc/sysutils/py-diffoscope: Makefile distinfo Log Message: 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 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. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/py-diffoscope/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/py-diffoscope/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171577803084940 Content-Disposition: inline Content-Length: 1647 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/py-diffoscope/Makefile diff -u pkgsrc/sysutils/py-diffoscope/Makefile:1.25 pkgsrc/sysutils/py-diffoscope/Makefile:1.26 --- pkgsrc/sysutils/py-diffoscope/Makefile:1.25 Fri Apr 12 19:28:40 2024 +++ pkgsrc/sysutils/py-diffoscope/Makefile Wed May 15 13:00:30 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2024/04/12 19:28:40 nikita Exp $ +# $NetBSD: Makefile,v 1.26 2024/05/15 13:00:30 nikita Exp $ -DISTNAME= diffoscope-264 +DISTNAME= diffoscope-266 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=d/diffoscope/} Index: pkgsrc/sysutils/py-diffoscope/distinfo diff -u pkgsrc/sysutils/py-diffoscope/distinfo:1.19 pkgsrc/sysutils/py-diffoscope/distinfo:1.20 --- pkgsrc/sysutils/py-diffoscope/distinfo:1.19 Fri Apr 12 19:28:40 2024 +++ pkgsrc/sysutils/py-diffoscope/distinfo Wed May 15 13:00:30 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2024/04/12 19:28:40 nikita Exp $ +$NetBSD: distinfo,v 1.20 2024/05/15 13:00:30 nikita Exp $ -BLAKE2s (diffoscope-264.tar.gz) = c50deec25fbe9cc13c767529515fd275bd719ae17b81b811c0bb6bca64112841 -SHA512 (diffoscope-264.tar.gz) = 8ec98d3c117ff7555398c4d2e8035a8a4c721d4f0274b6e478cbd3bdf3d8d5be19bfe344aa874dc60da2272695d5fc1cb7913bb488dd80fa4d8e14c1e276b31e -Size (diffoscope-264.tar.gz) = 3284441 bytes +BLAKE2s (diffoscope-266.tar.gz) = 2e112286359e4041dd417aab86520ecaf43732a53c5ffbfedd920a58ea44640b +SHA512 (diffoscope-266.tar.gz) = 41e6e710cfeab174417c0657ad3d05cd4c5dc787be0b1cb94bf70ff276970ddef43b1e6b0087fccfc5e15cd145cd1538183a8eb68e3cf0580fb830d052add397 +Size (diffoscope-266.tar.gz) = 3285463 bytes --_----------=_171577803084940--