From owner-svn-ports-all@freebsd.org Sat Apr 11 06:15:43 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 DE8482B003B; Sat, 11 Apr 2020 06:15:43 +0000 (UTC) (envelope-from tcberner@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 48zl4H3khhz4CRK; Sat, 11 Apr 2020 06:15:43 +0000 (UTC) (envelope-from tcberner@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 7B1D6B7D0; Sat, 11 Apr 2020 06:15:43 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03B6FhQT019107; Sat, 11 Apr 2020 06:15:43 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03B6Fg2e019104; Sat, 11 Apr 2020 06:15:42 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202004110615.03B6Fg2e019104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 11 Apr 2020 06:15:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531402 - head/devel/py-oci X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/devel/py-oci X-SVN-Commit-Revision: 531402 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: Sat, 11 Apr 2020 06:15:43 -0000 Author: tcberner Date: Sat Apr 11 06:15:42 2020 New Revision: 531402 URL: https://svnweb.freebsd.org/changeset/ports/531402 Log: devel/py-oci: update to 2.12.3 PR: Alessandro Sagratini (maintainer) Submitted by: 245448 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 Sat Apr 11 06:10:11 2020 (r531401) +++ head/devel/py-oci/Makefile Sat Apr 11 06:15:42 2020 (r531402) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oci -PORTVERSION= 2.12.2 +PORTVERSION= 2.12.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-oci/distinfo ============================================================================== --- head/devel/py-oci/distinfo Sat Apr 11 06:10:11 2020 (r531401) +++ head/devel/py-oci/distinfo Sat Apr 11 06:15:42 2020 (r531402) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585676142 -SHA256 (oci-2.12.2.tar.gz) = 2305bd48b319ddbfded255b3e6a7ec643ad0f86187d3cf427058e613ab6280e5 -SIZE (oci-2.12.2.tar.gz) = 2122374 +TIMESTAMP = 1586328996 +SHA256 (oci-2.12.3.tar.gz) = 2ef9901764a5b3751ae3639b228ef1b2d2b042668b70e6359c9dfc026c57e576 +SIZE (oci-2.12.3.tar.gz) = 2127267 Modified: head/devel/py-oci/pkg-descr ============================================================================== --- head/devel/py-oci/pkg-descr Sat Apr 11 06:10:11 2020 (r531401) +++ head/devel/py-oci/pkg-descr Sat Apr 11 06:15:42 2020 (r531402) @@ -2,6 +2,7 @@ The Python SDK enables one to write code to manage Ora resources. Following services are supported: * Analytics, Announcements, Application Migration, API Gateway, Audit, Budgets +* Big Data * Container Engine for Kubernetes * Compute Autoscaling/Work Requests * Content and Experience @@ -14,7 +15,7 @@ resources. Following services are supported: * Limits, Load Balancing * Marketplace, Monitoring, Notifications * Object Storage, OS Management, Quotas -* Resource Manager, Search, Streaming +* Resource Manager, Search, Secret Management, Streaming * Web Application Acceleration and Security WWW: https://github.com/oracle/oci-python-sdk/