svn commit: r551692 - in head/devel/py-oci: . files
Koichiro Iwao
meta at FreeBSD.org
Thu Oct 8 04:16:33 UTC 2020
Author: meta
Date: Thu Oct 8 04:16:31 2020
New Revision: 551692
URL: https://svnweb.freebsd.org/changeset/ports/551692
Log:
devel/py-oci: Update to 2.22.0
PR: 250171
Submitted by: Alessandro Sagratini <ale_sagra at hotmail.com> (maintainer)
Relnotes: https://github.com/oracle/oci-python-sdk/releases/tag/v2.22.0
Modified:
head/devel/py-oci/Makefile
head/devel/py-oci/distinfo
head/devel/py-oci/files/patch-setup.py
head/devel/py-oci/pkg-descr
Modified: head/devel/py-oci/Makefile
==============================================================================
--- head/devel/py-oci/Makefile Thu Oct 8 02:00:53 2020 (r551691)
+++ head/devel/py-oci/Makefile Thu Oct 8 04:16:31 2020 (r551692)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= oci
-PORTVERSION= 2.21.5
+PORTVERSION= 2.22.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/py-oci/distinfo
==============================================================================
--- head/devel/py-oci/distinfo Thu Oct 8 02:00:53 2020 (r551691)
+++ head/devel/py-oci/distinfo Thu Oct 8 04:16:31 2020 (r551692)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600794476
-SHA256 (oci-2.21.5.tar.gz) = 21136fa4d69094d332ac740f476fcb38f27ef1039b0e5f4ff621704302554972
-SIZE (oci-2.21.5.tar.gz) = 3198667
+TIMESTAMP = 1602049787
+SHA256 (oci-2.22.0.tar.gz) = b86652019a4598e003ad8d2b90f3f6412ff68a153bbe1185b9d31fc897521b30
+SIZE (oci-2.22.0.tar.gz) = 3287385
Modified: head/devel/py-oci/files/patch-setup.py
==============================================================================
--- head/devel/py-oci/files/patch-setup.py Thu Oct 8 02:00:53 2020 (r551691)
+++ head/devel/py-oci/files/patch-setup.py Thu Oct 8 04:16:31 2020 (r551692)
@@ -1,6 +1,6 @@
---- setup.py.orig 2020-08-04 12:58:40.686680000 +0000
-+++ setup.py 2020-08-04 13:00:10.433547000 +0000
-@@ -31,8 +31,8 @@
+--- setup.py.orig 2020-10-01 17:52:08 UTC
++++ setup.py
+@@ -31,8 +31,8 @@ with open_relative("README.rst") as f:
requires = [
"certifi",
Modified: head/devel/py-oci/pkg-descr
==============================================================================
--- head/devel/py-oci/pkg-descr Thu Oct 8 02:00:53 2020 (r551691)
+++ head/devel/py-oci/pkg-descr Thu Oct 8 04:16:31 2020 (r551692)
@@ -1,25 +1,4 @@
The Python SDK enables one to write code to manage Oracle Cloud Infrastructure
-resources. Following services are supported:
-
-* Analytics, Announcements, Application Migration, API Gateway, Audit
-* Big Data, Blockchain, Budgets
-* Cloud Guard Service, Container Engine for Kubernetes
-* Compute Autoscaling/Work Requests
-* Content and Experience
-* Core Services (Networking, Compute, Block Volume)
-* Data Catalog, Data Flow, Data Integration, Data Safe, Data Science,
- Data Transfer, Database, Digital Assistan, DNS
-* Email Delivery, Events
-* File Storage, Functions
-* Health Checks, IAM (= Identity and Access Management), Incident Managemet,
- Integration Cloud service
-* Key Management
-* Limits, Load Balancing
-* Logging Service, Logging Analytics Service, Logging Search Service, Logging Ingestion Service
-* Marketplace, Monitoring, Management Agent Cloud Service, Management Dashboard Service
-* Notifications, Object Storage, OS Management, Quotas
-* Resource Manager, Search, Secret Management, Streaming, Service Connector Hub service
-* Usage, VMware Provisioning
-* Web Application Acceleration and Security
+resources. All OCI services and regions are supported.
WWW: https://github.com/oracle/oci-python-sdk/
More information about the svn-ports-head
mailing list