Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 738DF84D3C for ; Mon, 17 Jul 2023 08:59:49 +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 EOkNnnPsdiv4 for ; Mon, 17 Jul 2023 08:59:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8683084CD0 for ; Mon, 17 Jul 2023 08:59:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E883FBDB; Mon, 17 Jul 2023 08:59:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689584388178390" MIME-Version: 1.0 Date: Mon, 17 Jul 2023 08:59:48 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-asyncio To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230717085948.7E883FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689584388178390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jul 17 08:59:48 UTC 2023 Modified Files: pkgsrc/devel/py-test-asyncio: Makefile distinfo Log Message: py-test-asyncio: updated to 0.21.1 0.21.1 (2023-07-12) =================== - Output a proper error message when an invalid ``asyncio_mode`` is selected. - Extend warning message about unclosed event loops with additional possible cause. - Previously, some tests reported "skipped" or "xfailed" as a result. Now all tests report a "success" result. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-test-asyncio/Makefile cvs rdiff -u -r1.18 -r1.19 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. --_----------=_1689584388178390 Content-Disposition: inline Content-Length: 1689 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.22 pkgsrc/devel/py-test-asyncio/Makefile:1.23 --- pkgsrc/devel/py-test-asyncio/Makefile:1.22 Mon Mar 20 08:54:19 2023 +++ pkgsrc/devel/py-test-asyncio/Makefile Mon Jul 17 08:59:48 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2023/03/20 08:54:19 adam Exp $ +# $NetBSD: Makefile,v 1.23 2023/07/17 08:59:48 adam Exp $ -DISTNAME= pytest-asyncio-0.21.0 +DISTNAME= pytest-asyncio-0.21.1 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.18 pkgsrc/devel/py-test-asyncio/distinfo:1.19 --- pkgsrc/devel/py-test-asyncio/distinfo:1.18 Mon Mar 20 08:54:19 2023 +++ pkgsrc/devel/py-test-asyncio/distinfo Mon Jul 17 08:59:48 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2023/03/20 08:54:19 adam Exp $ +$NetBSD: distinfo,v 1.19 2023/07/17 08:59:48 adam Exp $ -BLAKE2s (pytest-asyncio-0.21.0.tar.gz) = 63f276b5151eb5297c6c5efa573b249166bad2f07cd02f4cb9a8893c5d213431 -SHA512 (pytest-asyncio-0.21.0.tar.gz) = ce557e5f15f3ae745804f4484d590a9f673d76f0c67c2e8ab444e1b17a4ae5ea6021bf55d7ef905643bfbcded6299f207a386fb4dc05ddf20ade25e6618a9773 -Size (pytest-asyncio-0.21.0.tar.gz) = 29898 bytes +BLAKE2s (pytest-asyncio-0.21.1.tar.gz) = 001cfc67fe3825dac486856a7cb22e93321b7a72004f10e8a2affcc35c5f5366 +SHA512 (pytest-asyncio-0.21.1.tar.gz) = 3aef14bade1dddab4320450d60c6909a76c7cf334d8225ad155b474b042d1c692edc5b567fb86ecf6b3453746105c3cecce86d2c6ff5cf6652d5147a8532cfd0 +Size (pytest-asyncio-0.21.1.tar.gz) = 30492 bytes --_----------=_1689584388178390--