aboutsummaryrefslogtreecommitdiff
path: root/devel/py-oci/Makefile
diff options
context:
space:
mode:
authorAlessandro Sagratini <ale_sagra@hotmail.com>2021-12-15 20:14:34 +0000
committerDries Michiels <driesm@FreeBSD.org>2021-12-20 08:47:12 +0000
commit0e31fab5c6e420f42159df33a9627382ef8678d0 (patch)
tree5b4744dbac2c7571b296b9def1145b51b4f834b7 /devel/py-oci/Makefile
parent7c3d90bc940c5f5a6f96dfc2248911cda68dda3e (diff)
downloadports-0e31fab5c6e420f42159df33a9627382ef8678d0.tar.gz
ports-0e31fab5c6e420f42159df33a9627382ef8678d0.zip
devel/py-oci: Update to 2.53.0
Changes: https://github.com/oracle/oci-python-sdk/releases/tag/v2.53.0 PR: 260429 Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D33482
Diffstat (limited to 'devel/py-oci/Makefile')
-rw-r--r--devel/py-oci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-oci/Makefile b/devel/py-oci/Makefile
index 3a87bccc7243..3fd8831ed776 100644
--- a/devel/py-oci/Makefile
+++ b/devel/py-oci/Makefile
@@ -1,7 +1,7 @@
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
PORTNAME= oci
-PORTVERSION= 2.52.1
+PORTVERSION= 2.53.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.6-3.9
USE_PYTHON= autoplist distutils
NO_ARCH= yes