git: dc2d35e74e52 - main - www/py-httpx_gssapi: Correct depdendency

From: Dan Langille <dvl_at_FreeBSD.org>
Date: Thu, 26 Dec 2024 14:11:12 UTC
The branch main has been updated by dvl:

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

commit dc2d35e74e52fa269d50f3dce608fd26122051d7
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2024-12-26 14:07:28 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2024-12-26 14:07:28 +0000

    www/py-httpx_gssapi: Correct depdendency
    
    Fix fallout breakage:
    
    py311-httpx_gssapi-0.4 depends on package: py311-httpx>=0.16<0.28
    
    This broke because:
    
    a - dependency range was incorrect
    b - dependency was update and was outside range
    
    Adjust depedency based on upstream setup.cfg: <0.29
---
 www/py-httpx_gssapi/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/py-httpx_gssapi/Makefile b/www/py-httpx_gssapi/Makefile
index 91c7f2041655..4915bbbb7d64 100644
--- a/www/py-httpx_gssapi/Makefile
+++ b/www/py-httpx_gssapi/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	httpx_gssapi
 PORTVERSION=	0.4
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ WWW=		https://github.com/pythongssapi/httpx-gssapi
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx>=0.16<0.28:www/py-httpx@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx>=0.16<0.29:www/py-httpx@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils