From ee296619d587ba98005a0ea673250f23a906d821259c909d41658b3a7a710f21 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 23 Feb 2023 14:15:20 +0000 Subject: [PATCH] Accepting request 1067400 from home:glaubitz:branches:devel:languages:python - Update to version 2.93.0 * Support for async jobs in the AI Anomaly Detection service * Support for specifying algorithm hints and windows sizes during model training in the AI Anomaly Detection service * Support for specifying a sensitivity value during model detection in the AI Anomaly Detection service * Support for discovery and monitoring of external Oracle database infrastructure components in the Database Management service * The type for property `system_tags` was changed from a dict of string to another dict to a dict of a string to object for `project_summary`, `project`, `model_summary`, `model`, `data_asset_summary`, `data_asset`, `ai_private_endpoint_summary`, `ai_private_endpoint` models in the AI Anomaly Detection service * Support for retries by default on operations of the AI Anomaly Detection service OBS-URL: https://build.opensuse.org/request/show/1067400 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=87 --- oci-python-sdk-2.92.0.tar.gz | 3 --- oci-python-sdk-2.93.0.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.92.0.tar.gz create mode 100644 oci-python-sdk-2.93.0.tar.gz diff --git a/oci-python-sdk-2.92.0.tar.gz b/oci-python-sdk-2.92.0.tar.gz deleted file mode 100644 index 0664a58..0000000 --- a/oci-python-sdk-2.92.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fac764977623a262c63cf1ad21f27aaf27301485181746353917545a2883f864 -size 15943340 diff --git a/oci-python-sdk-2.93.0.tar.gz b/oci-python-sdk-2.93.0.tar.gz new file mode 100644 index 0000000..5c3343e --- /dev/null +++ b/oci-python-sdk-2.93.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ca26b44a77f16a7695db14abff73c47033764a4f879cf7042f7c38fa64b2cf +size 16034433 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 0f60710..d142d44 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Feb 23 12:52:42 UTC 2023 - John Paul Adrian Glaubitz + +- Update to version 2.93.0 + * Support for async jobs in the AI Anomaly Detection service + * Support for specifying algorithm hints and windows sizes during + model training in the AI Anomaly Detection service + * Support for specifying a sensitivity value during model detection + in the AI Anomaly Detection service + * Support for discovery and monitoring of external Oracle database + infrastructure components in the Database Management service + * The type for property `system_tags` was changed from a dict of string + to another dict to a dict of a string to object for `project_summary`, + `project`, `model_summary`, `model`, `data_asset_summary`, `data_asset`, + `ai_private_endpoint_summary`, `ai_private_endpoint` models in the AI + Anomaly Detection service + * Support for retries by default on operations of the AI Anomaly Detection service + ------------------------------------------------------------------- Fri Feb 17 08:57:52 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 09e3cfb..468b04e 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -18,7 +18,7 @@ %bcond_without python2 Name: python-oci-sdk -Version: 2.92.0 +Version: 2.93.0 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0