diff --git a/www/py-uvicorn/Makefile b/www/py-uvicorn/Makefile index c43cbb469ec5..abb77fcd3d2d 100644 --- a/www/py-uvicorn/Makefile +++ b/www/py-uvicorn/Makefile @@ -1,42 +1,42 @@ # Created by: Po-Chuan Hsieh PORTNAME= uvicorn -PORTVERSION= 0.15.0 +PORTVERSION= 0.16.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightning-fast ASGI server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.4.0:www/py-asgiref@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}h11>=0.8:net/py-h11@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}httptools>=0.2.0<0.4:www/py-httptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httptools>=0.2.0<0.4.0:www/py-httptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.13:www/py-python-dotenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uvloop>=0.14.0:devel/py-uvloop@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}websockets>=9.1:devel/py-websockets@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}websockets>=10.0:devel/py-websockets@${PY_FLAVOR} USES= cpe python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes CPE_VENDOR= encode OPTIONS_DEFINE= WATCHGODRELOAD WATCHGODRELOAD_DESC= Reload automatically with watchgod WATCHGODRELOAD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchgod>=0.6:devel/py-watchgod@${PY_FLAVOR} .include .if ${PYTHON_REL} < 30800 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} .endif .include diff --git a/www/py-uvicorn/distinfo b/www/py-uvicorn/distinfo index e8cf223275e2..18ab3e629e49 100644 --- a/www/py-uvicorn/distinfo +++ b/www/py-uvicorn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037284 -SHA256 (uvicorn-0.15.0.tar.gz) = d9a3c0dd1ca86728d3e235182683b4cf94cd53a867c288eaeca80ee781b2caff -SIZE (uvicorn-0.15.0.tar.gz) = 39025 +TIMESTAMP = 1641046038 +SHA256 (uvicorn-0.16.0.tar.gz) = eacb66afa65e0648fcbce5e746b135d09722231ffffc61883d4fac2b62fbea8d +SIZE (uvicorn-0.16.0.tar.gz) = 39444 diff --git a/www/py-uvicorn/files/patch-setup.py b/www/py-uvicorn/files/patch-setup.py deleted file mode 100644 index 2458320b65bb..000000000000 --- a/www/py-uvicorn/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-08-13 17:03:50 UTC -+++ setup.py -@@ -53,7 +53,7 @@ minimal_requirements = [ - - extra_requirements = [ - "websockets>=9.1", -- "httptools==0.2.*", -+ "httptools>=0.2.0,<0.4", - "uvloop>=0.14.0,!=0.15.0,!=0.15.1; " + env_marker_cpython, - "colorama>=0.4;" + env_marker_win, - "watchgod>=0.6",