pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-uvicorn py-uvicorn: updated to 0.17.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c292ac45bfa8
branches:  trunk
changeset: 373066:c292ac45bfa8
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Feb 05 12:11:09 2022 +0000

description:
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

diffstat:

 www/py-uvicorn/Makefile |  4 ++--
 www/py-uvicorn/PLIST    |  8 +-------
 www/py-uvicorn/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 13 deletions(-)

diffs (47 lines):

diff -r 1d5349f39d9e -r c292ac45bfa8 www/py-uvicorn/Makefile
--- a/www/py-uvicorn/Makefile   Sat Feb 05 12:08:36 2022 +0000
+++ b/www/py-uvicorn/Makefile   Sat Feb 05 12:11:09 2022 +0000
@@ -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/}
diff -r 1d5349f39d9e -r c292ac45bfa8 www/py-uvicorn/PLIST
--- a/www/py-uvicorn/PLIST      Sat Feb 05 12:08:36 2022 +0000
+++ b/www/py-uvicorn/PLIST      Sat Feb 05 12:11:09 2022 +0000
@@ -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/__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
diff -r 1d5349f39d9e -r c292ac45bfa8 www/py-uvicorn/distinfo
--- a/www/py-uvicorn/distinfo   Sat Feb 05 12:08:36 2022 +0000
+++ b/www/py-uvicorn/distinfo   Sat Feb 05 12:11:09 2022 +0000
@@ -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