Received: by mail.netbsd.org (Postfix, from userid 605) id B48E484F04; Thu, 18 Jan 2024 10:35:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E20C284E5C for ; Thu, 18 Jan 2024 10:35:04 +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 EEGICP5eCTi4 for ; Thu, 18 Jan 2024 10:35:04 +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 61CBD84D0E for ; Thu, 18 Jan 2024 10:35:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C533FA42; Thu, 18 Jan 2024 10:35:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705574104214930" MIME-Version: 1.0 Date: Thu, 18 Jan 2024 10:35:04 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-uvicorn To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240118103504.5C533FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705574104214930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 18 10:35:04 UTC 2024 Modified Files: pkgsrc/www/py-uvicorn: Makefile distinfo Log Message: py-uvicorn: updated to 0.26.0 0.26.0 Update --root-path to include the root path prefix in the full ASGI path as per the ASGI spec Use __future__.annotations on some internal modules To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-uvicorn/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-uvicorn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705574104214930 Content-Disposition: inline Content-Length: 1547 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-uvicorn/Makefile diff -u pkgsrc/www/py-uvicorn/Makefile:1.36 pkgsrc/www/py-uvicorn/Makefile:1.37 --- pkgsrc/www/py-uvicorn/Makefile:1.36 Wed Jan 10 10:33:07 2024 +++ pkgsrc/www/py-uvicorn/Makefile Thu Jan 18 10:35:03 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2024/01/10 10:33:07 adam Exp $ +# $NetBSD: Makefile,v 1.37 2024/01/18 10:35:03 adam Exp $ -DISTNAME= uvicorn-0.25.0 +DISTNAME= uvicorn-0.26.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=u/uvicorn/} Index: pkgsrc/www/py-uvicorn/distinfo diff -u pkgsrc/www/py-uvicorn/distinfo:1.30 pkgsrc/www/py-uvicorn/distinfo:1.31 --- pkgsrc/www/py-uvicorn/distinfo:1.30 Wed Jan 10 10:33:07 2024 +++ pkgsrc/www/py-uvicorn/distinfo Thu Jan 18 10:35:03 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2024/01/10 10:33:07 adam Exp $ +$NetBSD: distinfo,v 1.31 2024/01/18 10:35:03 adam Exp $ -BLAKE2s (uvicorn-0.25.0.tar.gz) = 033df9733e6ccf520a80b6a7bdf1e0b754187ef27ac5d10b5171132c1d9594c1 -SHA512 (uvicorn-0.25.0.tar.gz) = d162f4ef678277a64a3e66995d4b9b0802db392cab68cb9bb760e31896c2a1f23c0efef82fbbefed4237b58ffb4453dac80604adac093a9df868d3d5e60b2002 -Size (uvicorn-0.25.0.tar.gz) = 40724 bytes +BLAKE2s (uvicorn-0.26.0.tar.gz) = c7c37627e458660915e5f8a33743815e69d594e8155e7167501fa1b19ba43863 +SHA512 (uvicorn-0.26.0.tar.gz) = 37a5d7107bd989afa172ba32211c18ce27f05fcc6b1e860caaf4ddc19d6a90b6ed299dfb4af6ef583621be0ecd86a0645d764c8ba2df23f2cb519285d2917fed +Size (uvicorn-0.26.0.tar.gz) = 40723 bytes --_----------=_1705574104214930--