svn commit: r533333 - head/devel/py-oci

Koichiro Iwao meta at FreeBSD.org
Wed Apr 29 12:04:53 UTC 2020


Author: meta
Date: Wed Apr 29 12:04:52 2020
New Revision: 533333
URL: https://svnweb.freebsd.org/changeset/ports/533333

Log:
  devel/py-oci: Update to 2.14.0
  
  Added
  * Support for the MySQL Database service
  * Support for updating the database home of a database in the Database service
  * Support for government regions in the Marketplace service
  * Support for starting and stopping instances in the Integration service
  * Support for installing Windows updates in the OS Management service
  
  Breaking
  * Deleted models ErrataId, ManagedInstanceUpdateDetails and UpdatablePackageSummary
    from the os_management service
  
  PR:		246018
  Submitted by:	Alessandro Sagratini <ale_sagra at hotmail.com> (maintainer)
  Relnotes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.14.0

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

Modified: head/devel/py-oci/Makefile
==============================================================================
--- head/devel/py-oci/Makefile	Wed Apr 29 11:28:14 2020	(r533332)
+++ head/devel/py-oci/Makefile	Wed Apr 29 12:04:52 2020	(r533333)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oci
-PORTVERSION=	2.13.0
+PORTVERSION=	2.14.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-oci/distinfo
==============================================================================
--- head/devel/py-oci/distinfo	Wed Apr 29 11:28:14 2020	(r533332)
+++ head/devel/py-oci/distinfo	Wed Apr 29 12:04:52 2020	(r533333)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587686533
-SHA256 (oci-2.13.0.tar.gz) = e0aa8ddcacc5d9969c1e4f199a0443f194b296e17068ffb60a20c8b1e7df02a4
-SIZE (oci-2.13.0.tar.gz) = 2165557
+TIMESTAMP = 1588140050
+SHA256 (oci-2.14.0.tar.gz) = 58ba33e7e25e7a2c3a9f71869f1923a10dd3eb827242ab4a5a9c20513b0fab39
+SIZE (oci-2.14.0.tar.gz) = 2227801


More information about the svn-ports-all mailing list