forked from pool/python-oci-sdk
Accepting request 871251 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/871251 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oci-sdk?expand=0&rev=11
This commit is contained in:
commit
e6b5e3f630
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 11 15:13:11 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 2.31.0
|
||||
* Support for the Database Management service
|
||||
* Support for setting an offset for budget processing in the Budgets service
|
||||
* Support for enabling and disabling Oracle Cloud Agent plugins in the Compute service
|
||||
* Support for listing available plugins and for getting the status of plugins
|
||||
in the Oracle Cloud Agent service
|
||||
* Support for one-off patching in autonomous transaction processing - dedicated
|
||||
databases in the Database service
|
||||
* Support for additional database upgrade options in the Database service
|
||||
* Support for glossary term recommendations in the Data Catalog service
|
||||
* Support for listing errata in the OS Management service
|
||||
* Model `InstanceAgentCommandContentInfo` is removed from Compute Instance Agent service
|
||||
- from version 2.30.0
|
||||
* Support for checking if a contact for Exadata infrastructure is valid
|
||||
in My Oracle Support in the Database service
|
||||
* Support for checking if Exadata infrastructure is in a degraded
|
||||
state in the Database service
|
||||
* Support for updating the operating system on a VM cluster in the Database service
|
||||
* Support for external databases in the Database service
|
||||
* Support for uploading objects to the infrequent access storage
|
||||
tier in the Object Storage service
|
||||
* Support for changing the storage tier of existing objects in the Object Storage service
|
||||
* Support for private templates in the Resource Manager service
|
||||
* Support for multiple encryption domains on IPSec tunnels in the Networking service
|
||||
* Attribute `vnic_id` in response model `Ipv6` changed from required
|
||||
to optional in the Networking service
|
||||
- from version 2.29.0
|
||||
* Support for creating, managing, and using asymmetric keys in the Key Management service
|
||||
* Support for peer ACD unique names in Exadata Cloud at Customer in the Database service
|
||||
* Support for ACLs on autonomous databases in Exadata Cloud at Customer
|
||||
Data Guard in the Database service
|
||||
* Support for drift detection on individual resources of a stack in the Resource Manager service
|
||||
* Support for private access channels and vanity URLs in the Analytics Cloud service
|
||||
* Support for updating load balancer shapes in the Blockchain Platform service
|
||||
* Support for assigning volume backup policies to volume groups in the Block Volume service
|
||||
* Parameter `idcs_access_token` in model `CreateBlockchainPlatformDetails` changed from
|
||||
optional to required in the Blockchain service
|
||||
- from version 2.28.0
|
||||
* Support for Logging Analytics as a target in the Service Connector Hub service
|
||||
* Support for lookups, agent collection warnings, task commands, and data archive/recall
|
||||
in the Logging Analytics service
|
||||
* Fixed a bug in the endpoint used for the Management Dashboard service
|
||||
* A new required property `kind` is added to the models `UpdateScheduledTaskDetails`
|
||||
and `ScheduledTask` in the Log Analytics service
|
||||
* The allowed values for parameter `sort_by` are restricted for methods `list_meta_source_types`,
|
||||
`list_parser_functions`, `list_parser_meta_plugins`, `list_source_label_operators`,
|
||||
`list_source_meta_functions` in the Log Analytics service. For more information please see
|
||||
the documentation for `LogAnalyticsClient <https://docs.oracle.com/en-us/iaas/tools/python\
|
||||
/latest/api/log_analytics/client/oci.log_analytics.LogAnalyticsClient.html#loganalyticsclient>`_
|
||||
- from version 2.27.0
|
||||
* Support for auto-scaling in the Big Data service
|
||||
* Documentation fixes for the Logging Search service
|
||||
* Removed `LIFECYCLE_STATE_UPDATING_INFRA` from model BdsInstance in the Big Data service
|
||||
* Removed `LIFECYCLE_STATE_STOPPING` and `LIFECYCLE_STATE_STARTING` from model
|
||||
Node in the Big Data Service
|
||||
- Update file list to fix Python imports for unvendoring
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 21:54:44 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-oci-sdk
|
||||
Version: 2.26.0
|
||||
Version: 2.31.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/cloud_guard/*.py src/oci/compute_instance_agent/*.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/opsi/*.py src/oci/optimizer/*.py src/oci/os_management/*.py src/oci/resource_manager/*.py src/oci/resource_search/*.py src/oci/rover/*.py src/oci/sch/*.py src/oci/streaming/*.py src/oci/identity/*.py src/oci/secrets/*.py src/oci/tenant_manager_control_plane/*.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/compute_instance_agent/*.py src/oci/core/*.py src/oci/database/*.py src/oci/database_management/*.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/opsi/*.py src/oci/optimizer/*.py src/oci/os_management/*.py src/oci/resource_manager/*.py src/oci/resource_search/*.py src/oci/rover/*.py src/oci/sch/*.py src/oci/streaming/*.py src/oci/identity/*.py src/oci/secrets/*.py src/oci/tenant_manager_control_plane/*.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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e98fa78124fb056d6a850ca9724a21bc211654720a4472fd6a5593ecb9a0d11a
|
||||
size 9469770
|
3
v2.31.0.tar.gz
Normal file
3
v2.31.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1bf0e82d5b030d0d050386d89304234d23dbfa5a1d133df696cdcc37c5af5db
|
||||
size 9613736
|
Loading…
Reference in New Issue
Block a user