Received: by mail.netbsd.org (Postfix, from userid 605) id 4D3D584DFE; Fri, 25 Oct 2019 09:45:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C8B2184DCD for ; Fri, 25 Oct 2019 09:45:35 +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 gnOm5-EqG-q6 for ; Fri, 25 Oct 2019 09:45:35 +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 5107584D35 for ; Fri, 25 Oct 2019 09:45:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 47E33FA89; Fri, 25 Oct 2019 09:45:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571996735279350" MIME-Version: 1.0 Date: Fri, 25 Oct 2019 09:45:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-testmon To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191025094535.47E33FA89@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1571996735279350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 25 09:45:35 UTC 2019 Modified Files: pkgsrc/devel/py-test-testmon: Makefile distinfo Log Message: py-test-testmon: updated to 0.9.19 0.9.19: Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-testmon/Makefile \ pkgsrc/devel/py-test-testmon/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571996735279350 Content-Disposition: inline Content-Length: 1788 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-testmon/Makefile diff -u pkgsrc/devel/py-test-testmon/Makefile:1.7 pkgsrc/devel/py-test-testmon/Makefile:1.8 --- pkgsrc/devel/py-test-testmon/Makefile:1.7 Mon Sep 2 09:20:42 2019 +++ pkgsrc/devel/py-test-testmon/Makefile Fri Oct 25 09:45:35 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/09/02 09:20:42 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/10/25 09:45:35 adam Exp $ -DISTNAME= pytest-testmon-0.9.18 +DISTNAME= pytest-testmon-0.9.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-testmon/} Index: pkgsrc/devel/py-test-testmon/distinfo diff -u pkgsrc/devel/py-test-testmon/distinfo:1.7 pkgsrc/devel/py-test-testmon/distinfo:1.8 --- pkgsrc/devel/py-test-testmon/distinfo:1.7 Mon Sep 2 09:20:42 2019 +++ pkgsrc/devel/py-test-testmon/distinfo Fri Oct 25 09:45:35 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/09/02 09:20:42 adam Exp $ +$NetBSD: distinfo,v 1.8 2019/10/25 09:45:35 adam Exp $ -SHA1 (pytest-testmon-0.9.18.tar.gz) = 508cd1d25f94aa05643215a17906edf83b5207fa -RMD160 (pytest-testmon-0.9.18.tar.gz) = 5b8407153be8277b45b2e71be028db89247b2ecf -SHA512 (pytest-testmon-0.9.18.tar.gz) = 799099ed4b016bb5129479a594695c6749758e91c6aa07960ade299f06352847f59d073f4cab2ce799900b3fefc6117dbbff4f6bb603c7990e334eb0e48eafe1 -Size (pytest-testmon-0.9.18.tar.gz) = 28306 bytes +SHA1 (pytest-testmon-0.9.19.tar.gz) = 2277b15050d84cfc64f7c019477dd917e1be54b9 +RMD160 (pytest-testmon-0.9.19.tar.gz) = 980ee9c0b344200f1d93b631da0cfa58781674c3 +SHA512 (pytest-testmon-0.9.19.tar.gz) = 28e5f75265373f5e65d45fc3a26e7926e6095265befa9ba61acfc8a230f5350738074ef11f35c462ba97d08c15a8fbf008e49483f6c9c2b9ab64fe324db94db2 +Size (pytest-testmon-0.9.19.tar.gz) = 26805 bytes --_----------=_1571996735279350--