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:           Wed Apr 22 08:09:55 UTC 2026

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

Log Message:
py-uvicorn: updated to 0.45.0

0.45.0

Preserve forwarded client ports in proxy headers middleware
Accept os.PathLike for log_config
Accept log_level strings case-insensitively
Raise helpful ImportError when PyYAML is missing for YAML log config
Revert empty context for ASGI runs
Add --reset-contextvars flag to isolate ASGI request context
Revert "Emit http.disconnect on server shutdown for streaming responses"


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.52 -r1.53 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.60 pkgsrc/www/py-uvicorn/Makefile:1.61
--- pkgsrc/www/py-uvicorn/Makefile:1.60 Wed Apr 15 06:46:56 2026
+++ pkgsrc/www/py-uvicorn/Makefile      Wed Apr 22 08:09:54 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2026/04/15 06:46:56 adam Exp $
+# $NetBSD: Makefile,v 1.61 2026/04/22 08:09:54 adam Exp $
 
-DISTNAME=      uvicorn-0.44.0
+DISTNAME=      uvicorn-0.45.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.52 pkgsrc/www/py-uvicorn/distinfo:1.53
--- pkgsrc/www/py-uvicorn/distinfo:1.52 Wed Apr 15 06:46:56 2026
+++ pkgsrc/www/py-uvicorn/distinfo      Wed Apr 22 08:09:54 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2026/04/15 06:46:56 adam Exp $
+$NetBSD: distinfo,v 1.53 2026/04/22 08:09:54 adam Exp $
 
-BLAKE2s (uvicorn-0.44.0.tar.gz) = 58bc8aade3cddd79480036dd24aebc385823a533500361ceafd4265f54706f51
-SHA512 (uvicorn-0.44.0.tar.gz) = 70e2d322a69382f677ee7964e30faabe8c5561f7a3a0ef0bb3907875560bc2e2fd3e93ce40141c3793aedda6d31879f503332f9e5c63ca2974dfa6d670119945
-Size (uvicorn-0.44.0.tar.gz) = 86947 bytes
+BLAKE2s (uvicorn-0.45.0.tar.gz) = 5e121f64dd3f77ad97cbdf8718257115509c317891909ceb274dcdbc5d8fe277
+SHA512 (uvicorn-0.45.0.tar.gz) = 54a3a65c3fa3038a0b77d9fb272f7a7155783dca0a786bd517c96f7ebedb90ad3090b0039d26f388fff107b1bb028a8f0aaccbe6a00ad251e83a9687dadf86d1
+Size (uvicorn-0.45.0.tar.gz) = 87818 bytes



Home | Main Index | Thread Index | Old Index