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:           Tue Aug 11 14:48:50 UTC 2026

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

Log Message:
py-uvicorn: updated to 0.52.1

0.52.1

Fixed

Complete the closing handshake on server-initiated WebSocket closes in the websockets-sansio and wsproto implementations, waiting for the client's close reply with a 10 second timeout instead of 
resetting the connection
Add missing write flow control to the websockets-sansio implementation, preventing data truncation on server-initiated closes with large in-flight payloads
Handle connection loss while a WebSocket write is waiting on backpressure
Remove duplicate Content-Type and Content-Length headers from WebSocket denial responses on the websockets-sansio implementation, and deliver non-UTF-8 denial bodies intact


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-uvicorn/PLIST
cvs rdiff -u -r1.59 -r1.60 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.68 pkgsrc/www/py-uvicorn/Makefile:1.69
--- pkgsrc/www/py-uvicorn/Makefile:1.68 Thu Jul 16 11:23:48 2026
+++ pkgsrc/www/py-uvicorn/Makefile      Tue Aug 11 14:48:50 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2026/07/16 11:23:48 adam Exp $
+# $NetBSD: Makefile,v 1.69 2026/08/11 14:48:50 adam Exp $
 
-DISTNAME=      uvicorn-0.51.0
+DISTNAME=      uvicorn-0.52.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uvicorn/}

Index: pkgsrc/www/py-uvicorn/PLIST
diff -u pkgsrc/www/py-uvicorn/PLIST:1.16 pkgsrc/www/py-uvicorn/PLIST:1.17
--- pkgsrc/www/py-uvicorn/PLIST:1.16    Wed Jul  8 08:04:04 2026
+++ pkgsrc/www/py-uvicorn/PLIST Tue Aug 11 14:48:50 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2026/07/08 08:04:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2026/08/11 14:48:50 adam Exp $
 bin/uvicorn-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -89,6 +89,9 @@ ${PYSITELIB}/uvicorn/protocols/http/h11_
 ${PYSITELIB}/uvicorn/protocols/http/httptools_impl.py
 ${PYSITELIB}/uvicorn/protocols/http/httptools_impl.pyc
 ${PYSITELIB}/uvicorn/protocols/http/httptools_impl.pyo
+${PYSITELIB}/uvicorn/protocols/http/zttp_impl.py
+${PYSITELIB}/uvicorn/protocols/http/zttp_impl.pyc
+${PYSITELIB}/uvicorn/protocols/http/zttp_impl.pyo
 ${PYSITELIB}/uvicorn/protocols/utils.py
 ${PYSITELIB}/uvicorn/protocols/utils.pyc
 ${PYSITELIB}/uvicorn/protocols/utils.pyo

Index: pkgsrc/www/py-uvicorn/distinfo
diff -u pkgsrc/www/py-uvicorn/distinfo:1.59 pkgsrc/www/py-uvicorn/distinfo:1.60
--- pkgsrc/www/py-uvicorn/distinfo:1.59 Thu Jul 16 11:23:48 2026
+++ pkgsrc/www/py-uvicorn/distinfo      Tue Aug 11 14:48:50 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2026/07/16 11:23:48 adam Exp $
+$NetBSD: distinfo,v 1.60 2026/08/11 14:48:50 adam Exp $
 
-BLAKE2s (uvicorn-0.51.0.tar.gz) = 5cd8068293959f437351d50c52e03051cf192971c2eb5fb7a8a985b928308434
-SHA512 (uvicorn-0.51.0.tar.gz) = f88e95fbe3ca145b5ae2cb841d7aeb3d42ee8dbdfdade3f84db88416a5eb78444c22f04c8f95d26afb72b1a71968b2ffe8b0dd0a461765008ee5507d4ab4e242
-Size (uvicorn-0.51.0.tar.gz) = 94412 bytes
+BLAKE2s (uvicorn-0.52.1.tar.gz) = bca20493a6c0bda54b59da28a900c6dba1877164e5e889775dd96dc384e0ebc2
+SHA512 (uvicorn-0.52.1.tar.gz) = a6ee1766ab44971c0aa51b9a31654bcea2d885e6cea3ffd4bc67607aed2a18fbe2475cc7e7a05796a51a40904122b5f8eca1cefc70eaabc61ac308161be8b2c6
+Size (uvicorn-0.52.1.tar.gz) = 100571 bytes



Home | Main Index | Thread Index | Old Index