Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2020 00:53:14 +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: r523196 - head/devel/py-oci
Message-ID:  <202001160053.00G0rESv096589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Thu Jan 16 00:53:14 2020
New Revision: 523196
URL: https://svnweb.freebsd.org/changeset/ports/523196

Log:
  devel/py-oci: Update to 2.10.0
  
  Added
  * Support for a description field on route rules and security rules in
    the Networking service
  * Support for starting and stopping Digital Assistant instances in the
    Digital Assistant service
  * Support for shared database homes on Exadata, bare metal, and virtual
    machine instances in the Database service
  * Support for tracking a number of Database service operations through
    the Work Requests service
  
  Breaking
  * Field db_home_id in list_databases from database service is changed from required to optional
  
  PR:		243365
  Submitted by:	maintainer
  Sponsored by:	HAW International

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

Modified: head/devel/py-oci/Makefile
==============================================================================
--- head/devel/py-oci/Makefile	Wed Jan 15 23:21:19 2020	(r523195)
+++ head/devel/py-oci/Makefile	Thu Jan 16 00:53:14 2020	(r523196)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oci
-PORTVERSION=	2.9.0
+PORTVERSION=	2.10.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-oci/distinfo
==============================================================================
--- head/devel/py-oci/distinfo	Wed Jan 15 23:21:19 2020	(r523195)
+++ head/devel/py-oci/distinfo	Thu Jan 16 00:53:14 2020	(r523196)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578560200
-SHA256 (oci-2.9.0.tar.gz) = 82be4b64456de3b0f7f8051e52d48c0c8b6c499c9c22661b454df459ab7a5632
-SIZE (oci-2.9.0.tar.gz) = 1729241
+TIMESTAMP = 1579065831
+SHA256 (oci-2.10.0.tar.gz) = 3ee76864c3fb5f73397abb75fc826a14d7a5b95d91695a49b2790d2f9ad72fe8
+SIZE (oci-2.10.0.tar.gz) = 1735887



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