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.12.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/44d1976e5b26
branches: trunk
changeset: 439917:44d1976e5b26
user: adam <adam%pkgsrc.org@localhost>
date: Wed Sep 30 06:47:17 2020 +0000
description:
py-uvicorn: updated to 0.12.0
0.12.0:
Added
Make reload delay configurable
Upgrade maximum h11 dependency version to 0.10
Allow .json or .yaml --log-config files
Add ASGI dict to the lifespan scope
Upgrade wsproto to 0.15.0
Use optional package installs
Changed
Dont set log level for root logger
Fixed
Revert "Improve shutdown robustness when using --reload or multiprocessing
Fix terminate error in windows
Fix bug where --log-config disables uvicorn loggers
diffstat:
www/py-uvicorn/Makefile | 11 ++++++++---
www/py-uvicorn/PLIST | 5 ++++-
www/py-uvicorn/distinfo | 10 +++++-----
3 files changed, 17 insertions(+), 9 deletions(-)
diffs (65 lines):
diff -r 174557dd5f14 -r 44d1976e5b26 www/py-uvicorn/Makefile
--- a/www/py-uvicorn/Makefile Wed Sep 30 05:46:36 2020 +0000
+++ b/www/py-uvicorn/Makefile Wed Sep 30 06:47:17 2020 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2020/08/03 14:03:18 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/09/30 06:47:17 adam Exp $
-DISTNAME= uvicorn-0.11.8
+DISTNAME= uvicorn-0.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uvicorn/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/encode/uvicorn
+HOMEPAGE= https://www.uvicorn.org/
COMMENT= The lightning-fast ASGI server
LICENSE= modified-bsd
@@ -16,6 +16,11 @@
DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.14.0:../../devel/py-uvloop
DEPENDS+= ${PYPKGPREFIX}-websockets>=8.0:../../www/py-websockets
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} < 38
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
+.endif
+
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
diff -r 174557dd5f14 -r 44d1976e5b26 www/py-uvicorn/PLIST
--- a/www/py-uvicorn/PLIST Wed Sep 30 05:46:36 2020 +0000
+++ b/www/py-uvicorn/PLIST Wed Sep 30 06:47:17 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/04/29 07:59:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/09/30 06:47:17 adam Exp $
bin/uvicorn-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -12,6 +12,9 @@
${PYSITELIB}/uvicorn/__main__.py
${PYSITELIB}/uvicorn/__main__.pyc
${PYSITELIB}/uvicorn/__main__.pyo
+${PYSITELIB}/uvicorn/_types.py
+${PYSITELIB}/uvicorn/_types.pyc
+${PYSITELIB}/uvicorn/_types.pyo
${PYSITELIB}/uvicorn/config.py
${PYSITELIB}/uvicorn/config.pyc
${PYSITELIB}/uvicorn/config.pyo
diff -r 174557dd5f14 -r 44d1976e5b26 www/py-uvicorn/distinfo
--- a/www/py-uvicorn/distinfo Wed Sep 30 05:46:36 2020 +0000
+++ b/www/py-uvicorn/distinfo Wed Sep 30 06:47:17 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/08/03 14:03:18 adam Exp $
+$NetBSD: distinfo,v 1.9 2020/09/30 06:47:17 adam Exp $
-SHA1 (uvicorn-0.11.8.tar.gz) = 5997b25979bad5a32f0cd0478d28da24b1d312a7
-RMD160 (uvicorn-0.11.8.tar.gz) = 4d3db0f1f35213380d22fc7eb3d87c8c0487b4f8
-SHA512 (uvicorn-0.11.8.tar.gz) = baf3d4a8ca62f2766523c4099abf260e7248a0d566ddb4729eebc3aa2ad757a16225bd1f3fa2cb125dded4e7c02fa000e4bf53f242c87c437a5ccc750bc4091f
-Size (uvicorn-0.11.8.tar.gz) = 29721 bytes
+SHA1 (uvicorn-0.12.0.tar.gz) = 775f6b5f1431909c315c5d6a4d6188d514f6c25c
+RMD160 (uvicorn-0.12.0.tar.gz) = 7933a98c568f7135babb7cc12ee904c86028019c
+SHA512 (uvicorn-0.12.0.tar.gz) = dccc9e2955deaa292c043d80b9abbea8cb60234bc81da01447a2ba12b5d22b94ea05ffa6166c6884638facbcc10cc23f9820be4e8fbe7aa29754380129c56188
+Size (uvicorn-0.12.0.tar.gz) = 31521 bytes
Home |
Main Index |
Thread Index |
Old Index