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:
Matej Cepl 2023-02-08 11:46:41 +00:00 committed by Git OBS Bridge
parent dc185abd88
commit 9796a5ab66
4 changed files with 34 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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