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,36 +1,36 @@ PORTNAME= oci-cli -DISTVERSION= 3.7.0 +DISTVERSION= 3.7.1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ale_sagra@hotmail.com COMMENT= Command Line Interface for Oracle Cloud Infrastructure LICENSE= APACHE20 UPL LICENSE_COMB= dual LICENSE_GROUPS_UPL= FSF GPL OSI LICENSE_NAME_UPL= Universal Permissive License LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.txt LICENSE_FILE_UPL= ${WRKSRC}/LICENSE.txt LICENSE_PERMS_UPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=1.0.0:devel/py-arrow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click7=7.1.2:devel/py-click7@${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} \ ${PYTHON_PKGNAMEPREFIX}terminaltables>=3.1.0:textproc/py-terminaltables@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.4<6:devel/py-yaml@${PY_FLAVOR} USES= python:3.6-3.9 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include 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' - ] -