aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2022-04-08 15:40:09 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2022-04-08 15:40:09 +0000
commit3ba9f4569c14a3fa44e1e46a53efe3164a1f92c4 (patch)
tree99857c21441aedafcf36e12eb4d3a3b9a496fa4b
parent9d8cb8eb28c5e8f7be50841c27d54cb23db20db1 (diff)
downloadports-3ba9f4569c14a3fa44e1e46a53efe3164a1f92c4.tar.gz
ports-3ba9f4569c14a3fa44e1e46a53efe3164a1f92c4.zip
devel/oci-cli: update to 3.7.1
committed with minor modifications to patch PR: 263098 Sponsored by: SkunkWerks, GmbH Approved by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
-rw-r--r--devel/oci-cli/Makefile4
-rw-r--r--devel/oci-cli/distinfo6
-rw-r--r--devel/oci-cli/files/patch-setup.py18
3 files changed, 8 insertions, 20 deletions
diff --git a/devel/oci-cli/Makefile b/devel/oci-cli/Makefile
index 578d45a1e82d..7efb11d10c48 100644
--- a/devel/oci-cli/Makefile
+++ b/devel/oci-cli/Makefile
@@ -1,5 +1,5 @@
PORTNAME= oci-cli
-DISTVERSION= 3.7.0
+DISTVERSION= 3.7.1
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=1.0.0:devel/py-arrow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=3.2.1<=3.4.7:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.3<3.0.0:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jmespath>=0.10.0:devel/py-jmespath@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oci=2.62.0:devel/py-oci@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}oci=2.62.1:devel/py-oci@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=19.1.0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.15.0:devel/py-six@${PY_FLAVOR} \
diff --git a/devel/oci-cli/distinfo b/devel/oci-cli/distinfo
index 1b44410c38a5..564139ee9fba 100644
--- a/devel/oci-cli/distinfo
+++ b/devel/oci-cli/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1648833280
-SHA256 (oci-cli-3.7.0.tar.gz) = b666ed9d239b0ef89619dfef575c992891f2b0f2b8bf45a179ba7b0a23c3a43a
-SIZE (oci-cli-3.7.0.tar.gz) = 9069925
+TIMESTAMP = 1649263256
+SHA256 (oci-cli-3.7.1.tar.gz) = fe35a7c6dd3bfd48400e09a6d65b7f749e9103a73d5fcdfd83207dbe835e7ccb
+SIZE (oci-cli-3.7.1.tar.gz) = 9067580
diff --git a/devel/oci-cli/files/patch-setup.py b/devel/oci-cli/files/patch-setup.py
index 329d8c4eebda..71c899c5f35b 100644
--- a/devel/oci-cli/files/patch-setup.py
+++ b/devel/oci-cli/files/patch-setup.py
@@ -1,23 +1,11 @@
---- setup.py.orig 2022-03-28 19:01:23 UTC
+--- setup.py.orig 2022-04-04 18:26:03 UTC
+++ setup.py
-@@ -30,16 +30,16 @@ with open_relative("README.rst") as f:
+@@ -30,7 +30,7 @@ with open_relative("README.rst") as f:
requires = [
- 'oci==2.62.0',
+ 'oci==2.62.1',
- 'arrow>=1.0.0',
+ 'arrow>>=1.0.0',
'certifi',
'click==7.1.2',
'cryptography>=3.2.1,<=3.4.7',
-- 'jmespath==0.10.0',
-+ 'jmespath>=0.10.0',
- 'python-dateutil>=2.5.3,<3.0.0',
- 'pytz>=2016.10',
- 'six>=1.15.0',
-- 'terminaltables==3.1.0',
-- 'pyOpenSSL==19.1.0',
-+ 'terminaltables>=3.1.0',
-+ 'pyOpenSSL>=19.1.0',
- 'PyYAML>=5.4,<6'
- ]
-