From 172370ec3ada4c034b775cebe98b7af04caace1c241613d823fd40bcd9855b36 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 30 Aug 2021 07:56:18 +0000 Subject: [PATCH] Accepting request 914906 from home:glaubitz:branches:devel:languages:python - Update to version 2.44.1 * Support for generating recommended VM cluster networks in the Database service * Support for creating VM cluster networks with a specified listener port in the Database service - from version 2.44.0 * Support for getting management agent hosts which are eligible to create Operations Insights host resources on, in the Operations Insights service * Support for getting summarized agent counts and summarized plugin counts in the Management Agent Cloud service * Model `WorkSubmissionKey` was removed from Management Agent Cloud service * Type for parameter `plugin_name` changed to `list[str]` from `str` in operation `list_management_agent_plugins` in the Management Agent Cloud Service * Type for parameter `version` changed to `list[str]` from `str` in operation `list_management_agent_plugins` in the Management Agent Cloud Service * Type for parameter `platform_type` changed to `list[str]` from `str` in operation `list_management_agent_plugins` in the Management Agent Cloud Service - from version 2.43.2 * Support for manually copying volume group backups across regions in the Block Volume service * Support for work requests for the copy volume backup and copy boot volume backup operations in the Block Volume service * Support for specifying external Hive metastores during application creation in the Data Flow service * Support for changing the compartment of a backup in the MySQL Database service * Support for model catalog features including provenance, metadata, schemas, and artifact introspection in the Data Science service * Support for Exadata system network bonding in the Database service * Support for creating autonomous databases with early patching enabled in the Database service OBS-URL: https://build.opensuse.org/request/show/914906 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=34 --- oci-python-sdk-2.43.1.tar.gz | 3 --- oci-python-sdk-2.44.1.tar.gz | 3 +++ python-oci-sdk.changes | 33 +++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 oci-python-sdk-2.43.1.tar.gz create mode 100644 oci-python-sdk-2.44.1.tar.gz diff --git a/oci-python-sdk-2.43.1.tar.gz b/oci-python-sdk-2.43.1.tar.gz deleted file mode 100644 index 05a3fad..0000000 --- a/oci-python-sdk-2.43.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1153d8daa478f1890836413c5610189640f861cc0a6e55908414645531ea9366 -size 10854114 diff --git a/oci-python-sdk-2.44.1.tar.gz b/oci-python-sdk-2.44.1.tar.gz new file mode 100644 index 0000000..caf6040 --- /dev/null +++ b/oci-python-sdk-2.44.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710ad91b05e23ed11370eaa55e60041ae6e48a3445f36911953f3429794a6d1a +size 10868247 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 4f490e0..449c9f4 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Aug 25 11:42:49 UTC 2021 - John Paul Adrian Glaubitz + +- Update to version 2.44.1 + * Support for generating recommended VM cluster networks in the Database service + * Support for creating VM cluster networks with a specified + listener port in the Database service +- from version 2.44.0 + * Support for getting management agent hosts which are eligible to create Operations + Insights host resources on, in the Operations Insights service + * Support for getting summarized agent counts and summarized plugin counts in the + Management Agent Cloud service + * Model `WorkSubmissionKey` was removed from Management Agent Cloud service + * Type for parameter `plugin_name` changed to `list[str]` from `str` in operation + `list_management_agent_plugins` in the Management Agent Cloud Service + * Type for parameter `version` changed to `list[str]` from `str` in operation + `list_management_agent_plugins` in the Management Agent Cloud Service + * Type for parameter `platform_type` changed to `list[str]` from `str` in operation + `list_management_agent_plugins` in the Management Agent Cloud Service +- from version 2.43.2 + * Support for manually copying volume group backups across regions + in the Block Volume service + * Support for work requests for the copy volume backup and copy boot volume + backup operations in the Block Volume service + * Support for specifying external Hive metastores during application + creation in the Data Flow service + * Support for changing the compartment of a backup in the MySQL Database service + * Support for model catalog features including provenance, metadata, schemas, + and artifact introspection in the Data Science service + * Support for Exadata system network bonding in the Database service + * Support for creating autonomous databases with early patching + enabled in the Database service + ------------------------------------------------------------------- Tue Aug 3 12:24:45 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 26acb2a..3c161ed 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.43.1 +Version: 2.44.1 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0