Date: Sun, 21 Nov 2021 18:29:00 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: ca329db169bd - main - www/py-hypercorn: Update to 0.12.0 Message-ID: <202111211829.1ALIT0NE085699@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=ca329db169bd07edf3efcc514253d9b3aa228cfd commit ca329db169bd07edf3efcc514253d9b3aa228cfd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-21 18:21:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-21 18:21:49 +0000 www/py-hypercorn: Update to 0.12.0 Changes: https://gitlab.com/pgjones/hypercorn/-/blob/main/CHANGELOG.rst --- www/py-hypercorn/Makefile | 5 +++-- www/py-hypercorn/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/www/py-hypercorn/Makefile b/www/py-hypercorn/Makefile index df7cdf7b7a38..608d8e33e945 100644 --- a/www/py-hypercorn/Makefile +++ b/www/py-hypercorn/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= hypercorn -PORTVERSION= 0.11.2 +PORTVERSION= 0.12.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,7 @@ COMMENT= ASGI Server based on Hyper libraries LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +extras_require = \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h11>=0:net/py-h11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}h2>=3.1.0:www/py-h2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}priority>=0:www/py-priority@${PY_FLAVOR} \ @@ -43,7 +44,7 @@ UVLOOP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uvloop>=0:devel/py-uvloop@${PY_FLAVOR .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} .endif do-test: diff --git a/www/py-hypercorn/distinfo b/www/py-hypercorn/distinfo index c88742d48a27..cdeeed69be86 100644 --- a/www/py-hypercorn/distinfo +++ b/www/py-hypercorn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665519 -SHA256 (Hypercorn-0.11.2.tar.gz) = 5ba1e719c521080abd698ff5781a2331e34ef50fc1c89a50960538115a896a9a -SIZE (Hypercorn-0.11.2.tar.gz) = 104819 +TIMESTAMP = 1637073038 +SHA256 (Hypercorn-0.12.0.tar.gz) = 0504720bfc3fad83b4520b37fa5032b75ee3f2e71d26d6f7fea41fa2995b0138 +SIZE (Hypercorn-0.12.0.tar.gz) = 40426
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111211829.1ALIT0NE085699>