Received: by mail.netbsd.org (Postfix, from userid 605) id 4439484DBE; Thu, 12 Mar 2020 16:15:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF08184DB8 for ; Thu, 12 Mar 2020 16:15:09 +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 vtX3MAWPSh5K for ; Thu, 12 Mar 2020 16:15:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 450AB84D75 for ; Thu, 12 Mar 2020 16:15:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3EA5EFB27; Thu, 12 Mar 2020 16:15:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584029709234710" MIME-Version: 1.0 Date: Thu, 12 Mar 2020 16:15:09 +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: <20200312161509.3EA5EFB27@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. --_----------=_1584029709234710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Mar 12 16:15:09 UTC 2020 Modified Files: pkgsrc/www/py-asgiref: Makefile distinfo Log Message: py-asgiref: updated to 3.2.5 3.2.5 * __self__ is now preserved on methods by async_to_sync 3.2.4 * Pending tasks/async generators are now cancelled when async_to_sync exits * Contextvars now propagate changes both ways through sync_to_async * sync_to_async now preserves attributes on functions it wraps To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-asgiref/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-asgiref/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584029709234710 Content-Disposition: inline Content-Length: 1633 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.17 pkgsrc/www/py-asgiref/Makefile:1.18 --- pkgsrc/www/py-asgiref/Makefile:1.17 Thu Oct 31 08:25:02 2019 +++ pkgsrc/www/py-asgiref/Makefile Thu Mar 12 16:15:09 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2019/10/31 08:25:02 adam Exp $ +# $NetBSD: Makefile,v 1.18 2020/03/12 16:15:09 adam Exp $ -DISTNAME= asgiref-3.2.3 +DISTNAME= asgiref-3.2.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.15 pkgsrc/www/py-asgiref/distinfo:1.16 --- pkgsrc/www/py-asgiref/distinfo:1.15 Thu Oct 31 08:25:02 2019 +++ pkgsrc/www/py-asgiref/distinfo Thu Mar 12 16:15:09 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2019/10/31 08:25:02 adam Exp $ +$NetBSD: distinfo,v 1.16 2020/03/12 16:15:09 adam Exp $ -SHA1 (asgiref-3.2.3.tar.gz) = d0f858c64c120c47f32ecd01deb42be5870cd14a -RMD160 (asgiref-3.2.3.tar.gz) = 19610a9f8e8f6d7db7d58f2aae16e9679219b644 -SHA512 (asgiref-3.2.3.tar.gz) = ea4a5e08aec285a10d1c3fc12779f96d5586476157910b6a11fa88b771ab83cf3f4e00da562f5845a4084a633196393e2a45a7e89455abf2c27f88c2925b56db -Size (asgiref-3.2.3.tar.gz) = 24295 bytes +SHA1 (asgiref-3.2.5.tar.gz) = fd46b2af607585738bce873f6a41c8ba7064095f +RMD160 (asgiref-3.2.5.tar.gz) = 50b3a8ecf46010f603da08857014fd0ed4f405d1 +SHA512 (asgiref-3.2.5.tar.gz) = f70df716d1fc8e8f45e35fd7375096ae1072a444129680ef184f8c92a4fde8a5f3a783fa64d47aeaab3fb016736ebd7dbe39df6106ffc49652e6506de99faa59 +Size (asgiref-3.2.5.tar.gz) = 25056 bytes --_----------=_1584029709234710--