Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2024 02:48:20 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: b6a18e4c49ed - main - www/py-hypercorn: Update to 0.17.3
Message-ID:  <202406030248.4532mK4o065014@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=b6a18e4c49ed75d47e857c8e4a85103b701f86c1

commit b6a18e4c49ed75d47e857c8e4a85103b701f86c1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-06-03 02:38:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-06-03 02:38:56 +0000

    www/py-hypercorn: Update to 0.17.3
    
    Changes:        https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst
---
 www/py-hypercorn/Makefile | 7 ++++---
 www/py-hypercorn/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/www/py-hypercorn/Makefile b/www/py-hypercorn/Makefile
index c78d6275f4f0..b10624ea121e 100644
--- a/www/py-hypercorn/Makefile
+++ b/www/py-hypercorn/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	hypercorn
-PORTVERSION=	0.16.0
+PORTVERSION=	0.17.3
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}exceptiongroup>=1.1.0:devel/py-exceptiongroup@${PY_FLAVOR} \
+RUN_DEPENDS=	${PY_EXCEPTIONGROUP} \
 		${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} \
@@ -46,7 +46,8 @@ UVLOOP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uvloop>=0:devel/py-uvloop@${PY_FLAVOR
 
 .if ${PYTHON_REL} < 31100
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}taskgroup>=0:devel/py-taskgroup@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>
diff --git a/www/py-hypercorn/distinfo b/www/py-hypercorn/distinfo
index bc72506b7bd3..ad18ce3dd741 100644
--- a/www/py-hypercorn/distinfo
+++ b/www/py-hypercorn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716448730
-SHA256 (hypercorn-0.16.0.tar.gz) = 3b17d1dcf4992c1f262d9f9dd799c374125d0b9a8e40e1e2d11e2938b0adfe03
-SIZE (hypercorn-0.16.0.tar.gz) = 42980
+TIMESTAMP = 1717157958
+SHA256 (hypercorn-0.17.3.tar.gz) = 1b37802ee3ac52d2d85270700d565787ab16cf19e1462ccfa9f089ca17574165
+SIZE (hypercorn-0.17.3.tar.gz) = 44409



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406030248.4532mK4o065014>