Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 30AE11A9239 for ; Mon, 21 Feb 2022 08:31:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6417584F00; Mon, 21 Feb 2022 08:31:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9DE1484EFC for ; Mon, 21 Feb 2022 08:31:37 +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 3pbC4VHtbeSB for ; Mon, 21 Feb 2022 08:31:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1FB8184E5B for ; Mon, 21 Feb 2022 08:31:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A5D7FB24; Mon, 21 Feb 2022 08:31:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164543229755840" MIME-Version: 1.0 Date: Mon, 21 Feb 2022 08:31:37 +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: <20220221083137.1A5D7FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164543229755840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 21 08:31:37 UTC 2022 Modified Files: pkgsrc/devel/py-test-asyncio: Makefile distinfo Log Message: py-test-asyncio: updated to 0.18.1 0.18.1 Fixes a regression that prevented async fixtures from working in synchronous tests. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-test-asyncio/Makefile cvs rdiff -u -r1.11 -r1.12 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. --_----------=_164543229755840 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.14 pkgsrc/devel/py-test-asyncio/Makefile:1.15 --- pkgsrc/devel/py-test-asyncio/Makefile:1.14 Tue Feb 8 09:10:58 2022 +++ pkgsrc/devel/py-test-asyncio/Makefile Mon Feb 21 08:31:36 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/02/08 09:10:58 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/02/21 08:31:36 adam Exp $ -DISTNAME= pytest-asyncio-0.18.0 +DISTNAME= pytest-asyncio-0.18.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.11 pkgsrc/devel/py-test-asyncio/distinfo:1.12 --- pkgsrc/devel/py-test-asyncio/distinfo:1.11 Tue Feb 8 09:10:58 2022 +++ pkgsrc/devel/py-test-asyncio/distinfo Mon Feb 21 08:31:36 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/02/08 09:10:58 adam Exp $ +$NetBSD: distinfo,v 1.12 2022/02/21 08:31:36 adam Exp $ -BLAKE2s (pytest-asyncio-0.18.0.tar.gz) = a9173bbb63e2e73bb35262a91e96e5a2120c24ce86d02639a03181f223328757 -SHA512 (pytest-asyncio-0.18.0.tar.gz) = 58c6f03d2d7c09a7b5aee17b080d07d7a382444bbf381bd9312464336eb24b6d6d0652f19f8a4fc2f6e8a108aac99ab971d7b9d63ec742d5f8742903457b2400 -Size (pytest-asyncio-0.18.0.tar.gz) = 31725 bytes +BLAKE2s (pytest-asyncio-0.18.1.tar.gz) = 361a5f14e24d404cf221070a1d95c1693653ab16d38479ea01586eccaf4cc5e2 +SHA512 (pytest-asyncio-0.18.1.tar.gz) = 65820d3bb6d2b7bac46d0f1d926fe4a573580e41f3e8c85f8b58934b15eb20c1d58e2eada8414a756e36664d075a12ebde7f9b7f9d82c251bce7a86252821e0f +Size (pytest-asyncio-0.18.1.tar.gz) = 31904 bytes --_----------=_164543229755840--