Received: by mail.netbsd.org (Postfix, from userid 605) id 3575F84D52; Sat, 20 Mar 2021 09:30:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7151A84CE2 for ; Sat, 20 Mar 2021 09:30:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7HUGgjWtOZRp for ; Sat, 20 Mar 2021 09:30:41 +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 EE41984CDA for ; Sat, 20 Mar 2021 09:30:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E5D4BFA95; Sat, 20 Mar 2021 09:30:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1616232640191320" MIME-Version: 1.0 Date: Sat, 20 Mar 2021 09:30:40 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-ddt To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210320093040.E5D4BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1616232640191320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Mar 20 09:30:40 UTC 2021 Modified Files: pkgsrc/devel/py-ddt: Makefile distinfo Log Message: py-ddt: updated to 1.4.2 1.4.2: Fix test failure with PyYAML 5.4.1 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-ddt/Makefile \ pkgsrc/devel/py-ddt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1616232640191320 Content-Disposition: inline Content-Length: 1560 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-ddt/Makefile diff -u pkgsrc/devel/py-ddt/Makefile:1.6 pkgsrc/devel/py-ddt/Makefile:1.7 --- pkgsrc/devel/py-ddt/Makefile:1.6 Fri Dec 4 09:23:18 2020 +++ pkgsrc/devel/py-ddt/Makefile Sat Mar 20 09:30:40 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/12/04 09:23:18 adam Exp $ +# $NetBSD: Makefile,v 1.7 2021/03/20 09:30:40 adam Exp $ -DISTNAME= ddt-1.4.1 +DISTNAME= ddt-1.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/ddt/} Index: pkgsrc/devel/py-ddt/distinfo diff -u pkgsrc/devel/py-ddt/distinfo:1.6 pkgsrc/devel/py-ddt/distinfo:1.7 --- pkgsrc/devel/py-ddt/distinfo:1.6 Fri Dec 4 09:23:18 2020 +++ pkgsrc/devel/py-ddt/distinfo Sat Mar 20 09:30:40 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2020/12/04 09:23:18 adam Exp $ +$NetBSD: distinfo,v 1.7 2021/03/20 09:30:40 adam Exp $ -SHA1 (ddt-1.4.1.tar.gz) = f65afc9a1b95e5db65ba772c1ba00b3d982e02e5 -RMD160 (ddt-1.4.1.tar.gz) = 059b138416e0ee507739d4aeff3345445c60ba4d -SHA512 (ddt-1.4.1.tar.gz) = b1ccbd3588c40d5ceb304b3a5e38c55cc6dbda690d1e9a93d1b7644f9aef155156020bcee2534df436fbea22b59e99d9bfcebe4e7a8fd6098a9d25a7a26dc9b1 -Size (ddt-1.4.1.tar.gz) = 11457 bytes +SHA1 (ddt-1.4.2.tar.gz) = 15cbb4086549e53be35b3e5e9536ef6b40a13031 +RMD160 (ddt-1.4.2.tar.gz) = 21e77bcc88cb2011fa372dec8d2aedeef0108921 +SHA512 (ddt-1.4.2.tar.gz) = 5dd373d64cd176130da5edcc71693ef9566d52e06ad2664307ec540293e7a9769c3f9c325a296896ed3fb3881324ff33c28dc354263c9a819384c331a21e1ae1 +Size (ddt-1.4.2.tar.gz) = 11467 bytes --_----------=_1616232640191320--