Received: by mail.netbsd.org (Postfix, from userid 605) id 44BF684E77; Thu, 8 Mar 2018 08:26:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45BB784D71 for ; Thu, 8 Mar 2018 08:26:22 +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 W4cSBvFeGbKQ for ; Thu, 8 Mar 2018 08:26:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9FBEC84CDF for ; Thu, 8 Mar 2018 08:26:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97813FB40; Thu, 8 Mar 2018 08:26:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520497581129260" MIME-Version: 1.0 Date: Thu, 8 Mar 2018 08:26:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-asgiref To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180308082621.97813FB40@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. --_----------=_1520497581129260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Mar 8 08:26:21 UTC 2018 Modified Files: pkgsrc/www/py-asgiref: Makefile distinfo Log Message: py-asgiref: updated to 2.2.0 2.2.0: * Cancelled tasks now correctly cascade-cancel their children * Communicator.wait() no longer re-raises CancelledError from inner coroutines To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-asgiref/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-asgiref/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520497581129260 Content-Disposition: inline Content-Length: 1621 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-asgiref/Makefile diff -u pkgsrc/www/py-asgiref/Makefile:1.7 pkgsrc/www/py-asgiref/Makefile:1.8 --- pkgsrc/www/py-asgiref/Makefile:1.7 Thu Feb 22 08:50:47 2018 +++ pkgsrc/www/py-asgiref/Makefile Thu Mar 8 08:26:21 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2018/02/22 08:50:47 adam Exp $ +# $NetBSD: Makefile,v 1.8 2018/03/08 08:26:21 adam Exp $ -DISTNAME= asgiref-2.1.6 +DISTNAME= asgiref-2.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/} Index: pkgsrc/www/py-asgiref/distinfo diff -u pkgsrc/www/py-asgiref/distinfo:1.6 pkgsrc/www/py-asgiref/distinfo:1.7 --- pkgsrc/www/py-asgiref/distinfo:1.6 Thu Feb 22 08:50:47 2018 +++ pkgsrc/www/py-asgiref/distinfo Thu Mar 8 08:26:21 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2018/02/22 08:50:47 adam Exp $ +$NetBSD: distinfo,v 1.7 2018/03/08 08:26:21 adam Exp $ -SHA1 (asgiref-2.1.6.tar.gz) = 196b1db47199bff0d4dca885f5152de22b8a6041 -RMD160 (asgiref-2.1.6.tar.gz) = 0dc87955e26fb66870c535b2236f6e212e2cfc83 -SHA512 (asgiref-2.1.6.tar.gz) = adfea74f4472c863ade507eb592ddfda23f43444e2a42cd96d49d409d5e8e3ed2d9c98a4feb11268423f72dfe4faf0141b1aaa2ac5ef6878e09cdca0ca863c57 -Size (asgiref-2.1.6.tar.gz) = 7919 bytes +SHA1 (asgiref-2.2.0.tar.gz) = 5064aa8e418404a35f369dd32475100ede762180 +RMD160 (asgiref-2.2.0.tar.gz) = c7611b95cc90395f03f9ca885595f05c7ae6bcad +SHA512 (asgiref-2.2.0.tar.gz) = 6efb142b508637115ac85f02752ccb8510d9d28ade848af7d6e65818f23bbd7c19879ccec4f195e60fb8b7977d5acb314e65b1bd25306d0c1a288be1f23c3db4 +Size (asgiref-2.2.0.tar.gz) = 8182 bytes --_----------=_1520497581129260--