diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2020-04-03 09:07:05 +0800 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2020-04-03 09:07:05 +0800 |
commit | ddf301c118ee904a97cf3483249a27d1913aea59 (patch) | |
tree | ad4550dc9b72ced81c109676644942d4e35ecab1 | |
parent | 2aac3e0e77783c2e9e6f59dd9242755d480e2177 (diff) | |
download | freebsd-ports-gnome-ddf301c118ee904a97cf3483249a27d1913aea59.tar.gz freebsd-ports-gnome-ddf301c118ee904a97cf3483249a27d1913aea59.tar.zst freebsd-ports-gnome-ddf301c118ee904a97cf3483249a27d1913aea59.zip |
devel/py-oci: Update to 2.12.1
* Support for the Secrets Management service
* Support for the Big Data service
* Support for updating class name, file URI, language, and spark version of
applications in the Data Flow service
* Support for cross-region replication in the Object Storage service
* Support for retention rules in the Object Storage service
* Support for enabling and disabling pod security policy admission controllers
in the Container Engine for Kubernetes service
PR: 245214
Submitted by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
Relnotes: https://github.com/oracle/oci-python-sdk/releases/tag/v2.12.2
-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 e79c0c9bbde8..b01935e89a03 100644 --- a/devel/py-oci/Makefile +++ b/devel/py-oci/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oci -PORTVERSION= 2.12.1 +PORTVERSION= 2.12.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-oci/distinfo b/devel/py-oci/distinfo index 76f6cfe331a4..8e68b348c4d4 100644 --- a/devel/py-oci/distinfo +++ b/devel/py-oci/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585119058 -SHA256 (oci-2.12.1.tar.gz) = 9d9594ef26e90167b66bd0f566a02393b13322af8b319a931af359a4ffa52705 -SIZE (oci-2.12.1.tar.gz) = 2076884 +TIMESTAMP = 1585676142 +SHA256 (oci-2.12.2.tar.gz) = 2305bd48b319ddbfded255b3e6a7ec643ad0f86187d3cf427058e613ab6280e5 +SIZE (oci-2.12.2.tar.gz) = 2122374 |