Received: by mail.netbsd.org (Postfix, from userid 605) id 1C0AD84EC9; Tue, 28 Sep 2021 05:27:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5525184D69 for ; Tue, 28 Sep 2021 05:27:06 +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 LlQo-Yt9AjL5 for ; Tue, 28 Sep 2021 05:27:05 +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 C3E8F84CD8 for ; Tue, 28 Sep 2021 05:27:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1374FA97; Tue, 28 Sep 2021 05:27:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163280682545670" MIME-Version: 1.0 Date: Tue, 28 Sep 2021 05:27:05 +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: <20210928052705.B1374FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163280682545670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Sep 28 05:27:05 UTC 2021 Modified Files: pkgsrc/devel/py-ddt: Makefile distinfo Log Message: py-ddt: updated to 1.4.3 1.4.3: Fix zero padding issue To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 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. --_----------=_163280682545670 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.7 pkgsrc/devel/py-ddt/Makefile:1.8 --- pkgsrc/devel/py-ddt/Makefile:1.7 Sat Mar 20 09:30:40 2021 +++ pkgsrc/devel/py-ddt/Makefile Tue Sep 28 05:27:05 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/03/20 09:30:40 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/09/28 05:27:05 adam Exp $ -DISTNAME= ddt-1.4.2 +DISTNAME= ddt-1.4.3 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.7 pkgsrc/devel/py-ddt/distinfo:1.8 --- pkgsrc/devel/py-ddt/distinfo:1.7 Sat Mar 20 09:30:40 2021 +++ pkgsrc/devel/py-ddt/distinfo Tue Sep 28 05:27:05 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2021/03/20 09:30:40 adam Exp $ +$NetBSD: distinfo,v 1.8 2021/09/28 05:27:05 adam Exp $ -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 +SHA1 (ddt-1.4.3.tar.gz) = 2267b06096220f24bb57d8344c1cedb4bc0c279f +RMD160 (ddt-1.4.3.tar.gz) = 699aa997a473bbfffc131c1a0c0012716c8cdbd8 +SHA512 (ddt-1.4.3.tar.gz) = 223afef7afa9a2eb5fa589e9bb9518b4e3248b37cba8568c38b2f6031c524a66653fd1f0ff03dbc087276f595fefef2bb8cbbc2c7b282c41a3cb6beb69353eb7 +Size (ddt-1.4.3.tar.gz) = 11498 bytes --_----------=_163280682545670--