From 9796a5ab66469cedc0c363bea50625a288baaa13e1a4958fee7ce1163fda04e5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 8 Feb 2023 11:46:41 +0000 Subject: [PATCH] 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 --- oci-python-sdk-2.90.3.tar.gz | 3 --- oci-python-sdk-2.91.0.tar.gz | 3 +++ python-oci-sdk.changes | 29 +++++++++++++++++++++++++++++ python-oci-sdk.spec | 4 ++-- 4 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 oci-python-sdk-2.90.3.tar.gz create mode 100644 oci-python-sdk-2.91.0.tar.gz diff --git a/oci-python-sdk-2.90.3.tar.gz b/oci-python-sdk-2.90.3.tar.gz deleted file mode 100644 index 7738219..0000000 --- a/oci-python-sdk-2.90.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f484e53951ad77ff39795e6915710b2de57590ce3bc3f4f9e4f3c01c63b1518a -size 15823127 diff --git a/oci-python-sdk-2.91.0.tar.gz b/oci-python-sdk-2.91.0.tar.gz new file mode 100644 index 0000000..25462a6 --- /dev/null +++ b/oci-python-sdk-2.91.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bbc3b39ed515c615be52e782ecd6d6dfdfd58a6197596181880def97e29a3f +size 15885426 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 9de6b7b..406a2ce 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Feb 8 09:56:38 UTC 2023 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 8b6bdd4..3b24bc9 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -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