forked from pool/python-oci-sdk
Accepting request 1063790 from home:glaubitz:branches:devel:languages:python
- Update to version 2.91.0 * Support for changing Data Guard role of a database instance within the Database service * Support for listing autonomous container database versions in the Database service * Support for specifying a database version when creating or updating an autonomous container database in the Database service * Support for specifying an eCPU count when creating or updating autonomous shared databases in the Database service * Support for Helm attestation and Helm arguments on deploy operations in the DevOps service * Support for uploading master key wallets for deployments in the GoldenGate service * Support for custom configurations in the Operations Insights service * Field `cpu_core_count` has been made optional in the models `AutonomousDatabaseSummary` and `AutonomousDatabase` in the Database service - from version 2.90.4 * Support for ECPU billing for autonomous databases and dedicated autonomous databases on Exadata Cloud at Customer in the Database service * Support for providing a vault secret ID when creating or updating autonomous shared databases in the Database service * Support for including ORDS and database transform URLs as autonomous database connections in the Database service * Support for role-based access control on OpenSearch clusters in the Search service * Support for managed shell stages on deployments in the DevOps service * Support for memory encryption on confidential VMs in the Compute service * Support for configuration items, and reporting ownership of configuration items, in the Application Performance Monitoring service - Update file list to fix Python imports for unvendoring OBS-URL: https://build.opensuse.org/request/show/1063790 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=83
This commit is contained in:
BIN
oci-python-sdk-2.90.3.tar.gz
(Stored with Git LFS)
BIN
oci-python-sdk-2.90.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
oci-python-sdk-2.91.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
oci-python-sdk-2.91.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 09:56:38 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 2.91.0
|
||||
* Support for changing Data Guard role of a database instance within the Database service
|
||||
* Support for listing autonomous container database versions in the Database service
|
||||
* Support for specifying a database version when creating or updating an autonomous
|
||||
container database in the Database service
|
||||
* Support for specifying an eCPU count when creating or updating autonomous
|
||||
shared databases in the Database service
|
||||
* Support for Helm attestation and Helm arguments on deploy operations in the DevOps service
|
||||
* Support for uploading master key wallets for deployments in the GoldenGate service
|
||||
* Support for custom configurations in the Operations Insights service
|
||||
* Field `cpu_core_count` has been made optional in the models `AutonomousDatabaseSummary`
|
||||
and `AutonomousDatabase` in the Database service
|
||||
- from version 2.90.4
|
||||
* Support for ECPU billing for autonomous databases and dedicated autonomous
|
||||
databases on Exadata Cloud at Customer in the Database service
|
||||
* Support for providing a vault secret ID when creating or updating
|
||||
autonomous shared databases in the Database service
|
||||
* Support for including ORDS and database transform URLs as autonomous
|
||||
database connections in the Database service
|
||||
* Support for role-based access control on OpenSearch clusters in the Search service
|
||||
* Support for managed shell stages on deployments in the DevOps service
|
||||
* Support for memory encryption on confidential VMs in the Compute service
|
||||
* Support for configuration items, and reporting ownership of configuration
|
||||
items, in the Application Performance Monitoring service
|
||||
- Update file list to fix Python imports for unvendoring
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:08:02 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without python2
|
||||
Name: python-oci-sdk
|
||||
Version: 2.90.3
|
||||
Version: 2.91.0
|
||||
Release: 0
|
||||
Summary: Oracle Cloud Infrastructure Python SDK
|
||||
License: Apache-2.0 OR UPL-1.0
|
||||
@@ -79,7 +79,7 @@ rm -rf src/oci/_vendor/
|
||||
find . -name "*.py" -exec sed -i 's/from oci._vendor //' \{\} +
|
||||
sed -i 's/from \._vendor //' src/oci/*.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/oci\._vendor\.//' src/oci/*.py src/oci/auth/*.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
|
||||
|
||||
%build
|
||||
|
Reference in New Issue
Block a user