From 3e54b49b6d835ac3f94aee7b71443193e78268ccf7a92eb9eb5ccaa3e96ee9e2 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Thu, 18 Apr 2024 12:16:29 +0000 Subject: [PATCH] Accepting request 1168842 from home:glaubitz:branches:Cloud:Tools - Update to version 3.39.1 * Database Service * New Autonomous Database Software Image Introduced * ``oci db autonomous-database-software-image`` * Support for Autonomous Database Software Image * ``oci db autonomous-database-software-image change-compartment --autonomous-database-software-image-id`` * ``oci db autonomous-database-software-image create`` * ``oci db autonomous-database-software-image delete`` * ``oci db autonomous-database-software-image get --autonomous-database-software-image-id`` * ``oci db autonomous-database-software-image list`` * ``oci db autonomous-database-software-image update --autonomous-database-software-image-id`` * Support for optional parameter --database-software-image-id * ``oci db autonomous-container-database create --database-software-image-id`` * Database Migration Service * Support for AWS_S3 with object_storage_bucket migrations * ``oci database-migration migration create-migration-aws-s3-data-transfer-medium-details`` * ``oci database-migration migration update-migration-aws-s3-data-transfer-medium-details`` * Generative AI Interface Service * Support for Chat Results * ``oci generative-ai-inference chat-result chat`` * ``oci generative-ai-inference chat-result chat-cohere-chat-request`` * ``oci generative-ai-inference chat-result chat-dedicated-serving-mode`` * ``oci generative-ai-inference chat-result chat-generic-chat-request`` * ``oci generative-ai-inference chat-result chat-on-demand-serving-mode`` * Network Load Balancer Service * Addition of optional parameter --is-fail-open in backend-set and health-checker update commands OBS-URL: https://build.opensuse.org/request/show/1168842 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=122 --- oc_relax-python-depends.patch | 22 ++++---- oci-cli-3.38.1.tar.gz | 3 - oci-cli-3.39.1.tar.gz | 3 + oci-cli.changes | 101 ++++++++++++++++++++++++++++++++++ oci-cli.spec | 6 +- 5 files changed, 118 insertions(+), 17 deletions(-) delete mode 100644 oci-cli-3.38.1.tar.gz create mode 100644 oci-cli-3.39.1.tar.gz diff --git a/oc_relax-python-depends.patch b/oc_relax-python-depends.patch index dca615b..a8d8606 100644 --- a/oc_relax-python-depends.patch +++ b/oc_relax-python-depends.patch @@ -1,6 +1,6 @@ -diff -Nru oci-cli-3.38.1.orig/requirements.txt oci-cli-3.38.1/requirements.txt ---- oci-cli-3.38.1.orig/requirements.txt 2024-04-02 07:39:29.000000000 +0200 -+++ oci-cli-3.38.1/requirements.txt 2024-04-04 13:18:32.988643564 +0200 +diff -Nru oci-cli-3.39.1.orig/requirements.txt oci-cli-3.39.1/requirements.txt +--- oci-cli-3.39.1.orig/requirements.txt 2024-04-16 10:33:42.000000000 +0200 ++++ oci-cli-3.39.1/requirements.txt 2024-04-18 14:04:51.410499047 +0200 @@ -2,47 +2,47 @@ # (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format), # you may need to use the --extra-index-url option instead. @@ -18,7 +18,7 @@ diff -Nru oci-cli-3.38.1.orig/requirements.txt oci-cli-3.38.1/requirements.txt -jmespath==0.10.0 -ndg-httpsclient==0.4.2 -mock==2.0.0 --oci==2.125.1 +-oci==2.125.3 -packaging==20.2 -pluggy==0.13.0 -py==1.11.0 @@ -38,7 +38,7 @@ diff -Nru oci-cli-3.38.1.orig/requirements.txt oci-cli-3.38.1/requirements.txt +jmespath>=0.10.0 +ndg-httpsclient>=0.4.2 +mock>=2.0.0 -+oci>=2.125.1 ++oci>=2.125.3 +packaging>=20.2 +pluggy>=0.13.0 +py>=1.11.0 @@ -82,18 +82,18 @@ diff -Nru oci-cli-3.38.1.orig/requirements.txt oci-cli-3.38.1/requirements.txt +prompt-toolkit>=3.0.29 setuptools>65.5.1; python_version > '3.6' -setuptools==59.6.0; python_version == '3.6' -+setuptools>=59.6.0; python_version == '3.6' ++setuptools>=59.6.0; python_version >= '3.6' # this is required because of python 3.6 requests dependency version bound urllib3<=1.26.15 -diff -Nru oci-cli-3.38.1.orig/setup.py oci-cli-3.38.1/setup.py ---- oci-cli-3.38.1.orig/setup.py 2024-04-02 07:39:29.000000000 +0200 -+++ oci-cli-3.38.1/setup.py 2024-04-04 13:17:45.541463383 +0200 +diff -Nru oci-cli-3.39.1.orig/setup.py oci-cli-3.39.1/setup.py +--- oci-cli-3.39.1.orig/setup.py 2024-04-16 10:33:42.000000000 +0200 ++++ oci-cli-3.39.1/setup.py 2024-04-18 14:13:32.618481796 +0200 @@ -30,23 +30,23 @@ readme = f.read() requires = [ -- 'oci==2.125.1', -+ 'oci>=2.125.1', +- 'oci==2.125.3', ++ 'oci>=2.125.3', 'arrow>=1.0.0', 'certifi', - 'click==8.0.4', diff --git a/oci-cli-3.38.1.tar.gz b/oci-cli-3.38.1.tar.gz deleted file mode 100644 index 944259d..0000000 --- a/oci-cli-3.38.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8deaaffe3a5a06949cda4a3aabed79186f7c855a7751d43589c0d411adf63311 -size 5251266 diff --git a/oci-cli-3.39.1.tar.gz b/oci-cli-3.39.1.tar.gz new file mode 100644 index 0000000..adf8cc5 --- /dev/null +++ b/oci-cli-3.39.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe98281713daffeadcb36e08f52153fd3ffef9a3068e74e162415c2fdb5bb54b +size 5245769 diff --git a/oci-cli.changes b/oci-cli.changes index 57ca6c5..bf8d6bc 100644 --- a/oci-cli.changes +++ b/oci-cli.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Apr 18 12:13:50 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 3.39.1 + * Database Service + * New Autonomous Database Software Image Introduced + * ``oci db autonomous-database-software-image`` + * Support for Autonomous Database Software Image + * ``oci db autonomous-database-software-image change-compartment + --autonomous-database-software-image-id`` + * ``oci db autonomous-database-software-image create`` + * ``oci db autonomous-database-software-image delete`` + * ``oci db autonomous-database-software-image get + --autonomous-database-software-image-id`` + * ``oci db autonomous-database-software-image list`` + * ``oci db autonomous-database-software-image update + --autonomous-database-software-image-id`` + * Support for optional parameter --database-software-image-id + * ``oci db autonomous-container-database create --database-software-image-id`` + * Database Migration Service + * Support for AWS_S3 with object_storage_bucket migrations + * ``oci database-migration migration create-migration-aws-s3-data-transfer-medium-details`` + * ``oci database-migration migration update-migration-aws-s3-data-transfer-medium-details`` + * Generative AI Interface Service + * Support for Chat Results + * ``oci generative-ai-inference chat-result chat`` + * ``oci generative-ai-inference chat-result chat-cohere-chat-request`` + * ``oci generative-ai-inference chat-result chat-dedicated-serving-mode`` + * ``oci generative-ai-inference chat-result chat-generic-chat-request`` + * ``oci generative-ai-inference chat-result chat-on-demand-serving-mode`` + * Network Load Balancer Service + * Addition of optional parameter --is-fail-open in + backend-set and health-checker update commands + * ``oci nlb backend-set update`` + * ``oci nlb health-checker update`` + * Redis Service + * Support for new optional parameters --nsg-ids in redis cluster commands + * ``oci redis redis-cluster create --nsg-ids`` + * ``oci redis redis-cluster update --nsg-ids`` + * Generative AI Service + * Support Dedicated AI Cluster Unit Shape LARGE_COHERE_V2 + in the Generative AI Service Management + * ``oci generative-ai dedicated-ai-cluster`` + * Usage Service + * Support for Usage Statements in email recipient groups + * ``oci usage-api email-recipients-group create`` + * ``oci usage-api email-recipients-group delete`` + * ``oci usage-api email-recipients-group get`` + * ``oci usage-api email-recipients-group list`` + * ``oci usage-api email-recipients-group update`` + * AI Language Service + * Support for extracting entities from healthcare records + * ``oci ai language batch-detect-health-entities --documents + --endpoint-id --is-detect-assertions --is-detect-relationships`` + * ``oci ai language batch-detect-pii-entities`` + * Process Automation Service + * Support for the Oracle Process Automation instance start and stop operation + * ``oci opa opa-instance start --opa-instance-id`` + * ``oci opa opa-instance stop --opa-instance-id`` +- from version 3.39.0 + * [BREAKING] Application Migration Service removed + * ``oci application-migration`` + * Support for oke workload resource principal signer auth + using --auth oke_workload_identity option + * OCI Network Load Balancer Service + * Support for the Domain Name System based backend health check + * ``oci nlb health-checker update --dns`` + * Support for Fail Open in Network Load Balancer service + * ``oci nlb backend-set create --is-fail-open`` + * ``oci nlb backend-set update --is-fail-open`` + * New NLB feature with Instant FailOver + * ``oci nlb backend-set create --is-instant-failover-enabled'`` + * ``oci nlb backend-set update --is-instant-failover-enabled'`` + * Stack Monitoring Service + * Support for adding/updating source type and resource category + for resource types in the Stack Monitoring Service + * ``oci stack-monitoring resource-type create --resource-category, --source-type`` + * ``oci stack-monitoring resource-type create-system-format-resource-type + --resource-category, --source-type`` + * ``oci stack-monitoring resource-type update --resource-category, --source-type`` + * ``oci stack-monitoring resource-type update-system-format-resource-type + --resource-category, --source-type`` + * Support for searching resources based on resource category, sourceType, multiple + compartments, multiple lifecycle states in the Stack Monitoring Service + * ``oci stack-monitoring resource search --compartment-ids, + --lifecycle-states, --resource-category, --source-type`` + * Support for filtering listed resources based on lifecycle + status in the Stack Monitoring Service + * ``oci stack-monitoring resource list --status`` + * Support for creating tasks with new config parameters in the Stack Monitoring Service + * ``oci stack-monitoring resource-task import-telemetry-resources --console-path-prefix, + --external-id-mapping, --up-status-mappings, --resource-name-filter, --resource-name-mapping, + --resource-type-filter, --resource-type-mapping, --service-base-url, --use-metrics-for-status`` + * Support for setting nested resource principal parent URL in + the Oracle Cloud Infrastructure Data Flow service + * ``oci data-flow run create --opc-parent-rpt-url`` + * ``oci data-flow run submit --opc-parent-rpt-url`` +- Refresh patches for new version + * oc_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Thu Apr 4 11:18:54 UTC 2024 - John Paul Adrian Glaubitz diff --git a/oci-cli.spec b/oci-cli.spec index 403755a..a187713 100644 --- a/oci-cli.spec +++ b/oci-cli.spec @@ -36,7 +36,7 @@ %global _sitelibdir %{%{pythons}_sitelib} Name: oci-cli%{psuffix} -Version: 3.38.1 +Version: 3.39.1 Release: 0 Summary: Oracle Cloud Infrastructure CLI License: Apache-2.0 @@ -52,7 +52,7 @@ BuildRequires: %{pythons}-click >= 8.0.4 BuildRequires: %{pythons}-cryptography >= 3.2.1 BuildRequires: %{pythons}-devel BuildRequires: %{pythons}-jmespath >= 0.10.0 -BuildRequires: %{pythons}-oci-sdk >= 2.125.1 +BuildRequires: %{pythons}-oci-sdk >= 2.125.3 BuildRequires: %{pythons}-pip BuildRequires: %{pythons}-pyOpenSSL >= 22.1.0 BuildRequires: %{pythons}-python-dateutil >= 2.5.3 @@ -95,7 +95,7 @@ Requires: %{pythons}-certifi Requires: %{pythons}-click >= 8.0.4 Requires: %{pythons}-cryptography >= 3.2.1 Requires: %{pythons}-jmespath >= 0.10.0 -Requires: %{pythons}-oci-sdk >= 2.125.1 +Requires: %{pythons}-oci-sdk >= 2.125.3 Requires: %{pythons}-prompt_toolkit >= 3.0.29 Requires: %{pythons}-pyOpenSSL >= 22.1.0 Requires: %{pythons}-python-dateutil >= 2.5.3