Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2019 08:20:41 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519790 - head/devel/py-oci
Message-ID:  <201912110820.xBB8Kfpr038983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Wed Dec 11 08:20:41 2019
New Revision: 519790
URL: https://svnweb.freebsd.org/changeset/ports/519790

Log:
  devel/py-oci: Update to 2.7.1
  
  * Support for etags on results of the List Objects API in the Object Storage service
  * Support for OCIDs on buckets in the Object Storage service
  * Support for content-disposition and cache-control headers on objects in the Object Storage service
  * Support for recovering deleted compartments in the Identity service
  * Support for sharing volumes across multiple instances in the Block Storage service
  * Support for connect harnesses and stream pools in the Streaming service
  * Support for associating file storage mount targets with network security groups in the File Storage service
  * Support for calling Oracle Cloud Infrastructure services in the uk-gov-london-1 region
  * Add default connection timeout(10s) and read timeout(60s) for Python SDK client
  * Add contents table to client documentation
  * Fix the issue of the second style of pagination
  
  PR:		242572
  Submitted by:	maintainer
  Relnotes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.7.1

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

Modified: head/devel/py-oci/Makefile
==============================================================================
--- head/devel/py-oci/Makefile	Wed Dec 11 08:14:08 2019	(r519789)
+++ head/devel/py-oci/Makefile	Wed Dec 11 08:20:41 2019	(r519790)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oci
-PORTVERSION=	2.7.0
+PORTVERSION=	2.7.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-oci/distinfo
==============================================================================
--- head/devel/py-oci/distinfo	Wed Dec 11 08:14:08 2019	(r519789)
+++ head/devel/py-oci/distinfo	Wed Dec 11 08:20:41 2019	(r519790)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574938637
-SHA256 (oci-2.7.0.tar.gz) = 1bc5353affe2bb93e7e1088d65fac8a6f191ea7254df3b2a63f67d612137488b
-SIZE (oci-2.7.0.tar.gz) = 1601865
+TIMESTAMP = 1576046055
+SHA256 (oci-2.7.1.tar.gz) = 66e841a9d7d951080bd9dc7af702e80e37d83934f000260a6c0f0048cdef651d
+SIZE (oci-2.7.1.tar.gz) = 1612532



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912110820.xBB8Kfpr038983>