From owner-svn-ports-all@freebsd.org Fri Feb 7 08:24:01 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C5CC7246780; Fri, 7 Feb 2020 08:24:01 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48DSxs4sqzz4Gkq; Fri, 7 Feb 2020 08:24:01 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A244419CB; Fri, 7 Feb 2020 08:24:01 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0178O15C014489; Fri, 7 Feb 2020 08:24:01 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0178O1FH014486; Fri, 7 Feb 2020 08:24:01 GMT (envelope-from meta@FreeBSD.org) Message-Id: <202002070824.0178O1FH014486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Fri, 7 Feb 2020 08:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525468 - head/devel/py-oci X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/devel/py-oci X-SVN-Commit-Revision: 525468 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2020 08:24:01 -0000 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