forked from pool/python-oci-sdk
		
	Accepting request 871238 from home:glaubitz:branches:devel:languages:python
- 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
OBS-URL: https://build.opensuse.org/request/show/871238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=22
			
			
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user