Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2019 05:15:15 +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: r520467 - head/devel/py-oci
Message-ID:  <201912200515.xBK5FFao021947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Fri Dec 20 05:15:15 2019
New Revision: 520467
URL: https://svnweb.freebsd.org/changeset/ports/520467

Log:
  dev/py-oci: Update to 2.8.0
  
  Breaking changes:
  * Removed support for v1 auth tokens in kubeconfig files in th
    CreateClusterKubeconfigContentDetails class of the Container Engine
    for Kubernetes service
  * Removed the IDCS access token requirement on the delete deleteOceInstance
    operation in the Content and Experience service, which is why the
    DeleteOceInstanceDetails class was removed
  * Set compartment_id as a required parameter in list_stream_pools for
    streaming service
  
  See the release note for other changes.
  
  PR:		242720
  Submitted by:	maintainer
  Relnotes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.8.0

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

Modified: head/devel/py-oci/Makefile
==============================================================================
--- head/devel/py-oci/Makefile	Fri Dec 20 04:51:10 2019	(r520466)
+++ head/devel/py-oci/Makefile	Fri Dec 20 05:15:15 2019	(r520467)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oci
-PORTVERSION=	2.7.1
+PORTVERSION=	2.8.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-oci/distinfo
==============================================================================
--- head/devel/py-oci/distinfo	Fri Dec 20 04:51:10 2019	(r520466)
+++ head/devel/py-oci/distinfo	Fri Dec 20 05:15:15 2019	(r520467)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576046055
-SHA256 (oci-2.7.1.tar.gz) = 66e841a9d7d951080bd9dc7af702e80e37d83934f000260a6c0f0048cdef651d
-SIZE (oci-2.7.1.tar.gz) = 1612532
+TIMESTAMP = 1576729922
+SHA256 (oci-2.8.0.tar.gz) = 8c1992d4744381842a57f6e14333db502d06b267d96d2621cb0bdfe5f81854d8
+SIZE (oci-2.8.0.tar.gz) = 1728326

Modified: head/devel/py-oci/pkg-descr
==============================================================================
--- head/devel/py-oci/pkg-descr	Fri Dec 20 04:51:10 2019	(r520466)
+++ head/devel/py-oci/pkg-descr	Fri Dec 20 05:15:15 2019	(r520467)
@@ -1,7 +1,7 @@
 The Python SDK enables one to write code to manage Oracle Cloud Infrastructure
 resources. Following services are supported:
 
-* Analytics, Announcements, Audit, Budgets
+* Analytics, Announcements, API Gateway, Audit, Budgets
 * Container Engine for Kubernetes
 * Compute Autoscaling/Work Requests
 * Content and Experience
@@ -12,8 +12,8 @@ resources. Following services are supported:
 * Health Checks, IAM (= Identity and Access Management), Integration Cloud service
 * Key Management
 * Limits, Load Balancing
-* Monitoring, Notifications
-* Object Storage, Quotas
+* Marketplace, Monitoring, Notifications
+* Object Storage, OS Management, Quotas
 * Resource Manager, Search, Streaming
 * Web Application Acceleration and Security
 



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