Received: by mail.netbsd.org (Postfix, from userid 605) id 319B984F2E; Sat, 7 Jan 2023 07:20:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5FBFF84F29 for ; Sat, 7 Jan 2023 07:20:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 Jcxqh-whHM2g for ; Sat, 7 Jan 2023 07:20:29 +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 BBEA384D5F for ; Sat, 7 Jan 2023 07:20:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AF81FFA90; Sat, 7 Jan 2023 07:20:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167307602912640" MIME-Version: 1.0 Date: Sat, 7 Jan 2023 07:20:29 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/sysutils/py-diffoscope To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20230107072029.AF81FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167307602912640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Sat Jan 7 07:20:29 UTC 2023 Modified Files: pkgsrc/sysutils/py-diffoscope: Makefile distinfo Log Message: py-diffoscope: update to 231 Changes in version 231: * Improve "[X] may produce better output" messages. Based on a patch by Helmut Grohne. (Closes: #1026982) Changes in version 230: [ Chris Lamb ] * Fix compatibility with file(1) version 5.43; thanks, Christoph Biedl. [ Jelle van der Waa ] * Support Berkeley DB version 6. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/py-diffoscope/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/py-diffoscope/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167307602912640 Content-Disposition: inline Content-Length: 1651 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.17 pkgsrc/sysutils/py-diffoscope/Makefile:1.18 --- pkgsrc/sysutils/py-diffoscope/Makefile:1.17 Wed Dec 28 03:58:58 2022 +++ pkgsrc/sysutils/py-diffoscope/Makefile Sat Jan 7 07:20:29 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2022/12/28 03:58:58 khorben Exp $ +# $NetBSD: Makefile,v 1.18 2023/01/07 07:20:29 khorben Exp $ -DISTNAME= diffoscope-229 +DISTNAME= diffoscope-231 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.13 pkgsrc/sysutils/py-diffoscope/distinfo:1.14 --- pkgsrc/sysutils/py-diffoscope/distinfo:1.13 Wed Dec 28 03:58:58 2022 +++ pkgsrc/sysutils/py-diffoscope/distinfo Sat Jan 7 07:20:29 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2022/12/28 03:58:58 khorben Exp $ +$NetBSD: distinfo,v 1.14 2023/01/07 07:20:29 khorben Exp $ -BLAKE2s (diffoscope-229.tar.gz) = b1609ffd349eb7e72e8dab2062276ef4ec83677463a9d0b2cc94a5ea966ae81a -SHA512 (diffoscope-229.tar.gz) = 825c9c33f3088ba082ea3b998594445987558ee62b8b1fbfcded9b72a739faaa73908f8753b8772b3b1a8a43dbcfd52978265a18bdd92605defcd174884ccb23 -Size (diffoscope-229.tar.gz) = 3164192 bytes +BLAKE2s (diffoscope-231.tar.gz) = 8ecc9909565ad32fe21446a029d0d55bb6d4374b93f5708a2a0194dfcfe1cf17 +SHA512 (diffoscope-231.tar.gz) = 544510de0790fc8f0c62030bc557f923bad6d5c39b7364e9944ebcf9bc5c1ecf2b9ecc91cf9142e54a23b1f004f53e96ed5b6f2f4637fa76cebd2ed7d0e4721d +Size (diffoscope-231.tar.gz) = 3164686 bytes --_----------=_167307602912640--