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:           Sat Feb  5 12:11:10 UTC 2022

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

Log Message:
py-uvicorn: updated to 0.17.4

0.17.4

Fixed

Replace create_server by create_unix_server

0.17.3

Fixed

Drop wsproto version checking.

0.17.2

Fixed

Revert 1332. While trying to solve the memory leak, it introduced an issue
Revert stream interface changes. This was introduced on 0.14.0, and caused an issue
Fix wsproto version check expression


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-uvicorn/PLIST
cvs rdiff -u -r1.24 -r1.25 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.27 pkgsrc/www/py-uvicorn/Makefile:1.28
--- pkgsrc/www/py-uvicorn/Makefile:1.27 Mon Jan 31 12:47:29 2022
+++ pkgsrc/www/py-uvicorn/Makefile      Sat Feb  5 12:11:09 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2022/01/31 12:47:29 adam Exp $
+# $NetBSD: Makefile,v 1.28 2022/02/05 12:11:09 adam Exp $
 
-DISTNAME=      uvicorn-0.17.1
+DISTNAME=      uvicorn-0.17.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uvicorn/}

Index: pkgsrc/www/py-uvicorn/PLIST
diff -u pkgsrc/www/py-uvicorn/PLIST:1.7 pkgsrc/www/py-uvicorn/PLIST:1.8
--- pkgsrc/www/py-uvicorn/PLIST:1.7     Mon Aug 23 10:02:34 2021
+++ pkgsrc/www/py-uvicorn/PLIST Sat Feb  5 12:11:09 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/08/23 10:02:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/02/05 12:11:09 adam Exp $
 bin/uvicorn-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -12,12 +12,6 @@ ${PYSITELIB}/uvicorn/__init__.pyo
 ${PYSITELIB}/uvicorn/__main__.py
 ${PYSITELIB}/uvicorn/__main__.pyc
 ${PYSITELIB}/uvicorn/__main__.pyo
-${PYSITELIB}/uvicorn/_handlers/__init__.py
-${PYSITELIB}/uvicorn/_handlers/__init__.pyc
-${PYSITELIB}/uvicorn/_handlers/__init__.pyo
-${PYSITELIB}/uvicorn/_handlers/http.py
-${PYSITELIB}/uvicorn/_handlers/http.pyc
-${PYSITELIB}/uvicorn/_handlers/http.pyo
 ${PYSITELIB}/uvicorn/_types.py
 ${PYSITELIB}/uvicorn/_types.pyc
 ${PYSITELIB}/uvicorn/_types.pyo

Index: pkgsrc/www/py-uvicorn/distinfo
diff -u pkgsrc/www/py-uvicorn/distinfo:1.24 pkgsrc/www/py-uvicorn/distinfo:1.25
--- pkgsrc/www/py-uvicorn/distinfo:1.24 Mon Jan 31 12:47:29 2022
+++ pkgsrc/www/py-uvicorn/distinfo      Sat Feb  5 12:11:09 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2022/01/31 12:47:29 adam Exp $
+$NetBSD: distinfo,v 1.25 2022/02/05 12:11:09 adam Exp $
 
-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
+BLAKE2s (uvicorn-0.17.4.tar.gz) = 1b456018128a95fde0ae0eb68b2c24d8275abf27e7b82d003fdc80975c7b268f
+SHA512 (uvicorn-0.17.4.tar.gz) = 0ddbb3e3b6dbc6b2e1347da12857bee7e91114159d13ff4feb3769635458e5e01a5f51b90768d9a73bea6e59e7ab54c28dd0812feab608a1940bc89e0f430602
+Size (uvicorn-0.17.4.tar.gz) = 37867 bytes



Home | Main Index | Thread Index | Old Index