Index: head/devel/py-oci/Makefile =================================================================== --- head/devel/py-oci/Makefile (revision 525467) +++ head/devel/py-oci/Makefile (revision 525468) @@ -1,39 +1,39 @@ # Created by: Alessando Sagratini # $FreeBSD$ PORTNAME= oci -PORTVERSION= 2.10.2 +PORTVERSION= 2.10.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ale_sagra@hotmail.com COMMENT= Python interface to Oracle Cloud Infrastructure LICENSE= APACHE20 UPL LICENSE_COMB= dual LICENSE_GROUPS_UPL= FSF GPL OSI LICENSE_NAME_UPL= Universal Permissive License LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.txt LICENSE_FILE_UPL= ${WRKSRC}/LICENSE.txt LICENSE_PERMS_UPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configparser>=3.5.0b1:devel/py-configparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.3<3.0.0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes # The testsuite isn't available in the sdist through PyPI, yet. Switching to # GitHub doesn't help either because the testsuite doesn't work outside # virtualenvs at the moment. # See also: https://github.com/oracle/oci-python-sdk/issues/164 # do-test: .include Index: head/devel/py-oci/distinfo =================================================================== --- head/devel/py-oci/distinfo (revision 525467) +++ head/devel/py-oci/distinfo (revision 525468) @@ -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 Index: head/devel/py-oci/pkg-descr =================================================================== --- head/devel/py-oci/pkg-descr (revision 525467) +++ head/devel/py-oci/pkg-descr (revision 525468) @@ -1,20 +1,20 @@ 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 * Key Management * Limits, Load Balancing * Marketplace, Monitoring, Notifications * Object Storage, OS Management, Quotas * Resource Manager, Search, Streaming * Web Application Acceleration and Security WWW: https://github.com/oracle/oci-python-sdk/