From e8da102cab92a5852787df6eda1de3b6136c66757c839fb5ba96f6cf98604ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 23 Aug 2023 10:49:53 +0000 Subject: [PATCH] Accepting request 1105267 from home:glaubitz:branches:devel:languages:python - Update to version 2.110.1 * Support for credential stores, including Single Sign-On support, for deployments in the GoldenGate service * Support for container security contexts in the Container Instances service * Support for placement constraints and cluster configurations on cluster networks in the Compute service - Fix formatting of previous changelog entry * Support for backup retention on autonomous database create operations in the Database service * Support for exclude tables for replication in the Database Migration service * Support for adding and updating auto failover maximum data loss limits for local autonomous data guards in the Database service * Support for limiting networking diagram ingestion in the Networking Monitoring service * Support for new operations for deployment upgrades in the GoldenGate service * Support for getting model type information and base model versions while creating language custom models in the AI Language service * Support for support field in class metric in the AI Language service * Support for Compute Cloud at Customer resource type in the Operator Access Control service * Support for managing account management info, account recovery settings, app roles, apps, app status changers, grants, identity propagation trusts and settings, request-able groups, requests, security questions, OAuth tokens, and user attribute settings in the Identity Domains service * Property ipv6_cidr_block is removed from models Vcn and CreateVcnDetails in the Networking Monitoring service * Property ipv6_public_cidr_block is removed from models Vcn and Subnet in the Networking Monitoring service OBS-URL: https://build.opensuse.org/request/show/1105267 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=113 --- oci-python-sdk-2.110.0.tar.gz | 3 - oci-python-sdk-2.110.1.tar.gz | 3 + python-oci-sdk.changes | 130 ++++++++++++++++++++-------------- python-oci-sdk.spec | 2 +- 4 files changed, 79 insertions(+), 59 deletions(-) delete mode 100644 oci-python-sdk-2.110.0.tar.gz create mode 100644 oci-python-sdk-2.110.1.tar.gz diff --git a/oci-python-sdk-2.110.0.tar.gz b/oci-python-sdk-2.110.0.tar.gz deleted file mode 100644 index 369a586..0000000 --- a/oci-python-sdk-2.110.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a94a812064ee9d66cb6bbfc4ea001a53f1285437e63a89faf10b24f66e7f0ba8 -size 13097981 diff --git a/oci-python-sdk-2.110.1.tar.gz b/oci-python-sdk-2.110.1.tar.gz new file mode 100644 index 0000000..e1892d8 --- /dev/null +++ b/oci-python-sdk-2.110.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3015550f2106ca0c8b6956f1100d9cf19fddc502a1f9fc814acb0d24ba5e7296 +size 13104999 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 7c48e5c..b2c80ee 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,90 +1,110 @@ +------------------------------------------------------------------- +Tue Aug 22 12:22:01 UTC 2023 - John Paul Adrian Glaubitz + +- Update to version 2.110.1 + * Support for credential stores, including Single Sign-On + support, for deployments in the GoldenGate service + * Support for container security contexts in the Container + Instances service + * Support for placement constraints and cluster configurations + on cluster networks in the Compute service +- Fix formatting of previous changelog entry + ------------------------------------------------------------------- Wed Aug 9 10:20:30 UTC 2023 - Daniel Garcia - Add pytest-740.patch to fix compatibility issues with pytest 7.4.0 gh#oracle/oci-python-sdk#566 - Update to version 2.110.0 - - Support for backup retention on autonomous database create operations in the Database service - - Support for exclude tables for replication in the Database Migration service - - Support for adding and updating auto failover maximum data loss limits for local autonomous data guards in the Database service - - Support for limiting networking diagram ingestion in the Networking Monitoring service - - Support for new operations for deployment upgrades in the GoldenGate service - - Support for getting model type information and base model versions while creating language custom models in the AI Language service - - Support for support field in class metric in the AI Language service - - Support for Compute Cloud at Customer resource type in the Operator Access Control service - - Support for managing account management info, account recovery settings, app roles, apps, app status changers, grants, identity propagation trusts and settings, request-able groups, requests, security questions, OAuth tokens, and user attribute settings in the Identity Domains service - - Property ipv6_cidr_block is removed from models Vcn and CreateVcnDetails in the Networking Monitoring service - - Property ipv6_public_cidr_block is removed from models Vcn and Subnet in the Networking Monitoring service - - Property is_internet_access_allowed is removed from models UpdateIpv6Details, Ipv6 and CreateIpv6Details in the Networking Monitoring service - - Property public_ip_address is removed from model Ipv6 in the Networking Monitoring service - - Support for retries by default on operations of the Operator Access Control service -- 2.109.0 - - Support for the Exadata Fleet Update service - - Support for REST-based log collection, multi-conditional labels, + * Support for backup retention on autonomous database + create operations in the Database service + * Support for exclude tables for replication in the Database Migration service + * Support for adding and updating auto failover maximum data loss limits + for local autonomous data guards in the Database service + * Support for limiting networking diagram ingestion + in the Networking Monitoring service + * Support for new operations for deployment upgrades in the GoldenGate service + * Support for getting model type information and base model versions + while creating language custom models in the AI Language service + * Support for support field in class metric in the AI Language service + * Support for Compute Cloud at Customer resource type + in the Operator Access Control service + * Support for managing account management info, account recovery settings, + app roles, apps, app status changers, grants, identity propagation trusts + and settings, request-able groups, requests, security questions, OAuth tokens, + and user attribute settings in the Identity Domains service + * Property ipv6_cidr_block is removed from models Vcn and CreateVcnDetails + in the Networking Monitoring service + * Property ipv6_public_cidr_block is removed from models Vcn and Subnet + in the Networking Monitoring service + * Property is_internet_access_allowed is removed from models UpdateIpv6Details, + Ipv6 and CreateIpv6Details in the Networking Monitoring service + * Property public_ip_address is removed from model + Ipv6 in the Networking Monitoring service + * Support for retries by default on operations of + the Operator Access Control service +- from version 2.109.0 + * Support for the Exadata Fleet Update service + * Support for REST-based log collection, multi-conditional labels, and collection properties in the Logging Analytics service - - Support for Kubernetes cluster credential rotation in the - Container Engine for Kubernetes service - - Support for zero-downtime features in the Fusion Apps as a Service - service - - Support for news reports in the Operations Insights service - - Allowed value ACCELERATION_MAINTENANCE was removed from the + * Support for Kubernetes cluster credential rotation in the + * Container Engine for Kubernetes service + * Support for zero-downtime features in the Fusion Apps as a Service service + * Support for news reports in the Operations Insights service + * Allowed value ACCELERATION_MAINTENANCE was removed from the property task_type in the models StandardTask, - ScheduledTaskSummary and ScheduledTask in the Logging Analytics - service - - Allowed value ACCELERATION_MAINTENANCE was removed from the + * ScheduledTaskSummary and ScheduledTask in the Logging Analytics service + * Allowed value ACCELERATION_MAINTENANCE was removed from the parameter task_type in operation list_scheduled_tasks in the - Logging Analytics service -- 2.108.0 - - Support for composing multiple document service custom key value + * Logging Analytics service +- from version 2.108.0 + * Support for composing multiple document service custom key value models into one single model in Document Understanding Service - - Support for custom hostname in the Compute service - - Support for cloud subscription in the Organizations service - - Support for automatic backup download in the GoldenGate service - - Support for creating single use (non-recurring) budgets in the - Budgets service - - Support for retries by default on operations of the Budgets - service - - Properties is_classic_subscription, payment_model, + * Support for custom hostname in the Compute service + * Support for cloud subscription in the Organizations service + * Support for automatic backup download in the GoldenGate service + * Support for creating single use (non-recurring) + budgets in the Budgets service + * Support for retries by default on operations of the Budgets service + * Properties is_classic_subscription, payment_model, region_assignment, lifecycle_state, start_date, end_date, classic_subscription_id, time_created are deleted from model SubscriptionSummary in the Organizations service - - Properties classic_subscription_id, is_classic_subscription, + * Properties classic_subscription_id, is_classic_subscription, payment_model, region_assignment, lifecycle_state, skus, program_type, customer_country_code, cloud_amount_currency, csi_number, subscription_tier, is_government_subscription, promotion, purchase_entitlement_id, start_date, end_date are deleted from models Subscription and AssignedSubscription in the Organizations service - - Properties classic_subscription_id, is_classic_subscription, + * Properties classic_subscription_id, is_classic_subscription, payment_model, region_assignment, lifecycle_state, start_date, end_date, csi_number are deleted from model AssignedSubscriptionSummary in the Organizations service -- 2.107.0 - - Support for calling Oracle Cloud Infrastructure services in the +- from version 2.107.0 + * Support for calling Oracle Cloud Infrastructure services in the mx-monterrey-1 region - - Support for Kerberos and LDAP with NFSv3 in the File Storage - service - - Support for capacity reservation checks for movable compute + * Support for Kerberos and LDAP with NFSv3 in the File Storage service + * Support for capacity reservation checks for movable compute instances in the Disaster Recovery service - - Support for Oracle MFT monitoring in the Stack Monitoring service - - Support for OS patching in the Big Data service - - Support for master and utility nodes in the Big Data service - - Support for connectivity testing in the GoldenGate service - - The type of property size_in_bytes was changed from float to int + * Support for Oracle MFT monitoring in the Stack Monitoring service + * Support for OS patching in the Big Data service + * Support for master and utility nodes in the Big Data service + * Support for connectivity testing in the GoldenGate service + * The type of property size_in_bytes was changed from float to int for the DeploymentBackup, DeploymentBackupSummary, - TrailFileSummary, and TrailSequenceSummary in the GoldenGate - service - - The property function_id was made required in the model + TrailFileSummary, and TrailSequenceSummary in the GoldenGate service + * The property function_id was made required in the model UpdateInvokeFunctionUserDefinedStepDetails in the Disaster Recovery service - - The properties run_on_instance_id and script_command were made + * The properties run_on_instance_id and script_command were made required in the model UpdateRunLocalScriptUserDefinedStepDetails in the Disaster Recovery service - - The properties run_on_instance_id and + * The properties run_on_instance_id and object_storage_script_location were made required in the model UpdateRunObjectStoreScriptUserDefinedStepDetails in the Disaster Recovery service - - The property additional_capabilities was removed from models + * The property additional_capabilities was removed from models CreateContainerDetails and Container in the Container Instances service diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 908b850..72c89fd 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -18,7 +18,7 @@ %bcond_without python2 Name: python-oci-sdk -Version: 2.110.0 +Version: 2.110.1 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0