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:           Fri Mar 22 13:43:12 UTC 2024

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

Log Message:
py-uvicorn: updated to 0.29.0

0.29.0 - 2024-03-19

Added

Cooperative signal handling

0.28.1 - 2024-03-19

Fixed

Revert raise ClientDisconnected on HTTP

0.28.0 - 2024-03-09

Added

Raise ClientDisconnected on send() when client disconnected

Fixed

Except AttributeError on sys.stdin.fileno() for Windows IIS10
Use X-Forwarded-Proto for WebSockets scheme when the proxy provides it


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.33 -r1.34 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.39 pkgsrc/www/py-uvicorn/Makefile:1.40
--- pkgsrc/www/py-uvicorn/Makefile:1.39 Sun Feb 11 15:27:22 2024
+++ pkgsrc/www/py-uvicorn/Makefile      Fri Mar 22 13:43:11 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/02/11 15:27:22 adam Exp $
+# $NetBSD: Makefile,v 1.40 2024/03/22 13:43:11 adam Exp $
 
-DISTNAME=      uvicorn-0.27.1
+DISTNAME=      uvicorn-0.29.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.33 pkgsrc/www/py-uvicorn/distinfo:1.34
--- pkgsrc/www/py-uvicorn/distinfo:1.33 Sun Feb 11 15:27:22 2024
+++ pkgsrc/www/py-uvicorn/distinfo      Fri Mar 22 13:43:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2024/02/11 15:27:22 adam Exp $
+$NetBSD: distinfo,v 1.34 2024/03/22 13:43:11 adam Exp $
 
-BLAKE2s (uvicorn-0.27.1.tar.gz) = 30ce79fd792aa7b1ef22a26700d3fbc3b5f52957540b4700d8072a6824247f8a
-SHA512 (uvicorn-0.27.1.tar.gz) = 64123520e2974fc924f38aa2ef0ffe2ad2d7ea547feabbf86b6d7ade225d111fc8baf0931248c290831358dd446d42ef7d8182972d0c39540b3be576798f78ca
-Size (uvicorn-0.27.1.tar.gz) = 41151 bytes
+BLAKE2s (uvicorn-0.29.0.tar.gz) = 16f72f038efca9add3150c800bbd4e50e4f59b315263c651d94edd0f3e4abe4b
+SHA512 (uvicorn-0.29.0.tar.gz) = 0f80f8a842777de6e514967d52d424220f778f3fc34149993d3e437398595099cc00878383ce8afd7a0d499321d44133e064c59ce1f6e31a36d1cba53f2e574a
+Size (uvicorn-0.29.0.tar.gz) = 40894 bytes



Home | Main Index | Thread Index | Old Index