Accepting request 1168843 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/1168843 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=60
This commit is contained in:
commit
4e441e511a
@ -1,6 +1,6 @@
|
|||||||
diff -Nru oci-cli-3.38.1.orig/requirements.txt oci-cli-3.38.1/requirements.txt
|
diff -Nru oci-cli-3.39.1.orig/requirements.txt oci-cli-3.39.1/requirements.txt
|
||||||
--- oci-cli-3.38.1.orig/requirements.txt 2024-04-02 07:39:29.000000000 +0200
|
--- oci-cli-3.39.1.orig/requirements.txt 2024-04-16 10:33:42.000000000 +0200
|
||||||
+++ oci-cli-3.38.1/requirements.txt 2024-04-04 13:18:32.988643564 +0200
|
+++ oci-cli-3.39.1/requirements.txt 2024-04-18 14:04:51.410499047 +0200
|
||||||
@@ -2,47 +2,47 @@
|
@@ -2,47 +2,47 @@
|
||||||
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
|
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
|
||||||
# you may need to use the --extra-index-url option instead.
|
# 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
|
-jmespath==0.10.0
|
||||||
-ndg-httpsclient==0.4.2
|
-ndg-httpsclient==0.4.2
|
||||||
-mock==2.0.0
|
-mock==2.0.0
|
||||||
-oci==2.125.1
|
-oci==2.125.3
|
||||||
-packaging==20.2
|
-packaging==20.2
|
||||||
-pluggy==0.13.0
|
-pluggy==0.13.0
|
||||||
-py==1.11.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
|
+jmespath>=0.10.0
|
||||||
+ndg-httpsclient>=0.4.2
|
+ndg-httpsclient>=0.4.2
|
||||||
+mock>=2.0.0
|
+mock>=2.0.0
|
||||||
+oci>=2.125.1
|
+oci>=2.125.3
|
||||||
+packaging>=20.2
|
+packaging>=20.2
|
||||||
+pluggy>=0.13.0
|
+pluggy>=0.13.0
|
||||||
+py>=1.11.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
|
+prompt-toolkit>=3.0.29
|
||||||
setuptools>65.5.1; python_version > '3.6'
|
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'
|
+setuptools>=59.6.0; python_version >= '3.6'
|
||||||
# this is required because of python 3.6 requests dependency version bound
|
# this is required because of python 3.6 requests dependency version bound
|
||||||
urllib3<=1.26.15
|
urllib3<=1.26.15
|
||||||
diff -Nru oci-cli-3.38.1.orig/setup.py oci-cli-3.38.1/setup.py
|
diff -Nru oci-cli-3.39.1.orig/setup.py oci-cli-3.39.1/setup.py
|
||||||
--- oci-cli-3.38.1.orig/setup.py 2024-04-02 07:39:29.000000000 +0200
|
--- oci-cli-3.39.1.orig/setup.py 2024-04-16 10:33:42.000000000 +0200
|
||||||
+++ oci-cli-3.38.1/setup.py 2024-04-04 13:17:45.541463383 +0200
|
+++ oci-cli-3.39.1/setup.py 2024-04-18 14:13:32.618481796 +0200
|
||||||
@@ -30,23 +30,23 @@
|
@@ -30,23 +30,23 @@
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
- 'oci==2.125.1',
|
- 'oci==2.125.3',
|
||||||
+ 'oci>=2.125.1',
|
+ 'oci>=2.125.3',
|
||||||
'arrow>=1.0.0',
|
'arrow>=1.0.0',
|
||||||
'certifi',
|
'certifi',
|
||||||
- 'click==8.0.4',
|
- 'click==8.0.4',
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8deaaffe3a5a06949cda4a3aabed79186f7c855a7751d43589c0d411adf63311
|
|
||||||
size 5251266
|
|
3
oci-cli-3.39.1.tar.gz
Normal file
3
oci-cli-3.39.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fe98281713daffeadcb36e08f52153fd3ffef9a3068e74e162415c2fdb5bb54b
|
||||||
|
size 5245769
|
101
oci-cli.changes
101
oci-cli.changes
@ -1,3 +1,104 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 18 12:13:50 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
Thu Apr 4 11:18:54 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
%global _sitelibdir %{%{pythons}_sitelib}
|
%global _sitelibdir %{%{pythons}_sitelib}
|
||||||
|
|
||||||
Name: oci-cli%{psuffix}
|
Name: oci-cli%{psuffix}
|
||||||
Version: 3.38.1
|
Version: 3.39.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Oracle Cloud Infrastructure CLI
|
Summary: Oracle Cloud Infrastructure CLI
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -52,7 +52,7 @@ BuildRequires: %{pythons}-click >= 8.0.4
|
|||||||
BuildRequires: %{pythons}-cryptography >= 3.2.1
|
BuildRequires: %{pythons}-cryptography >= 3.2.1
|
||||||
BuildRequires: %{pythons}-devel
|
BuildRequires: %{pythons}-devel
|
||||||
BuildRequires: %{pythons}-jmespath >= 0.10.0
|
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}-pip
|
||||||
BuildRequires: %{pythons}-pyOpenSSL >= 22.1.0
|
BuildRequires: %{pythons}-pyOpenSSL >= 22.1.0
|
||||||
BuildRequires: %{pythons}-python-dateutil >= 2.5.3
|
BuildRequires: %{pythons}-python-dateutil >= 2.5.3
|
||||||
@ -95,7 +95,7 @@ Requires: %{pythons}-certifi
|
|||||||
Requires: %{pythons}-click >= 8.0.4
|
Requires: %{pythons}-click >= 8.0.4
|
||||||
Requires: %{pythons}-cryptography >= 3.2.1
|
Requires: %{pythons}-cryptography >= 3.2.1
|
||||||
Requires: %{pythons}-jmespath >= 0.10.0
|
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}-prompt_toolkit >= 3.0.29
|
||||||
Requires: %{pythons}-pyOpenSSL >= 22.1.0
|
Requires: %{pythons}-pyOpenSSL >= 22.1.0
|
||||||
Requires: %{pythons}-python-dateutil >= 2.5.3
|
Requires: %{pythons}-python-dateutil >= 2.5.3
|
||||||
|
Loading…
Reference in New Issue
Block a user