svn commit: r518076 - head/devel/py-oci

Koichiro Iwao meta at FreeBSD.org
Thu Nov 21 05:37:54 UTC 2019


Author: meta
Date: Thu Nov 21 05:37:53 2019
New Revision: 518076
URL: https://svnweb.freebsd.org/changeset/ports/518076

Log:
  devel/py-oci: Update to 2.6.5
  
  * Support for four-byte autonomous system numbers (ASNs) on FastConnect
    resources in the Networking service
  * Support for choosing fault domains when creating instance pools in the
    Compute service
  * Support for allowing connections from only specific VCNs to autonomous
    data warehouse and autonomous transaction processing instances in the
    Database service
  * Support for Streaming Client Non-Regional
  
  PR:		242098
  Submitted by:	maintainer
  Relnotes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.6.5

Modified:
  head/devel/py-oci/Makefile
  head/devel/py-oci/distinfo

Modified: head/devel/py-oci/Makefile
==============================================================================
--- head/devel/py-oci/Makefile	Thu Nov 21 02:33:18 2019	(r518075)
+++ head/devel/py-oci/Makefile	Thu Nov 21 05:37:53 2019	(r518076)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oci
-PORTVERSION=	2.6.4
+PORTVERSION=	2.6.5
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-oci/distinfo
==============================================================================
--- head/devel/py-oci/distinfo	Thu Nov 21 02:33:18 2019	(r518075)
+++ head/devel/py-oci/distinfo	Thu Nov 21 05:37:53 2019	(r518076)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573713445
-SHA256 (oci-2.6.4.tar.gz) = 5bc23b3478b5629ceacb383847147d85459a5a2c9c17c2b3a1df7e442214281b
-SIZE (oci-2.6.4.tar.gz) = 1522961
+TIMESTAMP = 1574236529
+SHA256 (oci-2.6.5.tar.gz) = 69968e3d38a6ea2291412d89da69ec1f9e5ab4940f6982b5169f5387bc04a8d4
+SIZE (oci-2.6.5.tar.gz) = 1525813


More information about the svn-ports-head mailing list