Received: by mail.netbsd.org (Postfix, from userid 605) id E9D0884FD7; Sun, 5 Aug 2018 10:19:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D69F684F36 for ; Sun, 5 Aug 2018 10:19:16 +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 42zVZJ4zP0Fd for ; Sun, 5 Aug 2018 10:19:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3906884ED1 for ; Sun, 5 Aug 2018 10:19:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35351FBEC; Sun, 5 Aug 2018 10:19:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1533464356132450" MIME-Version: 1.0 Date: Sun, 5 Aug 2018 10:19:16 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-asyncio To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180805101916.35351FBEC@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. --_----------=_1533464356132450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Aug 5 10:19:16 UTC 2018 Modified Files: pkgsrc/devel/py-test-asyncio: Makefile distinfo Log Message: py-test-asyncio: updated to 0.9.0 0.9.0: Python 3.7 support. Remove event_loop_process_pool fixture and pytest.mark.asyncio_process_pool marker. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-asyncio/Makefile \ pkgsrc/devel/py-test-asyncio/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1533464356132450 Content-Disposition: inline Content-Length: 1777 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-asyncio/Makefile diff -u pkgsrc/devel/py-test-asyncio/Makefile:1.1 pkgsrc/devel/py-test-asyncio/Makefile:1.2 --- pkgsrc/devel/py-test-asyncio/Makefile:1.1 Mon Feb 5 16:28:49 2018 +++ pkgsrc/devel/py-test-asyncio/Makefile Sun Aug 5 10:19:16 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2018/02/05 16:28:49 adam Exp $ +# $NetBSD: Makefile,v 1.2 2018/08/05 10:19:16 adam Exp $ -DISTNAME= pytest-asyncio-0.8.0 +DISTNAME= pytest-asyncio-0.9.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-asyncio/} Index: pkgsrc/devel/py-test-asyncio/distinfo diff -u pkgsrc/devel/py-test-asyncio/distinfo:1.1 pkgsrc/devel/py-test-asyncio/distinfo:1.2 --- pkgsrc/devel/py-test-asyncio/distinfo:1.1 Mon Feb 5 16:28:49 2018 +++ pkgsrc/devel/py-test-asyncio/distinfo Sun Aug 5 10:19:16 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2018/02/05 16:28:49 adam Exp $ +$NetBSD: distinfo,v 1.2 2018/08/05 10:19:16 adam Exp $ -SHA1 (pytest-asyncio-0.8.0.tar.gz) = d5a7faf563006ad6a91243060b13a8cddcab42b5 -RMD160 (pytest-asyncio-0.8.0.tar.gz) = 45d68fd605944e249c0f4f02961ee3fb978403b9 -SHA512 (pytest-asyncio-0.8.0.tar.gz) = ffae02204356ad8c936dca7d3982eda220d886d3f75619696e3146e6aacacdfc1212eed096613f9d1b3f7aa002ce9aeb8fb1a97341877c01018b59a38f05b196 -Size (pytest-asyncio-0.8.0.tar.gz) = 11310 bytes +SHA1 (pytest-asyncio-0.9.0.tar.gz) = 7d80b5806bb8eef09da481aeb2bb133d50c9fbd8 +RMD160 (pytest-asyncio-0.9.0.tar.gz) = ef58e3273e873a207f89a761211b020793c80bea +SHA512 (pytest-asyncio-0.9.0.tar.gz) = 129dc6129a93856eb32a5ca8c90ea71397bd5293f66b5b3682efbfcd7c0444471c98aa2f95bca89e6a34dd1f3571aa4a2b9b7831c4cd0e124eb2f69ad3a7fa73 +Size (pytest-asyncio-0.9.0.tar.gz) = 7220 bytes --_----------=_1533464356132450--