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.13.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/f87c3f26e4e5
branches: trunk
changeset: 443214:f87c3f26e4e5
user: adam <adam%pkgsrc.org@localhost>
date: Wed Dec 09 09:44:04 2020 +0000
description:
py-uvicorn: updated to 0.13.0
0.13.0:
Added
Add --factory flag to support factory-style application imports.
Skip installation of signal handlers when not in the main thread. Allows using Server in multithreaded contexts without having to override .install_signal_handlers().
diffstat:
www/py-uvicorn/Makefile | 4 ++--
www/py-uvicorn/PLIST | 11 ++++-------
www/py-uvicorn/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 14 deletions(-)
diffs (59 lines):
diff -r 00bd94629c05 -r f87c3f26e4e5 www/py-uvicorn/Makefile
--- a/www/py-uvicorn/Makefile Wed Dec 09 09:42:14 2020 +0000
+++ b/www/py-uvicorn/Makefile Wed Dec 09 09:44:04 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/11/24 09:23:53 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/12/09 09:44:04 adam Exp $
-DISTNAME= uvicorn-0.12.3
+DISTNAME= uvicorn-0.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uvicorn/}
diff -r 00bd94629c05 -r f87c3f26e4e5 www/py-uvicorn/PLIST
--- a/www/py-uvicorn/PLIST Wed Dec 09 09:42:14 2020 +0000
+++ b/www/py-uvicorn/PLIST Wed Dec 09 09:44:04 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/11/24 09:23:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/12/09 09:44:04 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/_impl/__init__.py
-${PYSITELIB}/uvicorn/_impl/__init__.pyc
-${PYSITELIB}/uvicorn/_impl/__init__.pyo
-${PYSITELIB}/uvicorn/_impl/asyncio.py
-${PYSITELIB}/uvicorn/_impl/asyncio.pyc
-${PYSITELIB}/uvicorn/_impl/asyncio.pyo
${PYSITELIB}/uvicorn/_types.py
${PYSITELIB}/uvicorn/_types.pyc
${PYSITELIB}/uvicorn/_types.pyo
@@ -102,6 +96,9 @@
${PYSITELIB}/uvicorn/protocols/websockets/wsproto_impl.py
${PYSITELIB}/uvicorn/protocols/websockets/wsproto_impl.pyc
${PYSITELIB}/uvicorn/protocols/websockets/wsproto_impl.pyo
+${PYSITELIB}/uvicorn/server.py
+${PYSITELIB}/uvicorn/server.pyc
+${PYSITELIB}/uvicorn/server.pyo
${PYSITELIB}/uvicorn/subprocess.py
${PYSITELIB}/uvicorn/subprocess.pyc
${PYSITELIB}/uvicorn/subprocess.pyo
diff -r 00bd94629c05 -r f87c3f26e4e5 www/py-uvicorn/distinfo
--- a/www/py-uvicorn/distinfo Wed Dec 09 09:42:14 2020 +0000
+++ b/www/py-uvicorn/distinfo Wed Dec 09 09:44:04 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/11/24 09:23:53 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/12/09 09:44:04 adam Exp $
-SHA1 (uvicorn-0.12.3.tar.gz) = 9c037f6724202f2c8a2e8307de581a57faaaddb0
-RMD160 (uvicorn-0.12.3.tar.gz) = 8ccf76e7447f79b9f02cae18e192a92b513b7e88
-SHA512 (uvicorn-0.12.3.tar.gz) = a7a589c305d45fea4242c0ad05bd272183dc81d949e286d148c76ef0f80e7c1b114a9d66696a5e055947d9e303b156a8cf952f6618b385f3cd908795ab23524e
-Size (uvicorn-0.12.3.tar.gz) = 32062 bytes
+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
Home |
Main Index |
Thread Index |
Old Index