Skip to content
Snippets Groups Projects
Verified Commit 1cde8c04 authored by sunpoet's avatar sunpoet
Browse files

www/py-uvicorn: Update to 0.14.0

Changes:	https://github.com/encode/uvicorn/releases
parent 383e8334
No related merge requests found
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= uvicorn
PORTVERSION= 0.13.4
PORTREVISION= 1
PORTVERSION= 0.14.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -15,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7<8:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}h11>=0.8:net/py-h11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httptools>=0.1.0:www/py-httptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httptools>=0.2.0<0.3: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>=8.0:devel/py-websockets@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}websockets>=9.1:devel/py-websockets@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
......
TIMESTAMP = 1614794328
SHA256 (uvicorn-0.13.4.tar.gz) = 3292251b3c7978e8e4a7868f4baf7f7f7bb7e40c759ecc125c37e99cdea34202
SIZE (uvicorn-0.13.4.tar.gz) = 32426
TIMESTAMP = 1622214130
SHA256 (uvicorn-0.14.0.tar.gz) = 45ad7dfaaa7d55cab4cd1e85e03f27e9d60bc067ddc59db52a2b0aeca8870292
SIZE (uvicorn-0.14.0.tar.gz) = 35445
--- setup.py.orig 2021-02-20 16:48:34 UTC
+++ setup.py
@@ -51,8 +51,8 @@ minimal_requirements = [
extra_requirements = [
- "websockets==8.*",
- "httptools==0.1.* ;" + env_marker_cpython,
+ "websockets>=8.0",
+ "httptools>=0.1.0 ;" + env_marker_cpython,
"uvloop>=0.14.0,!=0.15.0,!=0.15.1; " + env_marker_cpython,
"colorama>=0.4;" + env_marker_win,
"watchgod>=0.6",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment