From 7e298d9aec482526a889d348a3cf161be10c9f0b3cc26086b7acf8a341b1ad8c Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 15 Oct 2020 11:34:23 +0000 Subject: [PATCH] Accepting request 841901 from home:glaubitz:branches:devel:languages:python - Update to version 2.23.0 * Support for API definitions in the API Gateway service * Support for pattern-based logical entities, namespace-bound custom properties, and faceted search in the Data Catalog service * Support for autonomous Data Guard on autonomous infrastructure in the Database service * Support for creating a Data Guard association on an existing standby database home in the Database service * Support for upgrading cloud VM cluster grid infrastructure in the Database service * Attribute `is_quick_start` in models `CreateLogSavedSearchDetails`, `LogSavedSearchSummary` and `LogSavedSearch` is removed from the Logging Management service * Lifecycle State `DELETED` is removed from the Logging Management service - from version 2.22.0 - 2020-10-06 * Support for calling Oracle Cloud Infrastructure services in the me-dubai-1 region * Support for rotating keys on autonomous container databases and autonomous databases in the Database service * Support for cloud Exadata infrastructure and cloud VM clusters in the Database service * Support for controlling the display of tax banners in the Marketplace service * Support for application references, patch changes, generic JDBC and MySQL data asset types, and publishing tasks to OCI Dataflow in the Data Integration service * Support for disabling the legacy Instance Metadata endpoints v1 in the Compute service * Support for instance configurations specifying instance options in the Compute Management service * The attribute `model_type` in `TypedObject` model now raises `ValueError` when provided with an invalid value. Please see the documentation for a list of allowed values. OBS-URL: https://build.opensuse.org/request/show/841901 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=18 --- python-oci-sdk.changes | 55 ++++++++++++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 4 +-- v2.21.3.tar.gz | 3 --- v2.23.0.tar.gz | 3 +++ 4 files changed, 60 insertions(+), 5 deletions(-) delete mode 100644 v2.21.3.tar.gz create mode 100644 v2.23.0.tar.gz diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 278b891..13b88d3 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Thu Oct 15 10:29:30 UTC 2020 - John Paul Adrian Glaubitz + +- Update to version 2.23.0 + * Support for API definitions in the API Gateway service + * Support for pattern-based logical entities, namespace-bound custom + properties, and faceted search in the Data Catalog service + * Support for autonomous Data Guard on autonomous infrastructure + in the Database service + * Support for creating a Data Guard association on an existing standby + database home in the Database service + * Support for upgrading cloud VM cluster grid infrastructure + in the Database service + * Attribute `is_quick_start` in models `CreateLogSavedSearchDetails`, + `LogSavedSearchSummary` and `LogSavedSearch` is removed from the + Logging Management service + * Lifecycle State `DELETED` is removed from the Logging Management service +- from version 2.22.0 - 2020-10-06 + * Support for calling Oracle Cloud Infrastructure services in the me-dubai-1 region + * Support for rotating keys on autonomous container databases and autonomous + databases in the Database service + * Support for cloud Exadata infrastructure and cloud VM clusters + in the Database service + * Support for controlling the display of tax banners in the Marketplace service + * Support for application references, patch changes, generic JDBC and MySQL data asset + types, and publishing tasks to OCI Dataflow in the Data Integration service + * Support for disabling the legacy Instance Metadata endpoints v1 + in the Compute service + * Support for instance configurations specifying instance options + in the Compute Management service + * The attribute `model_type` in `TypedObject` model now raises `ValueError` + when provided with an invalid value. Please see the documentation for a + list of allowed values. +- from version 2.21.6 + * Support for specifying custom content dispositions when downloading + objects in the Object Storage service + * Support for the “bring your own IP address” feature in the Virtual + Networking service + * Support for updating the tags of instance console connections in the Compute service + * Support for custom SSL certificates on gateways in the API Gateway service +- from version 2.21.5 + * Support for software keys in the Key Management service + * Support for customer contacts on Exadata Cloud at Customer + in the Database service + * Support for updating open modes and permission levels of autonomous + databases in the Database service + * Support for flexible memory on VM instances in the Compute and + Compute Management services +- from version 2.21.4 + * Support for the Cloud Guard service + * Support for specifying desired consumption models when creating + instances in the Integration service + * Support for dynamic shapes in the Load Balancing service +- Update file list to fix Python imports for unvendoring + ------------------------------------------------------------------- Wed Sep 9 13:02:46 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 159fffe..0dfbc83 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.21.3 +Version: 2.23.0 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: UPL-1.0 OR Apache-2.0 @@ -76,7 +76,7 @@ Python SDK for Oracle Cloud Infrastructure. Python 2.7+ and 3.5+ are supported. rm -rf src/oci/_vendor/ # Fix includes sed -i 's/from \._vendor //' src/oci/*.py -sed -i 's/from oci._vendor //' src/oci/*.py src/oci/analytics/*.py src/oci/apigateway/*.py src/oci/application_migration/*.py src/oci/announcements_service/*.py src/oci/audit/*.py src/oci/auth/*.py src/oci/auth/signers/*.py src/oci/autoscaling/*.py src/oci/bds/*.py src/oci/blockchain/*.py src/oci/budget/*.py src/oci/cims/*.py src/oci/container_engine/*.py src/oci/dns/*.py src/oci/core/*.py src/oci/database/*.py src/oci/data_catalog/*.py src/oci/data_flow/*.py src/oci/data_integration/*.py src/oci/data_safe/*.py src/oci/data_science/*.py src/oci/dts/*.py src/oci/email/*.py src/oci/events/*.py src/oci/file_storage/*.py src/oci/functions/*.py src/oci/healthchecks/*.py src/oci/integration/*.py src/oci/key_management/*.py src/oci/marketplace/*.py src/oci/limits/*.py src/oci/load_balancer/*.py src/oci/log_analytics/*.py src/oci/logging/*.py src/oci/loggingingestion/*.py src/oci/loggingsearch/*.py src/oci/management_agent/*.py src/oci/management_dashboard/*.py src/oci/monitoring/*.py src/oci/mysql/*.py src/oci/nosql/*.py src/oci/oda/*.py src/oci/object_storage/*.py src/oci/oce/*.py src/oci/ons/*.py src/oci/object_storage/transfer/*.py src/oci/object_storage/transfer/internal/*.py src/oci/ocvp/*.py src/oci/os_management/*.py src/oci/resource_manager/*.py src/oci/sch/*.py src/oci/streaming/*.py src/oci/identity/*.py src/oci/resource_search/*.py src/oci/secrets/*.py src/oci/usage_api/*.py src/oci/vault/*.py src/oci/waas/*.py src/oci/work_requests/*.py tests/*.py +sed -i 's/from oci._vendor //' src/oci/*.py src/oci/analytics/*.py src/oci/apigateway/*.py src/oci/application_migration/*.py src/oci/announcements_service/*.py src/oci/audit/*.py src/oci/auth/*.py src/oci/auth/signers/*.py src/oci/autoscaling/*.py src/oci/bds/*.py src/oci/blockchain/*.py src/oci/budget/*.py src/oci/cims/*.py src/oci/container_engine/*.py src/oci/dns/*.py src/oci/cloud_guard/*.py src/oci/core/*.py src/oci/database/*.py src/oci/data_catalog/*.py src/oci/data_flow/*.py src/oci/data_integration/*.py src/oci/data_safe/*.py src/oci/data_science/*.py src/oci/dts/*.py src/oci/email/*.py src/oci/events/*.py src/oci/file_storage/*.py src/oci/functions/*.py src/oci/healthchecks/*.py src/oci/integration/*.py src/oci/key_management/*.py src/oci/marketplace/*.py src/oci/limits/*.py src/oci/load_balancer/*.py src/oci/log_analytics/*.py src/oci/logging/*.py src/oci/loggingingestion/*.py src/oci/loggingsearch/*.py src/oci/management_agent/*.py src/oci/management_dashboard/*.py src/oci/monitoring/*.py src/oci/mysql/*.py src/oci/nosql/*.py src/oci/oda/*.py src/oci/object_storage/*.py src/oci/oce/*.py src/oci/ons/*.py src/oci/object_storage/transfer/*.py src/oci/object_storage/transfer/internal/*.py src/oci/ocvp/*.py src/oci/os_management/*.py src/oci/resource_manager/*.py src/oci/sch/*.py src/oci/streaming/*.py src/oci/identity/*.py src/oci/resource_search/*.py src/oci/secrets/*.py src/oci/usage_api/*.py src/oci/vault/*.py src/oci/waas/*.py src/oci/work_requests/*.py tests/*.py sed -i 's/ oci._vendor.jwt as//' src/oci/auth/*.py sed -i 's/oci\._vendor\.//' src/oci/*.py src/oci/auth/signers/*.py src/oci/retry/*.py src/oci/object_storage/transfer/internal/*.py tests/*.py sed -i 's/from . import vcr_mods//' tests/test_config_container.py diff --git a/v2.21.3.tar.gz b/v2.21.3.tar.gz deleted file mode 100644 index 783229b..0000000 --- a/v2.21.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44320eec091c7683e9411c25ec9b89adde64aef820831039c18c10b427388659 -size 8247416 diff --git a/v2.23.0.tar.gz b/v2.23.0.tar.gz new file mode 100644 index 0000000..9d376f8 --- /dev/null +++ b/v2.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eab95b6994e72d9104a90920ce9966e4c76c2d5abaca927bbe6c2e08731272a +size 8495262