Received: by mail.netbsd.org (Postfix, from userid 605) id 74C1784DE6; Fri, 15 Feb 2019 08:50:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F087384D48 for ; Fri, 15 Feb 2019 08:50:14 +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 y_WOAbkH31nK for ; Fri, 15 Feb 2019 08:50:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7B53E84CEA for ; Fri, 15 Feb 2019 08:50:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 763F7FB16; Fri, 15 Feb 2019 08:50:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550220614128710" MIME-Version: 1.0 Date: Fri, 15 Feb 2019 08:50:14 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-forked To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190215085014.763F7FB16@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. --_----------=_1550220614128710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 15 08:50:14 UTC 2019 Modified Files: pkgsrc/devel/py-test-forked: Makefile distinfo Log Message: py-test-forked: updated to 1.0.2 v1.0.2 * Fix support for pytest 4.2. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-forked/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-forked/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550220614128710 Content-Disposition: inline Content-Length: 1756 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-forked/Makefile diff -u pkgsrc/devel/py-test-forked/Makefile:1.3 pkgsrc/devel/py-test-forked/Makefile:1.4 --- pkgsrc/devel/py-test-forked/Makefile:1.3 Sun Jan 13 17:50:22 2019 +++ pkgsrc/devel/py-test-forked/Makefile Fri Feb 15 08:50:14 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2019/01/13 17:50:22 adam Exp $ +# $NetBSD: Makefile,v 1.4 2019/02/15 08:50:14 adam Exp $ -DISTNAME= pytest-forked-1.0.1 +DISTNAME= pytest-forked-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-forked/} Index: pkgsrc/devel/py-test-forked/distinfo diff -u pkgsrc/devel/py-test-forked/distinfo:1.2 pkgsrc/devel/py-test-forked/distinfo:1.3 --- pkgsrc/devel/py-test-forked/distinfo:1.2 Sun Jan 13 17:50:22 2019 +++ pkgsrc/devel/py-test-forked/distinfo Fri Feb 15 08:50:14 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2019/01/13 17:50:22 adam Exp $ +$NetBSD: distinfo,v 1.3 2019/02/15 08:50:14 adam Exp $ -SHA1 (pytest-forked-1.0.1.tar.gz) = ebaa7787f53675406d8976d83846fe449b56d53a -RMD160 (pytest-forked-1.0.1.tar.gz) = 59bea869caf0cdb2cd206a48fdaf94a92e2f47a7 -SHA512 (pytest-forked-1.0.1.tar.gz) = 6fc56ce7fcbb76e5c92c912eb199b8d7af09f2fc3d4648ac7493fcdd1ba9df40fd87bd03a384d70ed015cd5d9f0e243a2c89811daabd5477f3355bbbdb2d7657 -Size (pytest-forked-1.0.1.tar.gz) = 6751 bytes +SHA1 (pytest-forked-1.0.2.tar.gz) = ef58e285e84be4c31c450062984a4bfd95230e97 +RMD160 (pytest-forked-1.0.2.tar.gz) = dfa29b9444ddde020bb8a8200857ca11efdba6a0 +SHA512 (pytest-forked-1.0.2.tar.gz) = c48819a0434be5d9f9b49c7bc976969551479629e904f99f6dfd80fb9cde95a8a5a9bc2412b38828c1e303832b81fea0d8b7228d336983aebe21cb96b8a02b03 +Size (pytest-forked-1.0.2.tar.gz) = 6809 bytes --_----------=_1550220614128710--