Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2024 07:14:05 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e904de76a279 - main - www/py-httpcore: Adjust py-trio max version
Message-ID:  <202403240714.42O7E557060331@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e904de76a2794187f1b269c06358c34b5d619bdd

commit e904de76a2794187f1b269c06358c34b5d619bdd
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-03-24 07:13:31 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-03-24 07:13:31 +0000

    www/py-httpcore: Adjust py-trio max version
    
    Preemptively address any potential issues with the upcoming py-trio
    PORTREVISION bump.
    
    Discussed with: sunpoet
---
 www/py-httpcore/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/py-httpcore/Makefile b/www/py-httpcore/Makefile
index 502eaa027d19..bad0b0b404ca 100644
--- a/www/py-httpcore/Makefile
+++ b/www/py-httpcore/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	httpcore
 PORTVERSION=	1.0.4
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -31,6 +32,6 @@ TRIO_DESC=	Asynchronous support via trio
 ASYNCIO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyio>=4.0<5.0:devel/py-anyio@${PY_FLAVOR}
 HTTP2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h2>=3<5:www/py-h2@${PY_FLAVOR}
 SOCKS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}socksio>=1<2:net/py-socksio@${PY_FLAVOR}
-TRIO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}trio>=0.22.0<=0.25.0:net/py-trio@${PY_FLAVOR}
+TRIO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}trio>=0.22.0<=0.25.0_99:net/py-trio@${PY_FLAVOR}
 
 .include <bsd.port.mk>



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