Received: by mail.netbsd.org (Postfix, from userid 605) id 6215E84D60; Thu, 24 Oct 2019 12:48:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE8EC84D5D for ; Thu, 24 Oct 2019 12:48:54 +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 xi2KAlfYiAmR for ; Thu, 24 Oct 2019 12:48:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 668AA84CDC for ; Thu, 24 Oct 2019 12:48:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FB6EFA84; Thu, 24 Oct 2019 12:48:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571921334104570" MIME-Version: 1.0 Date: Thu, 24 Oct 2019 12:48:54 +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: <20191024124854.5FB6EFA84@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. --_----------=_1571921334104570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 24 12:48:54 UTC 2019 Modified Files: pkgsrc/devel/py-test-forked: Makefile distinfo Log Message: py-test-forked: updated to 1.1.3 v1.1.3 * Another dummy release to sort out missing wheels (hopefully). v1.1.2 * Another dummy release to sort out missing wheels (hopefully). v1.1.1 * Dummy release to sort out CI issues. v1.1.0 * New marker `pytest.mark.forked` to fork before individual tests. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-forked/Makefile cvs rdiff -u -r1.3 -r1.4 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. --_----------=_1571921334104570 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.4 pkgsrc/devel/py-test-forked/Makefile:1.5 --- pkgsrc/devel/py-test-forked/Makefile:1.4 Fri Feb 15 08:50:14 2019 +++ pkgsrc/devel/py-test-forked/Makefile Thu Oct 24 12:48:54 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2019/02/15 08:50:14 adam Exp $ +# $NetBSD: Makefile,v 1.5 2019/10/24 12:48:54 adam Exp $ -DISTNAME= pytest-forked-1.0.2 +DISTNAME= pytest-forked-1.1.3 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.3 pkgsrc/devel/py-test-forked/distinfo:1.4 --- pkgsrc/devel/py-test-forked/distinfo:1.3 Fri Feb 15 08:50:14 2019 +++ pkgsrc/devel/py-test-forked/distinfo Thu Oct 24 12:48:54 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2019/02/15 08:50:14 adam Exp $ +$NetBSD: distinfo,v 1.4 2019/10/24 12:48:54 adam Exp $ -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 +SHA1 (pytest-forked-1.1.3.tar.gz) = ed4bf384929a20b0d19d3a0dffbb961b41de6e90 +RMD160 (pytest-forked-1.1.3.tar.gz) = c258336833de93fcdae641ad6c84e8ad737ff98f +SHA512 (pytest-forked-1.1.3.tar.gz) = 2086884b0e78841b3cdf8eb2b144b8fa60ba95e4be79bc58a2b5775a5f997dddef59377f7c993e54974fbbe13e73fe8688eed4d035e85293e35a143c5f0180f3 +Size (pytest-forked-1.1.3.tar.gz) = 7308 bytes --_----------=_1571921334104570--