Skip to content

Commit 747aa00

Browse files
author
adam
committed
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
1 parent 4c04fb0 commit 747aa00

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

www/py-uvicorn/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.58 2026/02/17 12:46:47 adam Exp $
1+
# $NetBSD: Makefile,v 1.59 2026/03/26 12:59:05 adam Exp $
22

3-
DISTNAME= uvicorn-0.41.0
3+
DISTNAME= uvicorn-0.42.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= www python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uvicorn/}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-h11>=0.8:../../www/py-h11
1717
DEPENDS+= ${PYPKGPREFIX}-dotenv>=0.13:../../devel/py-dotenv
1818
DEPENDS+= ${PYPKGPREFIX}-httptools>=0.6.3:../../www/py-httptools
1919
DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.15.2:../../devel/py-uvloop
20-
DEPENDS+= ${PYPKGPREFIX}-watchfiles>=0.13:../../misc/py-watchfiles
20+
DEPENDS+= ${PYPKGPREFIX}-watchfiles>=0.20:../../misc/py-watchfiles
2121
DEPENDS+= ${PYPKGPREFIX}-websockets>=10.4:../../www/py-websockets
2222
DEPENDS+= ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
2323
TEST_DEPENDS+= ${PYPKGPREFIX}-httpx>=0.27.2:../../www/py-httpx

www/py-uvicorn/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.50 2026/02/17 12:46:47 adam Exp $
1+
$NetBSD: distinfo,v 1.51 2026/03/26 12:59:05 adam Exp $
22

3-
BLAKE2s (uvicorn-0.41.0.tar.gz) = f89fbc1fbb33122516ac8c3b41ac1d84d9b87a2690b4ca04b629c3d726c5e918
4-
SHA512 (uvicorn-0.41.0.tar.gz) = 6b1dabb94483dccbfea6e451c53900cf05453e6e5705c968a3718f145e049be83f4a2e0e460f3a5d3bbe4546f7b339d3e6ce60bc79fbcb4bd326d7d060c7fc77
5-
Size (uvicorn-0.41.0.tar.gz) = 82633 bytes
3+
BLAKE2s (uvicorn-0.42.0.tar.gz) = 2690fac3beadb1af7326265aa593ab6b5a891f370b3e19fd8338a62e8884a472
4+
SHA512 (uvicorn-0.42.0.tar.gz) = 5b0fd379bbe7352ef0c89fa419ba72b93ec3c0faa3474f12149cc4bacbed25ec93f91fc8dc480a6907695f0a03630b9bdfb93514f8f91384175e8367a94de9ee
5+
Size (uvicorn-0.42.0.tar.gz) = 85393 bytes

0 commit comments

Comments
 (0)