diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2020-03-05 09:04:45 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2020-03-05 09:04:45 +0000 |
commit | 3ccd5aedca9f1b5b25e89ff60518aca197bcf5bf (patch) | |
tree | 67e4d4aba869e2bcfa8bbd460e5a9b28d18155f4 | |
parent | Re-apply the main part of r527613 | gerald | 2020-03-02 that covers the (diff) |
devel/py-oci: Update to 2.10.7
* Support for updating the shape of a Database System in the Database service
* Support for generating CPE configurations for download in the Networking service
* Support for private IPs and fault domains of cluster nodes in the Container
Engine for Kubernetes service
* Support for calling Oracle Cloud Infrastructure services in the ca-montreal-1
region
* Fixed missed parameter when invoking request signing for delegation token
PR: 244587
Submitted by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
Relnotes: https://github.com/oracle/oci-python-sdk/releases/tag/v2.10.7
Notes
Notes:
svn path=/head/; revision=527818
-rw-r--r-- | devel/py-oci/Makefile | 4 | ||||
-rw-r--r-- | devel/py-oci/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-oci/Makefile b/devel/py-oci/Makefile index 9092ebe6fc7c..c2af5c3f2815 100644 --- a/devel/py-oci/Makefile +++ b/devel/py-oci/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oci -PORTVERSION= 2.10.6 +PORTVERSION= 2.10.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ LICENSE_PERMS_UPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configparser>=3.5.0b1:devel/py-configparser@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=2.6.1:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.3<3.0.0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} diff --git a/devel/py-oci/distinfo b/devel/py-oci/distinfo index 48cd3f85db0e..db6d4b320f9f 100644 --- a/devel/py-oci/distinfo +++ b/devel/py-oci/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1582657604 -SHA256 (oci-2.10.6.tar.gz) = a9316a08b27cd61f13e491acb13d4a64b25b7fe3f2959130db856ce03416b4bb -SIZE (oci-2.10.6.tar.gz) = 1973530 +TIMESTAMP = 1583304424 +SHA256 (oci-2.10.7.tar.gz) = eff61fcbf6dc6e040ee13ce2aaf433bd629a84236a5d3a5f6b098a91927160f1 +SIZE (oci-2.10.7.tar.gz) = 2059951 |