- Update oci-cli package to version 3.56.0 #8

Merged
src-o-org-forwarder merged 1 commits from glaubitz/oci-cli:factory into factory 2025-06-11 04:05:07 +02:00
5 changed files with 176 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
diff -Nru oci-cli-3.54.4.orig/requirements.txt oci-cli-3.54.4/requirements.txt
--- oci-cli-3.54.4.orig/requirements.txt 2025-04-22 09:44:26.000000000 +0200
+++ oci-cli-3.54.4/requirements.txt 2025-04-27 10:12:22.794835966 +0200
diff -Nru oci-cli-3.56.0.orig/requirements.txt oci-cli-3.56.0/requirements.txt
--- oci-cli-3.56.0.orig/requirements.txt 2025-05-13 06:44:15.000000000 +0200
+++ oci-cli-3.56.0/requirements.txt 2025-06-10 09:28:20.711069768 +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.
@@ -23,7 +23,7 @@ diff -Nru oci-cli-3.54.4.orig/requirements.txt oci-cli-3.54.4/requirements.txt
-jmespath==0.10.0
-ndg-httpsclient==0.4.2
-mock==2.0.0
-oci==2.150.2
-oci==2.152.0
-packaging==20.2
-pluggy==0.13.0
-py==1.11.0
@@ -34,7 +34,7 @@ diff -Nru oci-cli-3.54.4.orig/requirements.txt oci-cli-3.54.4/requirements.txt
+jmespath>=0.10.0
+ndg-httpsclient>=0.4.2
+mock>=2.0.0
+oci>=2.150.2
+oci>=2.152.0
+packaging>=20.2
+pluggy>=0.13.0
+py>=1.11.0
@@ -54,11 +54,10 @@ diff -Nru oci-cli-3.54.4.orig/requirements.txt oci-cli-3.54.4/requirements.txt
requests==2.31.0; python_version == '3.7'
requests>=2.32.0; python_version > '3.7'
six>=1.15.0
-sphinx==3.3.0
sphinx==3.3.0
-sphinx-rtd-theme==0.4.3
-terminaltables==3.1.10
-tox==3.23.0
+sphinx>=3.3.0
+sphinx-rtd-theme>=0.4.3
+terminaltables>=3.1.10
+tox>=3.23.0
@@ -78,15 +77,15 @@ diff -Nru oci-cli-3.54.4.orig/requirements.txt oci-cli-3.54.4/requirements.txt
prompt-toolkit==3.0.29; python_version == '3.6'
prompt-toolkit>=3.0.38,<=3.0.43; python_version > '3.6'
setuptools>70.0.0; python_version > '3.7'
diff -Nru oci-cli-3.54.4.orig/setup.py oci-cli-3.54.4/setup.py
--- oci-cli-3.54.4.orig/setup.py 2025-04-22 09:44:26.000000000 +0200
+++ oci-cli-3.54.4/setup.py 2025-04-27 10:10:09.498854817 +0200
diff -Nru oci-cli-3.56.0.orig/setup.py oci-cli-3.56.0/setup.py
--- oci-cli-3.56.0.orig/setup.py 2025-05-13 06:44:15.000000000 +0200
+++ oci-cli-3.56.0/setup.py 2025-06-10 09:26:11.321036530 +0200
@@ -30,21 +30,21 @@
readme = f.read()
requires = [
- 'oci==2.150.2',
+ 'oci>=2.150.2',
- 'oci==2.152.0',
+ 'oci>=2.152.0',
'arrow>=1.0.0',
'certifi>=2025.1.31',
- 'click==8.0.4',
@@ -101,15 +100,15 @@ diff -Nru oci-cli-3.54.4.orig/setup.py oci-cli-3.54.4/setup.py
'six>=1.15.0',
- 'terminaltables==3.1.10',
- 'pyOpenSSL>=17.5.0,<25.0.0',
- 'PyYAML>=5.4,<=6.0.1',
+ 'terminaltables>=3.1.10',
+ 'pyOpenSSL>=17.5.0',
+ 'PyYAML>=5.4',
'prompt-toolkit>=3.0.38,<=3.0.43; python_version > "3.6"',
'PyYAML>=5.4,<=6.0.1',
- 'prompt-toolkit>=3.0.38,<=3.0.43; python_version > "3.6"',
- 'prompt-toolkit==3.0.29; python_version == "3.6"',
- 'setuptools>70.0.0; python_version == "3.12"'
+ 'prompt-toolkit>=3.0.29; python_version == "3.6"',
+ 'setuptools>70.0.0; python_version >= "3.12"'
+ 'prompt-toolkit>=3.0.38',
+ 'prompt-toolkit>=3.0.29',
+ 'setuptools>70.0.0'
]
extras = {

Binary file not shown.

BIN
oci-cli-3.56.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,157 @@
-------------------------------------------------------------------
Tue Jun 10 07:28:38 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 3.56.0
* Database Management Service
* Support for new operations for managed database
* ``oci database-management managed-database modify-external-\
container-database-management-feature``
* ``oci database-management managed-database modify-external-\
container-database-management-feature-external-database-\
diagnostics-and-management-feature-details``
* ``oci database-management managed-database modify-external-\
container-database-management-feature-external-database-\
lifecycle-management-feature-details``
* ``oci database-management managed-database modify-external-\
container-database-management-feature-external-database-sql-\
watch-feature-details``
* Support for bulk PDB enablement using optional parameter --can-disable-all-pdbs
* ``oci database-management managed-database enable-database-\
management-feature --can-disable-all-pdbs``
* ``oci database-management managed-database disable-database-\
management-feature --can-disable-all-pdbs``
* ``oci database-management managed-database enable-database-\
management-feature-database-diagnostics-and-management-feature-\
details --feature-details-is-auto-enable-pluggable-database
feature-details-can-enable-all-current-pdbs``
* ``oci database-management managed-database enable-pluggable-\
database-management-feature-database-diagnostics-and-management-\
feature-details --feature-details-can-enable-all-current-pdbs``
* Model Deployment Data Plane Service
* Support for the Model Deployment Inference calls
* ``oci model-deployment inference-result predict``
* ``oci model-deployment inference-result predict-with-response-stream``
* Opensearch Service
* Adding Node Shape details to create and update vertical for cluster and
pipeline and Search Node details to create and update for cluster
* ``oci opensearch pipeline create --node-shape``
* ``oci opensearch pipeline update --node-shape``
* ``oci opensearch cluster create --data-node-host-shape, --master-node-host-shape,
--opendashboard-node-host-shape --search-node-count, --search-node-host-memory-gb,
--search-node-host-ocpu-count, --search-node-host-shape, --search-node-host-type,
--search-node-storage-gb``
* ``oci opensearch cluster resizevertical --data-node-host-shape, --master-node-host-shape,
--opendashboard-node-host-shape --search-node-host-memory-gb, --search-node-host-ocpu-count,
--search-node-host-shape, --search-node-storage-gb``
* ``oci opensearch cluster resizehorizontal --search-node-count``
* ``oci opensearch cluster shapes-details list``
* Database Management Service
* [BREAKING] Following commands have been removed
* ``oci database-management managed-my-sql-databases external-my-sql-database
disable-external-mysql-associated-service``
* ``oci database-management managed-my-sql-databases external-my-sql-database
enable-external-mysql-associated-service``
- from version 3.55.0
* Database Service
* Support for new parameters to get latest versions.
* ``oci db system-version list --shape --is-latest --resource-id``
* Support for the dry run feature in creating Cloud Exadata Infrastructure /
Cloud Exadata VM Cluster in Database service
* ``oci db cloud-exa-infra create --opc-dry-run``
* ``oci db cloud-vm-cluster create --opc-dry-run``
* Log Analytics Service
* Support for Lookup Resources
* ``oci log-analytics lookup change-compartment``
* Support for additional recall and release attributes
* ``oci log-analytics storage list-recalled-info``
* Support for get templates
* ``oci log-analytics template list``
* ``oci log-analytics template get``
* Support for uploading otlp logs
* ``oci log-analytics upload upload-otlp-logs``
* Database Migration
* Support for new ODMS phase: ODMS_METADATA_TRANSFER
* ``oci database-migration migration start --wait-after``
* Fleet Application Management Service
* Support for change compartment in Fleet Application Management service
* ``oci fleet-apps-management fleet change-compartment``
* ``oci fleet-apps-management fleet-apps-management-admin platform-configuration change-compartment``
* ``oci fleet-apps-management fleet-apps-management-admin property change-compartment``
* ``oci fleet-apps-management fleet-apps-management-operations patch change-compartment``
* ``oci fleet-apps-management fleet-apps-management-runbooks runbook change-compartment``
* ``oci fleet-apps-management fleet-apps-management-runbooks task-record change-compartment``
* Support for platform configuration in the Fleet Application Management service
* ``oci fleet-apps-management fleet-apps-management-admin platform-configuration
create-platform-configuration-lifecycle-operation-config-category-details``
* ``oci fleet-apps-management fleet-apps-management-admin platform-configuration
create-platform-configuration-self-hosted-instance-config-category-details``
* Support for managing a runbook version in the Fleet Application Management service
* ``oci fleet-apps-management fleet-apps-management-runbooks runbook-version``
* Support for resource inventory in the Fleet Application Management service
* ``oci fleet-apps-management fleet-apps-management-operations
inventory-record-collection list-inventory-records``
* Support for new optional parameters in the Fleet Application Management service
* ``oci fleet-apps-management fleet create --parent-fleet-id``
* Fleet Application Management Service
* [BREAKING] --display-name and --resource-selection are now a required
parameter in the Fleet Application Management service
* ``oci fleet-apps-management fleet create --compartment-id --display-name
--resource-selection``
* [BREAKING] --fleet-type, --application-type, --group-type removed from
fleet creation in the Fleet Application Management service
* ``oci fleet-apps-management fleet create --fleet-type --application-type --group-type``
* [BREAKING] --resource-selection-type, --rule-selection-criteria usage replaced
with --resource-selection in fleet creation in the Fleet Application Management service
* ``oci fleet-apps-management fleet create --resource-selection``
* [BREAKING] oci fleet-apps-management work-request replaced with oci fleet-apps-management
fleet-apps-management-work-request work-request in the Fleet Application Management service
* ``oci fleet-apps-management fleet-apps-management-work-request work-request``
* Log Analytics Service
* Support for filtering log sources based on pattern and listing property
* ``oci log-analytics source list-sources --pattern-text``
* ``oci log-analytics field upsert-field --is-keep-duplicates``
* ``oci log-analytics category list-resource-category --compartment-id``
* ``oci log-analytics property list-effective-properties --pattern-id-long``
* Support for additional attributes in entity
* ``oci log-analytics entity list --defined-tag-equals, --defined-tag-exists,
--freeform-tag-equals, --freeform-tag-exists, --is-show-assoc-src-count``
* ``oci log-analytics entity get --is-show-assoc-src-count``
* ``oci log-analytics entity delete --is-force-delete``
* ``oci log-analytics entity-topology list --context``
* Support for filtering on lookup Resources
* ``oci log-analytics lookup get-summary --compartment-id``
* ``oci log-analytics lookup list --compartment-id``
* ``oci log-analytics lookup register-lookup --compartment-id``
* ``oci log-analytics lookup update --defined-tags, --freeform-tags``
* Object Collection Rule
* ``oci log-analytics object-collection-rule create --log-source-name,
--stream-cursor-time, --stream-cursor-type, --stream-id``
* ``oci log-analytics object-collection-rule update --stream-cursor-time,
--stream-cursor-type, --stream-id``
* Support for additional recall attributes
* ``oci log-analytics storage recall-archived-data --collection-id``
* Support for filtering scheduled tasks based on template-id
* ``oci log-analytics scheduled-task list --template-id``
* ``oci log-analytics scheduled-task create-standard-task --schedules``
* Network Service
* Add optional field lifetime to support reserve private ip feature
``oci network vnic assign-private-ip --lifetime``
* Fixed `Github Issue #927 <https://github.com/oracle/oci-cli/issues/927>`_ for OCI Network Service
* Fixed `Github Issue #914 <https://github.com/oracle/oci-cli/issues/914>`_ for OCI Network Service
- from version 3.54.5
* Resource Scheduler Service
* Support for updating compartment of a schedule
* ``oci resource-scheduler schedule change-compartment``
* Support for listing schedules by resource ID
* ``oci resource-scheduler schedule list --resource-id``
* Support for new optional parameter chat-request-stream-options for
cohere Chat in Generative Ai Inference Service
* ``oci generative-ai-inference chat-result chat-cohere-chat-request
--chat-request-stream-options``
- Refresh patches for new version
* oc_relax-python-depends.patch
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Sun Apr 27 08:13:17 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -36,7 +36,7 @@
%global _sitelibdir %{%{pythons}_sitelib}
Name: oci-cli%{psuffix}
Version: 3.54.4
Version: 3.56.0
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.150.2
BuildRequires: %{pythons}-oci-sdk >= 2.152.0
BuildRequires: %{pythons}-pip
BuildRequires: %{pythons}-pyOpenSSL >= 22.1.0
BuildRequires: %{pythons}-python-dateutil >= 2.5.3
@@ -95,7 +95,7 @@ Requires: %{pythons}-certifi >= 2025.1.31
Requires: %{pythons}-click >= 8.0.4
Requires: %{pythons}-cryptography >= 3.2.1
Requires: %{pythons}-jmespath >= 0.10.0
Requires: %{pythons}-oci-sdk >= 2.150.2
Requires: %{pythons}-oci-sdk >= 2.152.0
Requires: %{pythons}-prompt_toolkit >= 3.0.38
Requires: %{pythons}-pyOpenSSL >= 22.1.0
Requires: %{pythons}-python-dateutil >= 2.5.3