svn commit: r527323 - head/devel/py-oci
Koichiro Iwao
meta at FreeBSD.org
Fri Feb 28 08:00:40 UTC 2020
Author: meta
Date: Fri Feb 28 08:00:39 2020
New Revision: 527323
URL: https://svnweb.freebsd.org/changeset/ports/527323
Log:
devel/py-oci: Update to 2.10.6
* Support for restarting autonomous databases in the Database service
* Support for private endpoints on autonomous databases in the Database service
* Support for IP-based policies in the Identity service
* Support for management of OAuth 2.0 client credentials in the Identity service
* Support for OCI Functions as a subscription protocol in the Notifications service
PR: 244407
Submitted by: Alessandro Sagratini <ale_sagra at hotmail.com> (maintainer)
Relnotes: https://github.com/oracle/oci-python-sdk/releases/tag/v2.10.6
Sponsored by: HAW International
Modified:
head/devel/py-oci/Makefile
head/devel/py-oci/distinfo
Modified: head/devel/py-oci/Makefile
==============================================================================
--- head/devel/py-oci/Makefile Fri Feb 28 06:24:57 2020 (r527322)
+++ head/devel/py-oci/Makefile Fri Feb 28 08:00:39 2020 (r527323)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= oci
-PORTVERSION= 2.10.5
+PORTVERSION= 2.10.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/py-oci/distinfo
==============================================================================
--- head/devel/py-oci/distinfo Fri Feb 28 06:24:57 2020 (r527322)
+++ head/devel/py-oci/distinfo Fri Feb 28 08:00:39 2020 (r527323)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582253468
-SHA256 (oci-2.10.5.tar.gz) = 05bde3f5390ceef7b256eed01a899ab38f0845a92c5348388408a7df3c641f27
-SIZE (oci-2.10.5.tar.gz) = 1962132
+TIMESTAMP = 1582657604
+SHA256 (oci-2.10.6.tar.gz) = a9316a08b27cd61f13e491acb13d4a64b25b7fe3f2959130db856ce03416b4bb
+SIZE (oci-2.10.6.tar.gz) = 1973530
More information about the svn-ports-all
mailing list