1
0

Accepting request 841907 from 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. (forwarded request 841901 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/841907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oci-sdk?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2020-10-16 14:13:24 +00:00 committed by Git OBS Bridge
commit 866b030f95
4 changed files with 60 additions and 5 deletions

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Thu Oct 15 10:29:30 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44320eec091c7683e9411c25ec9b89adde64aef820831039c18c10b427388659
size 8247416

3
v2.23.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7eab95b6994e72d9104a90920ce9966e4c76c2d5abaca927bbe6c2e08731272a
size 8495262