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 31 12:47:29 UTC 2022

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

Log Message:
py-uvicorn: updated to 0.17.1

0.17.1

Fixed

Move all data handling logic to protocol and ensure connection is closed.
Change spec_version field from "2.1" to "2.3", as Uvicorn is compliant with that version of the ASGI specifications.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.23 -r1.24 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.26 pkgsrc/www/py-uvicorn/Makefile:1.27
--- pkgsrc/www/py-uvicorn/Makefile:1.26 Mon Jan 17 18:59:08 2022
+++ pkgsrc/www/py-uvicorn/Makefile      Mon Jan 31 12:47:29 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2022/01/17 18:59:08 adam Exp $
+# $NetBSD: Makefile,v 1.27 2022/01/31 12:47:29 adam Exp $
 
-DISTNAME=      uvicorn-0.17.0
+DISTNAME=      uvicorn-0.17.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.23 pkgsrc/www/py-uvicorn/distinfo:1.24
--- pkgsrc/www/py-uvicorn/distinfo:1.23 Mon Jan 17 18:59:08 2022
+++ pkgsrc/www/py-uvicorn/distinfo      Mon Jan 31 12:47:29 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2022/01/17 18:59:08 adam Exp $
+$NetBSD: distinfo,v 1.24 2022/01/31 12:47:29 adam Exp $
 
-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
+BLAKE2s (uvicorn-0.17.1.tar.gz) = 902b9c4c9526ebeeb61c276458fc48262a44ad41b6b3fb1e45de58eb44e0fb01
+SHA512 (uvicorn-0.17.1.tar.gz) = 6d904295f39a7ca3eedeea960276a619afb7cea052c7d6b94c251ba3a5e04de2210ee5be9f99b9d06931ea010fc3091d6ebac92a83217fc8fe685f442f5c0f44
+Size (uvicorn-0.17.1.tar.gz) = 39231 bytes



Home | Main Index | Thread Index | Old Index