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

Koichiro Iwao meta at FreeBSD.org
Thu Mar 12 01:31:51 UTC 2020


Author: meta
Date: Thu Mar 12 01:31:50 2020
New Revision: 528266
URL: https://svnweb.freebsd.org/changeset/ports/528266

Log:
  devel/py-oci: Update to 2.11.0
  
  Added
  * Support for Events service integration with alerts in the Budgets service
  
  Breaking
  * The parameters sort_by and lifecycle_state type from Budgets service are
    changed from str to enum
  
  PR:		244724
  Submitted by:	Alessandro Sagratini <ale_sagra at hotmail.com>
  Relnotes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.11.0

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

Modified: head/devel/py-oci/Makefile
==============================================================================
--- head/devel/py-oci/Makefile	Thu Mar 12 01:31:29 2020	(r528265)
+++ head/devel/py-oci/Makefile	Thu Mar 12 01:31:50 2020	(r528266)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oci
-PORTVERSION=	2.10.7
+PORTVERSION=	2.11.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-oci/distinfo
==============================================================================
--- head/devel/py-oci/distinfo	Thu Mar 12 01:31:29 2020	(r528265)
+++ head/devel/py-oci/distinfo	Thu Mar 12 01:31:50 2020	(r528266)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583304424
-SHA256 (oci-2.10.7.tar.gz) = eff61fcbf6dc6e040ee13ce2aaf433bd629a84236a5d3a5f6b098a91927160f1
-SIZE (oci-2.10.7.tar.gz) = 2059951
+TIMESTAMP = 1583865201
+SHA256 (oci-2.11.0.tar.gz) = 73ef1838e63d5b1c5f583ef839038dac39b54dc42f4587c3cc1b254ecd4a7b14
+SIZE (oci-2.11.0.tar.gz) = 2060169


More information about the svn-ports-all mailing list