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: Wed Sep 30 06:47:17 UTC 2020
Modified Files:
pkgsrc/www/py-uvicorn: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-uvicorn/Makefile \
pkgsrc/www/py-uvicorn/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-uvicorn/PLIST
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.8 pkgsrc/www/py-uvicorn/Makefile:1.9
--- pkgsrc/www/py-uvicorn/Makefile:1.8 Mon Aug 3 14:03:18 2020
+++ pkgsrc/www/py-uvicorn/Makefile Wed Sep 30 06:47:17 2020
@@ -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}-httptools>=0.1.
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
Index: pkgsrc/www/py-uvicorn/distinfo
diff -u pkgsrc/www/py-uvicorn/distinfo:1.8 pkgsrc/www/py-uvicorn/distinfo:1.9
--- pkgsrc/www/py-uvicorn/distinfo:1.8 Mon Aug 3 14:03:18 2020
+++ pkgsrc/www/py-uvicorn/distinfo Wed Sep 30 06:47:17 2020
@@ -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
Index: pkgsrc/www/py-uvicorn/PLIST
diff -u pkgsrc/www/py-uvicorn/PLIST:1.2 pkgsrc/www/py-uvicorn/PLIST:1.3
--- pkgsrc/www/py-uvicorn/PLIST:1.2 Wed Apr 29 07:59:35 2020
+++ pkgsrc/www/py-uvicorn/PLIST Wed Sep 30 06:47:17 2020
@@ -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/__init__.pyo
${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
Home |
Main Index |
Thread Index |
Old Index