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:           Mon Dec 14 06:00:00 UTC 2020

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

Log Message:
py-uvicorn: updated to 0.13.1

0.13.1

Fixed

Prevent exceptions when the ASGI application rejects a connection during the WebSocket handshake, when running on both --ws wsproto or --ws websockets.
Ensure connection scope doesn't leak in logs when using JSON log formatters.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.13 -r1.14 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.14 pkgsrc/www/py-uvicorn/Makefile:1.15
--- pkgsrc/www/py-uvicorn/Makefile:1.14 Wed Dec  9 09:44:04 2020
+++ pkgsrc/www/py-uvicorn/Makefile      Mon Dec 14 06:00:00 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/12/09 09:44:04 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/12/14 06:00:00 adam Exp $
 
-DISTNAME=      uvicorn-0.13.0
+DISTNAME=      uvicorn-0.13.1
 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.13 pkgsrc/www/py-uvicorn/distinfo:1.14
--- pkgsrc/www/py-uvicorn/distinfo:1.13 Wed Dec  9 09:44:04 2020
+++ pkgsrc/www/py-uvicorn/distinfo      Mon Dec 14 06:00:00 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/12/09 09:44:04 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/12/14 06:00:00 adam Exp $
 
-SHA1 (uvicorn-0.13.0.tar.gz) = 1b088caad74569e16fc40b83f85e9055ee2ee2fc
-RMD160 (uvicorn-0.13.0.tar.gz) = 77942876b72cd0518a07c9d34d8bce10ec154b16
-SHA512 (uvicorn-0.13.0.tar.gz) = ed88c577b135c0ce8bad999c5da793491e069e34fd9d530d24ae09f3fef3ffd244091c4ceca978c294e79b3a8038e94c48c61cc270ec91735ee636af7f3b6acc
-Size (uvicorn-0.13.0.tar.gz) = 32209 bytes
+SHA1 (uvicorn-0.13.1.tar.gz) = 0a599f6c1f36f71d851e62ef48f94294be2a2e36
+RMD160 (uvicorn-0.13.1.tar.gz) = 862027e48e185afe9b1a095cf6dac1767e7ecc16
+SHA512 (uvicorn-0.13.1.tar.gz) = a924f44a8661eaee190070bbe7cb96a728a5b992938f67c980869c96429e8f03dfbc1179a70541e32bef8edfe68ba1e60a0b8d30d9b8645ddc88e052447fc077
+Size (uvicorn-0.13.1.tar.gz) = 32023 bytes



Home | Main Index | Thread Index | Old Index