pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-uvicorn



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 26 12:59:05 UTC 2026

Modified Files:
        pkgsrc/www/py-uvicorn: Makefile distinfo

Log Message:
py-uvicorn: updated to 0.42.0

0.42.0

Changed

Use bytearray for request body accumulation to avoid O(n^2) allocation on fragmented bodies

Fixed

Escape brackets and backslash in httptools HEADER_RE regex
Fix multiple issues in websockets sans-io implementation


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/py-uvicorn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-uvicorn/Makefile
diff -u pkgsrc/www/py-uvicorn/Makefile:1.58 pkgsrc/www/py-uvicorn/Makefile:1.59
--- pkgsrc/www/py-uvicorn/Makefile:1.58 Tue Feb 17 12:46:47 2026
+++ pkgsrc/www/py-uvicorn/Makefile      Thu Mar 26 12:59:05 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2026/02/17 12:46:47 adam Exp $
+# $NetBSD: Makefile,v 1.59 2026/03/26 12:59:05 adam Exp $
 
-DISTNAME=      uvicorn-0.41.0
+DISTNAME=      uvicorn-0.42.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uvicorn/}
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-h11>=0.8:../../
 DEPENDS+=      ${PYPKGPREFIX}-dotenv>=0.13:../../devel/py-dotenv
 DEPENDS+=      ${PYPKGPREFIX}-httptools>=0.6.3:../../www/py-httptools
 DEPENDS+=      ${PYPKGPREFIX}-uvloop>=0.15.2:../../devel/py-uvloop
-DEPENDS+=      ${PYPKGPREFIX}-watchfiles>=0.13:../../misc/py-watchfiles
+DEPENDS+=      ${PYPKGPREFIX}-watchfiles>=0.20:../../misc/py-watchfiles
 DEPENDS+=      ${PYPKGPREFIX}-websockets>=10.4:../../www/py-websockets
 DEPENDS+=      ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
 TEST_DEPENDS+= ${PYPKGPREFIX}-httpx>=0.27.2:../../www/py-httpx

Index: pkgsrc/www/py-uvicorn/distinfo
diff -u pkgsrc/www/py-uvicorn/distinfo:1.50 pkgsrc/www/py-uvicorn/distinfo:1.51
--- pkgsrc/www/py-uvicorn/distinfo:1.50 Tue Feb 17 12:46:47 2026
+++ pkgsrc/www/py-uvicorn/distinfo      Thu Mar 26 12:59:05 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2026/02/17 12:46:47 adam Exp $
+$NetBSD: distinfo,v 1.51 2026/03/26 12:59:05 adam Exp $
 
-BLAKE2s (uvicorn-0.41.0.tar.gz) = f89fbc1fbb33122516ac8c3b41ac1d84d9b87a2690b4ca04b629c3d726c5e918
-SHA512 (uvicorn-0.41.0.tar.gz) = 6b1dabb94483dccbfea6e451c53900cf05453e6e5705c968a3718f145e049be83f4a2e0e460f3a5d3bbe4546f7b339d3e6ce60bc79fbcb4bd326d7d060c7fc77
-Size (uvicorn-0.41.0.tar.gz) = 82633 bytes
+BLAKE2s (uvicorn-0.42.0.tar.gz) = 2690fac3beadb1af7326265aa593ab6b5a891f370b3e19fd8338a62e8884a472
+SHA512 (uvicorn-0.42.0.tar.gz) = 5b0fd379bbe7352ef0c89fa419ba72b93ec3c0faa3474f12149cc4bacbed25ec93f91fc8dc480a6907695f0a03630b9bdfb93514f8f91384175e8367a94de9ee
+Size (uvicorn-0.42.0.tar.gz) = 85393 bytes



Home | Main Index | Thread Index | Old Index