Received: by mail.netbsd.org (Postfix, from userid 605) id 6CFBC84D68; Fri, 16 Feb 2018 14:42:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D898284D63 for ; Fri, 16 Feb 2018 14:42:56 +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 gp_fsabgoVA2 for ; Fri, 16 Feb 2018 14:42:56 +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 020AE84C77 for ; Fri, 16 Feb 2018 14:42:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E82E2FB40; Fri, 16 Feb 2018 14:42:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1518792175196660" MIME-Version: 1.0 Date: Fri, 16 Feb 2018 14:42:55 +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: <20180216144255.E82E2FB40@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. --_----------=_1518792175196660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 16 14:42:55 UTC 2018 Modified Files: pkgsrc/www/py-asgiref: Makefile distinfo Log Message: py-asgiref: updated to 2.1.5 2.1.5: * Fixed issues with async_to_sync not setting the event loop correctly * Stop async_to_sync being called from threads with an active event loop To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-asgiref/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-asgiref/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1518792175196660 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.5 pkgsrc/www/py-asgiref/Makefile:1.6 --- pkgsrc/www/py-asgiref/Makefile:1.5 Mon Feb 12 08:36:52 2018 +++ pkgsrc/www/py-asgiref/Makefile Fri Feb 16 14:42:55 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2018/02/12 08:36:52 adam Exp $ +# $NetBSD: Makefile,v 1.6 2018/02/16 14:42:55 adam Exp $ -DISTNAME= asgiref-2.1.4 +DISTNAME= asgiref-2.1.5 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.4 pkgsrc/www/py-asgiref/distinfo:1.5 --- pkgsrc/www/py-asgiref/distinfo:1.4 Mon Feb 12 08:36:52 2018 +++ pkgsrc/www/py-asgiref/distinfo Fri Feb 16 14:42:55 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/02/12 08:36:52 adam Exp $ +$NetBSD: distinfo,v 1.5 2018/02/16 14:42:55 adam Exp $ -SHA1 (asgiref-2.1.4.tar.gz) = 04ce0477dbf16007e5cbf615a725e26353a8dc62 -RMD160 (asgiref-2.1.4.tar.gz) = d2f2a55dccbe4d639489ba37e4dabc3ef9833414 -SHA512 (asgiref-2.1.4.tar.gz) = f58584cea7266aad05cb34f5ed6da724a98359921dd49842c18091d6cb970398e195e46002f01effe056d7bdde6064c7da43dd56797d1347d3e42a685a89da23 -Size (asgiref-2.1.4.tar.gz) = 7808 bytes +SHA1 (asgiref-2.1.5.tar.gz) = c608a3c3db58124bc61c05969e60b6a4f7c91900 +RMD160 (asgiref-2.1.5.tar.gz) = 1362dfd3f039fb52b2261d7c52721ad7132f2a4e +SHA512 (asgiref-2.1.5.tar.gz) = a4b9f9698be3446709971583e7a8bfd1655f1c66f0355e30a8d4e19873dde2f82c1b5ad5b9d0764b0e72bc3f45070c9704175f1a32ac2c7439f0f3b799c3ca91 +Size (asgiref-2.1.5.tar.gz) = 7897 bytes --_----------=_1518792175196660--