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 Jan 17 18:59:08 UTC 2022

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

Log Message:
py-uvicorn: updated to 0.17.0

0.17.0

Added

Allow configurable websocket per-message-deflate setting
Support extra_headers for WS accept message
Add missing http version on websockets scope

Fixed/Removed

Drop Python 3.6 support
Fix reload process behavior when exception is raised
Remove root_path from logs


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.22 -r1.23 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.25 pkgsrc/www/py-uvicorn/Makefile:1.26
--- pkgsrc/www/py-uvicorn/Makefile:1.25 Wed Jan  5 15:41:31 2022
+++ pkgsrc/www/py-uvicorn/Makefile      Mon Jan 17 18:59:08 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2022/01/05 15:41:31 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2022/01/17 18:59:08 adam Exp $
 
-DISTNAME=      uvicorn-0.16.0
+DISTNAME=      uvicorn-0.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uvicorn/}
 

Index: pkgsrc/www/py-uvicorn/distinfo
diff -u pkgsrc/www/py-uvicorn/distinfo:1.22 pkgsrc/www/py-uvicorn/distinfo:1.23
--- pkgsrc/www/py-uvicorn/distinfo:1.22 Sat Dec 11 19:53:15 2021
+++ pkgsrc/www/py-uvicorn/distinfo      Mon Jan 17 18:59:08 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2021/12/11 19:53:15 adam Exp $
+$NetBSD: distinfo,v 1.23 2022/01/17 18:59:08 adam Exp $
 
-BLAKE2s (uvicorn-0.16.0.tar.gz) = de386250cec85217762e012b1d6d3e71cfaa7ad11bf8ad40f1927d9c275ba35e
-SHA512 (uvicorn-0.16.0.tar.gz) = 5f3da8956f90a41aa2ccf17dfa3e92737527c7e5cdf6ad90f8f9dcb344fccdf9eab5420964b53c2a60cf513a19d8a232b087c48f7c4a5fffbf6045394996b4aa
-Size (uvicorn-0.16.0.tar.gz) = 39444 bytes
+BLAKE2s (uvicorn-0.17.0.tar.gz) = fbc24b085e87d1b444e875ce92ee64edda46947137f69d36565dd774389fbf29
+SHA512 (uvicorn-0.17.0.tar.gz) = 5793a7d317aab2b42826c43ae4c59b3c20ab66cacb4bde07a36e9292e8388804dfed933a79fc5bde3bf069714a6ea0dbcd58a9f1d9761809909a0c500f34926e
+Size (uvicorn-0.17.0.tar.gz) = 39362 bytes



Home | Main Index | Thread Index | Old Index