diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2020-02-17 01:28:08 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2020-02-17 01:28:08 +0000 |
commit | 8343a59a6bf138880a66c3d2775840c8b51f9280 (patch) | |
tree | 515a4e01367dca2dd994f6aa88c2ffd21295d584 | |
parent | net/sngrep: allow base ncurses [1] (diff) |
devel/py-oci: Update to 2.10.4
* Support for listing supported database versions for Autonomous Database
Serverless, and selecting a version at provisioning time in the Database
service
* Support for TCP proxy protocol versions on listener connection
configurations in the Load Balancer service
* Support for calling the Notifications service in alternate realms
* Support for calling Oracle Cloud Infrastructure services in the
eu-amsterdam-1 and me-jeddah-1 regions
PR: 244070
Submitted by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
Relnotes: https://github.com/oracle/oci-python-sdk/releases/tag/v2.10.4
-rw-r--r-- | devel/py-oci/Makefile | 2 | ||||
-rw-r--r-- | devel/py-oci/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-oci/Makefile b/devel/py-oci/Makefile index e754ad02e54e..d96e454b3e49 100644 --- a/devel/py-oci/Makefile +++ b/devel/py-oci/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oci -PORTVERSION= 2.10.3 +PORTVERSION= 2.10.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-oci/distinfo b/devel/py-oci/distinfo index 609580dcede7..92a576597892 100644 --- a/devel/py-oci/distinfo +++ b/devel/py-oci/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580897730 -SHA256 (oci-2.10.3.tar.gz) = 9bda4d109eb012b95ed300b0af57aca16f0ebe5e95e7f71982aef34c6596cba6 -SIZE (oci-2.10.3.tar.gz) = 1931204 +TIMESTAMP = 1581498981 +SHA256 (oci-2.10.4.tar.gz) = 44aabe74ed6cb35d5f62aa9decda978374e7867d46de7c7d429731cbbd474ad5 +SIZE (oci-2.10.4.tar.gz) = 1932888 |