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 Feb 17 12:46:47 UTC 2026
Modified Files:
pkgsrc/www/py-uvicorn: Makefile distinfo
Log Message:
py-uvicorn: updated to 0.41.0
0.41.0
Added
Add --limit-max-requests-jitter to stagger worker restarts
Add socket path to scope["server"]
Changed
Rename LifespanOn.error_occured to error_occurred
Fixed
Ignore permission denied errors in watchfiles reloader
Ensure lifespan shutdown runs when should_exit is set during startup
Reduce the log level of 'request limit exceeded' messages
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.49 -r1.50 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.57 pkgsrc/www/py-uvicorn/Makefile:1.58
--- pkgsrc/www/py-uvicorn/Makefile:1.57 Mon Dec 22 14:08:55 2025
+++ pkgsrc/www/py-uvicorn/Makefile Tue Feb 17 12:46:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2025/12/22 14:08:55 adam Exp $
+# $NetBSD: Makefile,v 1.58 2026/02/17 12:46:47 adam Exp $
-DISTNAME= uvicorn-0.40.0
+DISTNAME= uvicorn-0.41.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.49 pkgsrc/www/py-uvicorn/distinfo:1.50
--- pkgsrc/www/py-uvicorn/distinfo:1.49 Mon Dec 22 14:08:55 2025
+++ pkgsrc/www/py-uvicorn/distinfo Tue Feb 17 12:46:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2025/12/22 14:08:55 adam Exp $
+$NetBSD: distinfo,v 1.50 2026/02/17 12:46:47 adam Exp $
-BLAKE2s (uvicorn-0.40.0.tar.gz) = 2e570849b703516dcd49033bf6408f64328b05f21a9614cc0487289ce785e16b
-SHA512 (uvicorn-0.40.0.tar.gz) = b56f625577509e46724a91881d7d1e5242ac50bd686f5cdbeb1973f7be48c85c1cda8d7275eb04bc0241c221f11820e31f7e4d3ad949a9793b81f8492d667cb7
-Size (uvicorn-0.40.0.tar.gz) = 81761 bytes
+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
Home |
Main Index |
Thread Index |
Old Index