Date: Mon, 7 Mar 2022 18:19:09 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: c4f5c28cf2c4 - main - www/py-aioquic: Update to 0.9.19 Message-ID: <202203071819.227IJ9tx062603@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=c4f5c28cf2c44ade9ec542bb9ba210b141939ade commit c4f5c28cf2c44ade9ec542bb9ba210b141939ade Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-07 17:57:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-07 18:11:30 +0000 www/py-aioquic: Update to 0.9.19 Changes: https://github.com/aiortc/aioquic/commits/main --- www/py-aioquic/Makefile | 7 ++++--- www/py-aioquic/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/www/py-aioquic/Makefile b/www/py-aioquic/Makefile index 50daf2167660..d7733f3ce053 100644 --- a/www/py-aioquic/Makefile +++ b/www/py-aioquic/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= aioquic -PORTVERSION= 0.9.17 +PORTVERSION= 0.9.19 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,9 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cryptography>=2.5<4:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pylsqpack>=0.3.3<0.4.0:www/py-pylsqpack@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}cryptography>=3.1:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pylsqpack>=0.3.3<0.4.0:www/py-pylsqpack@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>=20:security/py-openssl@${PY_FLAVOR} USES= python:3.7+ ssl USE_PYTHON= autoplist concurrent distutils diff --git a/www/py-aioquic/distinfo b/www/py-aioquic/distinfo index 610b81c98c2b..25e722af1b40 100644 --- a/www/py-aioquic/distinfo +++ b/www/py-aioquic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635788058 -SHA256 (aioquic-0.9.17.tar.gz) = 6b295424e8458393370591c28db45a6a007d9c5b6829a0467f68036674eb7c41 -SIZE (aioquic-0.9.17.tar.gz) = 153158 +TIMESTAMP = 1646058148 +SHA256 (aioquic-0.9.19.tar.gz) = 034b08a9b9da5ed98392fc73ca7a2851a841546af28c66db8b9fd88d4409cdf3 +SIZE (aioquic-0.9.19.tar.gz) = 152701
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203071819.227IJ9tx062603>