From 36f6bfea79e52ec7e3d40e2e8912bc1f021c14e31352e836aaabed6abb91bba1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 24 May 2022 05:54:03 +0000 Subject: [PATCH] Accepting request 978698 from home:glaubitz:branches:devel:languages:python - Update to version 2.67.0 * Support for getting usage information for autonomous databases and Cloud at Customer autonomous databases in the Database service * Support for the "standby" lifecycle state on autonomous databases in the Database service * Support for BIP connections and dataflow operators in the Data Integration service * The type of parameter `default_connection` was changed from `CreateConnectionFromBICC` to `CreateConnectionDetails` in the create_data_asset_from_fusion_app model in the Data Integration service * The type of parameter `default_connection` was changed from `ConnectionFromBICCDetails` to `ConnectionDetails` in the data_asset_from_fusion_app model in the Data Integration service * The type of parameter `default_connection` was changed from `ConnectionSummaryFromBICC` to `ConnectionSummary` in the data_asset_summary_from_fusion_app model in the Data Integration service * The type of parameter `output_ports` was changed from a list of oci.data_integration.models.OutputPort to oci.data_integration.models. TypedObject in the aggregator model in the Data Integration service * Support for retries by default on WAF Edge Policy GET / LIST operations in the Web Application Acceleration and Security service * Support for retries by default on some operations in the Stack Monitoring service * Support for retries by default on some resource discovery and monitoring operations in the Application Management service * Support for retries by default on some operations in the MySQL Database service - from version 2.66.0 * Support for the Application Dependency Management service OBS-URL: https://build.opensuse.org/request/show/978698 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=48 --- oci-python-sdk-2.65.0.tar.gz | 3 --- oci-python-sdk-2.67.0.tar.gz | 3 +++ python-oci-sdk.changes | 52 ++++++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 2 +- 4 files changed, 56 insertions(+), 4 deletions(-) delete mode 100644 oci-python-sdk-2.65.0.tar.gz create mode 100644 oci-python-sdk-2.67.0.tar.gz diff --git a/oci-python-sdk-2.65.0.tar.gz b/oci-python-sdk-2.65.0.tar.gz deleted file mode 100644 index 39421b7..0000000 --- a/oci-python-sdk-2.65.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dc8b5fc9ca34d85117c9ff44ca3b2997c1f0f93b2a065021be733830e9a01ad -size 13204983 diff --git a/oci-python-sdk-2.67.0.tar.gz b/oci-python-sdk-2.67.0.tar.gz new file mode 100644 index 0000000..7d53bfe --- /dev/null +++ b/oci-python-sdk-2.67.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2718f43b99f53fbc73e755ddd896b4fc9c83ff5c9abc869099e30129a1b711 +size 13271057 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 50430c2..bd17fd4 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Tue May 17 10:18:43 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 2.67.0 + * Support for getting usage information for autonomous databases and + Cloud at Customer autonomous databases in the Database service + * Support for the "standby" lifecycle state on autonomous databases + in the Database service + * Support for BIP connections and dataflow operators in the + Data Integration service + * The type of parameter `default_connection` was changed from + `CreateConnectionFromBICC` to `CreateConnectionDetails` in the + create_data_asset_from_fusion_app model in the Data Integration + service + * The type of parameter `default_connection` was changed from + `ConnectionFromBICCDetails` to `ConnectionDetails` in the + data_asset_from_fusion_app model in the Data Integration service + * The type of parameter `default_connection` was changed from + `ConnectionSummaryFromBICC` to `ConnectionSummary` in the + data_asset_summary_from_fusion_app model in the Data Integration + service + * The type of parameter `output_ports` was changed from a list of + oci.data_integration.models.OutputPort to oci.data_integration.models. + TypedObject in the aggregator model in the Data Integration service + * Support for retries by default on WAF Edge Policy GET / LIST operations + in the Web Application Acceleration and Security service + * Support for retries by default on some operations + in the Stack Monitoring service + * Support for retries by default on some resource discovery and + monitoring operations in the Application Management service + * Support for retries by default on some operations in the MySQL Database service +- from version 2.66.0 + * Support for the Application Dependency Management service + * Support for platform configuration options on some bare + metal shapes in the Compute service + * Support for shielded instances for BM.Standard.E4.128 and + BM.Standard3.64 shapes in the Compute service + * Support for E4 dense VMs on launch and update instance + operations in the Compute service + * Support for reboot migration on DenseIO shapes in the Compute service + * Support for an increased database name maximum length, + from 14 to 30 characters, in the Database service + * Support for provisioned concurrency in the Functions service + * Support for retries by default on operations in the Vault service + * Support for retries by default on operations in the DNS service + * Support for retries by default on operations in + the Content Management service + * Support for retries by default on operations in the Console Dashboard service + * Support for retries by default on Web Application Firewall + operations in the Web Application Acceleration and Security service + * Support for retries by default on operations in the Data Science service + ------------------------------------------------------------------- Tue May 3 12:03:38 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index bcb84a7..a680ef7 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-oci-sdk -Version: 2.65.0 +Version: 2.67.0 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0