Date: Tue, 11 Jan 2022 18:56:05 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: df66052e096f - main - www/py-uvicorn: Update to 0.16.0 Message-ID: <202201111856.20BIu5NV065046@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=df66052e096fc9c5030a8d58d263f34b2c26ae8f commit df66052e096fc9c5030a8d58d263f34b2c26ae8f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:18:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:44:48 +0000 www/py-uvicorn: Update to 0.16.0 Changes: https://github.com/encode/uvicorn/releases --- www/py-uvicorn/Makefile | 6 +++--- www/py-uvicorn/distinfo | 6 +++--- www/py-uvicorn/files/patch-setup.py | 11 ----------- 3 files changed, 6 insertions(+), 17 deletions(-) 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,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= uvicorn -PORTVERSION= 0.15.0 +PORTVERSION= 0.16.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +15,11 @@ 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 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",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201111856.20BIu5NV065046>