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 727941A9239 for ; Tue, 11 Jan 2022 08:56:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A098A84E7D; Tue, 11 Jan 2022 08:56:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D8D8484D66 for ; Tue, 11 Jan 2022 08:56:21 +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 COLvyVyojVv6 for ; Tue, 11 Jan 2022 08:56:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 539FC84CFC for ; Tue, 11 Jan 2022 08:56:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 47C4EFB24; Tue, 11 Jan 2022 08:56:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641891381142600" MIME-Version: 1.0 Date: Tue, 11 Jan 2022 08:56:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-aiounittest To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220111085621.47C4EFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641891381142600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 11 08:56:21 UTC 2022 Modified Files: pkgsrc/devel/py-aiounittest: Makefile distinfo Log Message: py-aiounittest: updated to 1.4.1 1.4.1 What's Changed Fix typo in documentation Fix main example Re-export top-level imports to satisfy Mypy To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-aiounittest/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-aiounittest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641891381142600 Content-Disposition: inline Content-Length: 1959 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-aiounittest/Makefile diff -u pkgsrc/devel/py-aiounittest/Makefile:1.3 pkgsrc/devel/py-aiounittest/Makefile:1.4 --- pkgsrc/devel/py-aiounittest/Makefile:1.3 Tue Jan 4 20:52:48 2022 +++ pkgsrc/devel/py-aiounittest/Makefile Tue Jan 11 08:56:21 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2022/01/04 20:52:48 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/11 08:56:21 adam Exp $ -DISTNAME= aiounittest-1.4.0 +DISTNAME= aiounittest-1.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiounittest/} @@ -12,9 +11,6 @@ COMMENT= Test asyncio code more easily LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-wrapt-[0-9]*:../../devel/py-wrapt -# tests not included -#TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage -#TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose USE_LANGUAGES= # none Index: pkgsrc/devel/py-aiounittest/distinfo diff -u pkgsrc/devel/py-aiounittest/distinfo:1.4 pkgsrc/devel/py-aiounittest/distinfo:1.5 --- pkgsrc/devel/py-aiounittest/distinfo:1.4 Tue Oct 26 10:18:09 2021 +++ pkgsrc/devel/py-aiounittest/distinfo Tue Jan 11 08:56:21 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:18:09 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/01/11 08:56:21 adam Exp $ -BLAKE2s (aiounittest-1.4.0.tar.gz) = ddfa3f475c71d451ca7c4e4a3fa92736096793af8240b1b8443b03a622d19559 -SHA512 (aiounittest-1.4.0.tar.gz) = 9f0d7e8abe0852ed5ba554e08286078b00188e231829998a0ba62bdaea25050340c966cf036ea8462b51233005cf3b592780b1007f182bf6c3ffef7e8f041097 -Size (aiounittest-1.4.0.tar.gz) = 5910 bytes +BLAKE2s (aiounittest-1.4.1.tar.gz) = 274e685523714cfe8f5aecf433b2e890f070ae00e30e1018ce910cda389ed436 +SHA512 (aiounittest-1.4.1.tar.gz) = 9ea3ddbdb8938a49267513026ffb71720cd0e52e788015cfe6878a354a731db888648273b90bfda64e797c4f4d31cfee9398d66c79bb1b5cdcf7dcb0b95cbbf8 +Size (aiounittest-1.4.1.tar.gz) = 5791 bytes --_----------=_1641891381142600--