diff options
Diffstat (limited to 'databases/py-snowddl/Makefile')
| -rw-r--r-- | databases/py-snowddl/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-snowddl/Makefile b/databases/py-snowddl/Makefile index c4f5cd58eae1..ab4bbbab443d 100644 --- a/databases/py-snowddl/Makefile +++ b/databases/py-snowddl/Makefile @@ -1,5 +1,5 @@  PORTNAME=	snowddl -DISTVERSION=	0.36.2 +DISTVERSION=	0.58.2  CATEGORIES=	databases python  MASTER_SITES=	PYPI  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX} @@ -23,6 +23,6 @@ NO_ARCH=	yes  PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18<5:devel/py-jsonschema@${PY_FLAVOR} \  		${PYTHON_PKGNAMEPREFIX}pydantic2>=2.4<3:devel/py-pydantic2@${PY_FLAVOR} \  		${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0<7:devel/py-pyyaml@${PY_FLAVOR} \ -		${PYTHON_PKGNAMEPREFIX}snowflake-connector-python>=3.0<4:databases/py-snowflake-connector-python@${PY_FLAVOR} +		${PYTHON_PKGNAMEPREFIX}snowflake-connector-python>=3.0:databases/py-snowflake-connector-python@${PY_FLAVOR}  .include <bsd.port.mk>  | 
