Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2020 08:24:01 +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: r525468 - head/devel/py-oci
Message-ID:  <202002070824.0178O1FH014486@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Fri Feb  7 08:24:00 2020
New Revision: 525468
URL: https://svnweb.freebsd.org/changeset/ports/525468

Log:
  devel/py-oci: Update to 2.10.3
  
  * Support for the Data Science service
  * Support for calling Oracle Cloud Infrastructure services
    in the ap-osaka-1 and ap-melbourne-1 regions
  
  PR:		243901
  Submitted by:	maintainer
  Relnotes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.10.3

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 Feb  7 08:23:05 2020	(r525467)
+++ head/devel/py-oci/Makefile	Fri Feb  7 08:24:00 2020	(r525468)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oci
-PORTVERSION=	2.10.2
+PORTVERSION=	2.10.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-oci/distinfo
==============================================================================
--- head/devel/py-oci/distinfo	Fri Feb  7 08:23:05 2020	(r525467)
+++ head/devel/py-oci/distinfo	Fri Feb  7 08:24:00 2020	(r525468)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580289167
-SHA256 (oci-2.10.2.tar.gz) = eb9da2fb844c213a901ec35b67def9e47408bb048dcad9b1e5de78ed948d9a03
-SIZE (oci-2.10.2.tar.gz) = 1905133
+TIMESTAMP = 1580897730
+SHA256 (oci-2.10.3.tar.gz) = 9bda4d109eb012b95ed300b0af57aca16f0ebe5e95e7f71982aef34c6596cba6
+SIZE (oci-2.10.3.tar.gz) = 1931204

Modified: head/devel/py-oci/pkg-descr
==============================================================================
--- head/devel/py-oci/pkg-descr	Fri Feb  7 08:23:05 2020	(r525467)
+++ head/devel/py-oci/pkg-descr	Fri Feb  7 08:24:00 2020	(r525468)
@@ -1,12 +1,12 @@
 The Python SDK enables one to write code to manage Oracle Cloud Infrastructure
 resources. Following services are supported:
 
-* Analytics, Announcements, API Gateway, Audit, Budgets
+* Analytics, Announcements, Application Migration, API Gateway, Audit, Budgets
 * Container Engine for Kubernetes
 * Compute Autoscaling/Work Requests
 * Content and Experience
 * Core Services (Networking, Compute, Block Volume)
-* Data Transfer, Database, Digital Assistan, DNS
+* Data Catalog, Data Flow, Data Science, Data Transfer, Database, Digital Assistan, DNS
 * Email Delivery, Events
 * File Storage, Functions
 * Health Checks, IAM (= Identity and Access Management), Integration Cloud service



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