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 A48711A921F for ; Wed, 6 Apr 2022 15:08:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0268F84F7A; Wed, 6 Apr 2022 15:08:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3E8C184E82 for ; Wed, 6 Apr 2022 15:08:32 +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 NBKbiUfewEFi for ; Wed, 6 Apr 2022 15:08:31 +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 B705784D96 for ; Wed, 6 Apr 2022 15:08:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA79EFB24; Wed, 6 Apr 2022 15:08:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649257711204080" MIME-Version: 1.0 Date: Wed, 6 Apr 2022 15:08:31 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-nest-asyncio To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220406150831.AA79EFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649257711204080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 6 15:08:31 UTC 2022 Modified Files: pkgsrc/devel/py-nest-asyncio: Makefile distinfo Log Message: py-nest-asyncio: updated to 1.5.5 v1.5.5 Potential fix for issue 65 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-nest-asyncio/Makefile \ pkgsrc/devel/py-nest-asyncio/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649257711204080 Content-Disposition: inline Content-Length: 1650 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-nest-asyncio/Makefile diff -u pkgsrc/devel/py-nest-asyncio/Makefile:1.1 pkgsrc/devel/py-nest-asyncio/Makefile:1.2 --- pkgsrc/devel/py-nest-asyncio/Makefile:1.1 Mon Jan 31 17:47:22 2022 +++ pkgsrc/devel/py-nest-asyncio/Makefile Wed Apr 6 15:08:31 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2022/01/31 17:47:22 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/04/06 15:08:31 adam Exp $ -DISTNAME= nest_asyncio-1.5.4 +DISTNAME= nest_asyncio-1.5.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=n/nest-asyncio/} Index: pkgsrc/devel/py-nest-asyncio/distinfo diff -u pkgsrc/devel/py-nest-asyncio/distinfo:1.1 pkgsrc/devel/py-nest-asyncio/distinfo:1.2 --- pkgsrc/devel/py-nest-asyncio/distinfo:1.1 Mon Jan 31 17:47:22 2022 +++ pkgsrc/devel/py-nest-asyncio/distinfo Wed Apr 6 15:08:31 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/01/31 17:47:22 adam Exp $ +$NetBSD: distinfo,v 1.2 2022/04/06 15:08:31 adam Exp $ -BLAKE2s (nest_asyncio-1.5.4.tar.gz) = b224aa9e1ee746234fcba9de1aa67dbd0cfafe8a2c1ba1dea1e7da509325ddc4 -SHA512 (nest_asyncio-1.5.4.tar.gz) = 982e274712ec8a8004108492708f28fbf459c5f2d274e754387b0afa0f92425fe29be075e3402bbc319accf17974efcbb3015799421f6a10ed15cfa424f82310 -Size (nest_asyncio-1.5.4.tar.gz) = 5893 bytes +BLAKE2s (nest_asyncio-1.5.5.tar.gz) = 9b99f8413dbe61c6a78bd28f669bc186e312fe944eec1ce73521251957ff3475 +SHA512 (nest_asyncio-1.5.5.tar.gz) = 8f28b4495f1d595f5943fb8a40c8894183398865059c42686483d6c4af6634b5119ff6e694b98662bfdd71046ec0bed70f5fcceb67971637c0fed91cb6d6eaea +Size (nest_asyncio-1.5.5.tar.gz) = 7386 bytes --_----------=_1649257711204080--