summaryrefslogtreecommitdiff
path: root/databases/py-snowflake-connector-python/Makefile
diff options
context:
space:
mode:
authorPat Maddox <pat@patmaddox.com>2023-12-07 08:18:08 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-07 14:52:34 +0100
commit3906507e1a3a0ecdba9cf829728f5e85f827e117 (patch)
treec77570aadc5741e6e5b0afb4dbd2b59f2c2b21bf /databases/py-snowflake-connector-python/Makefile
parentdevel/py-mashumaro: Update version 3.9=>3.11 (diff)
databases/py-snowflake-connector-python: Update version 3.2.1=>3.5.0
Changelog: https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.5.0 PR: 275587 Approved by: submitter is maintainer
Diffstat (limited to 'databases/py-snowflake-connector-python/Makefile')
-rw-r--r--databases/py-snowflake-connector-python/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/py-snowflake-connector-python/Makefile b/databases/py-snowflake-connector-python/Makefile
index 5a0cee0ff8a9..c79e4370b369 100644
--- a/databases/py-snowflake-connector-python/Makefile
+++ b/databases/py-snowflake-connector-python/Makefile
@@ -1,5 +1,5 @@
PORTNAME= snowflake-connector-python
-PORTVERSION= 3.2.1
+PORTVERSION= 3.5.0
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +23,6 @@ PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>0.24.0,<2.0.0:devel/py-asn1crypto@
${PYTHON_PKGNAMEPREFIX}cryptography>=3.1.0:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oscrypto<2.0:security/py-oscrypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=16.2.0:security/py-openssl@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pycryptodomex>=3.5.1<4.0:security/py-pycryptodomex@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyjwt<3.0:www/py-pyjwt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests<3.0:www/py-requests@${PY_FLAVOR} \