Received: by mail.netbsd.org (Postfix, from userid 605) id 9D79484DB5; Sat, 20 Jun 2020 16:26:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 23E5384D4E for ; Sat, 20 Jun 2020 16:26:35 +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 Pur5Beu7X4bU for ; Sat, 20 Jun 2020 16:26:34 +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 A41E084CF7 for ; Sat, 20 Jun 2020 16:26:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1C97FB28; Sat, 20 Jun 2020 16:26:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1592670394224160" MIME-Version: 1.0 Date: Sat, 20 Jun 2020 16:26:34 +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: <20200620162634.A1C97FB28@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. --_----------=_1592670394224160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jun 20 16:26:34 UTC 2020 Modified Files: pkgsrc/www/py-asgiref: Makefile distinfo Log Message: py-asgiref: updated to 3.2.10 3.2.10: * Fixed bugs due to bad WeakRef handling introduced in 3.2.8 To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-asgiref/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-asgiref/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1592670394224160 Content-Disposition: inline Content-Length: 1638 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.21 pkgsrc/www/py-asgiref/Makefile:1.22 --- pkgsrc/www/py-asgiref/Makefile:1.21 Wed Jun 17 04:53:33 2020 +++ pkgsrc/www/py-asgiref/Makefile Sat Jun 20 16:26:34 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2020/06/17 04:53:33 adam Exp $ +# $NetBSD: Makefile,v 1.22 2020/06/20 16:26:34 adam Exp $ -DISTNAME= asgiref-3.2.9 +DISTNAME= asgiref-3.2.10 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.19 pkgsrc/www/py-asgiref/distinfo:1.20 --- pkgsrc/www/py-asgiref/distinfo:1.19 Wed Jun 17 04:53:33 2020 +++ pkgsrc/www/py-asgiref/distinfo Sat Jun 20 16:26:34 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2020/06/17 04:53:33 adam Exp $ +$NetBSD: distinfo,v 1.20 2020/06/20 16:26:34 adam Exp $ -SHA1 (asgiref-3.2.9.tar.gz) = 2b7596e636a169d39b2021724222f0ed4222b100 -RMD160 (asgiref-3.2.9.tar.gz) = bf6524fb77dcd1ff29a1e0a755337c49391ad6cb -SHA512 (asgiref-3.2.9.tar.gz) = 1810b19bb045fdb4bf47ec7e5caabd0f8869410a6f81503de2148fd024a88da40ed93cce1b47905d7e99f7e89f08a61a9980b88ab738e783664520c6f27e346c -Size (asgiref-3.2.9.tar.gz) = 25482 bytes +SHA1 (asgiref-3.2.10.tar.gz) = 18d38f9177e344b9d7ba766a58179636f659a13d +RMD160 (asgiref-3.2.10.tar.gz) = c6b459585a6258eff14ed425cbdf30e6732f4449 +SHA512 (asgiref-3.2.10.tar.gz) = 8688d71103dfe569978712481161a88cce9aa6587eacbf29ea42d585817c813625360724d1d561d12456a6580647f9d4a098f194bd780f3c9f7e52a1e0aa8c88 +Size (asgiref-3.2.10.tar.gz) = 25669 bytes --_----------=_1592670394224160--