From 2b8030f98b887d98fad5b169ff5f843f3b115be8477205f05f4d32db64dcc769 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 23 Nov 2022 09:54:37 +0000 Subject: [PATCH] Accepting request 1037346 from home:glaubitz:branches:devel:languages:python - Update to version 2.88.1 * Support for mTLS authentication with listeners during Autonomous VM Cluster creation on Exadata Cloud at Customer in the Database service * Support for providing custom values for TLS and non-TLS ports during Autonomous VM Cluster creation on Exadata Cloud at Customer in the Database service * Support for creating multiple Autonomous VM Clusters in the same Exadata infrastructure in the Database service * Support for listing resources associated with a job in the Resource Manager service * Support for listing resources associated with a stack in the Resource Manager service * Support for listing outputs associated with a job in the Resource Manager service * Support for the Oracle distribution of Apache Hadoop 2.0 in the Big Data service * Lazy Imports (based on `PEP 562 `_) have been enabled by default for OCI modules when using a Python version 3.7 or up to reduce start up times. OBS-URL: https://build.opensuse.org/request/show/1037346 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=70 --- oci-python-sdk-2.88.0.tar.gz | 3 --- oci-python-sdk-2.88.1.tar.gz | 3 +++ python-oci-sdk.changes | 18 ++++++++++++++++++ python-oci-sdk.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 oci-python-sdk-2.88.0.tar.gz create mode 100644 oci-python-sdk-2.88.1.tar.gz diff --git a/oci-python-sdk-2.88.0.tar.gz b/oci-python-sdk-2.88.0.tar.gz deleted file mode 100644 index 44b1200..0000000 --- a/oci-python-sdk-2.88.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40cd5484d4ddd9eceac4917e8a417babe6a4f36409733ed89a7fad8ef3f145e8 -size 15255774 diff --git a/oci-python-sdk-2.88.1.tar.gz b/oci-python-sdk-2.88.1.tar.gz new file mode 100644 index 0000000..167ae33 --- /dev/null +++ b/oci-python-sdk-2.88.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b0c24493fba1b0c502e2def963c893afcdb4979b95ce27cd0412c957c7c39e +size 15263260 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index c3e16ff..e9a380e 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Nov 22 14:42:36 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 2.88.1 + * Support for mTLS authentication with listeners during Autonomous VM Cluster + creation on Exadata Cloud at Customer in the Database service + * Support for providing custom values for TLS and non-TLS ports during Autonomous + VM Cluster creation on Exadata Cloud at Customer in the Database service + * Support for creating multiple Autonomous VM Clusters in the same Exadata + infrastructure in the Database service + * Support for listing resources associated with a job in the Resource Manager service + * Support for listing resources associated with a stack in the Resource Manager service + * Support for listing outputs associated with a job in the Resource Manager service + * Support for the Oracle distribution of Apache Hadoop 2.0 in the Big Data service + * Lazy Imports (based on `PEP 562 `_) have been + enabled by default for OCI modules when using a Python version 3.7 or up to reduce + start up times. + ------------------------------------------------------------------- Mon Nov 14 10:00:24 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 08b1f0e..08e9612 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-oci-sdk -Version: 2.88.0 +Version: 2.88.1 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0