Accepting request 1131622 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.37.0 * Database service * Support for the serial console history. * ``oci db console-history`` * Support for new optional parameters, autonomous-data-storage-size-in-tbs, cpu-core-count-per-node and total-container-databases in the cloud autonomous and autonomous vm cluster db resources. * ``oci db autonomous-vm-cluster update --autonomous-data-storage-size-in-tbs, --cpu-core-count-per-node, --total-container-databases`` * ``oci db cloud-autonomous-vm-cluster update --autonomous-data-storage-size-in-tbs, --cpu-core-count-per-node, --total-container-databases`` * Support for new list system versions commands. * ``oci db system-version list`` *Support for new optional parameter in cloud-vm-cluster and vm-cluster resources. * ``oci db cloud-vm-cluster create --system-version`` * ``oci db vm-cluster create --system-version`` * Support for multiple clusters in a SDDC in Oracle Cloud VMware Provisioning service. * ``oci ocvs esxi-host replace-host`` * ``oci ocvs cluster cluster`` * ``oci ocvs sddc retrieve-password`` * Support for upload-discovery-data in Log Analytics service. * ``oci log-analytics entity upload-discovery-data --upload-discovery-data-details --namespace-name`` * ``oci log-analytics entity upload-discovery-data --file --namespace-name`` * ADM service. * Support for new list actions. * ``oci adm remediation-recipe list`` * ``oci adm remediation-run list`` * ``oci adm remediation-run list-application-dependency-recommendations`` * ``oci adm remediation-run-stage list-stages`` OBS-URL: https://build.opensuse.org/request/show/1131622 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=106
This commit is contained in:
parent
712d9b3edb
commit
2c51f1ec9d
@ -1,6 +1,6 @@
|
||||
diff -Nru oci-cli-3.36.2.orig/requirements.txt oci-cli-3.36.2/requirements.txt
|
||||
--- oci-cli-3.36.2.orig/requirements.txt 2023-11-14 11:31:43.000000000 +0100
|
||||
+++ oci-cli-3.36.2/requirements.txt 2023-11-23 11:49:39.943270346 +0100
|
||||
diff -Nru oci-cli-3.37.0.orig/requirements.txt oci-cli-3.37.0/requirements.txt
|
||||
--- oci-cli-3.37.0.orig/requirements.txt 2023-12-05 06:02:52.000000000 +0100
|
||||
+++ oci-cli-3.37.0/requirements.txt 2023-12-07 15:07:53.083631085 +0100
|
||||
@@ -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,18 +18,11 @@ diff -Nru oci-cli-3.36.2.orig/requirements.txt oci-cli-3.36.2/requirements.txt
|
||||
-jmespath==0.10.0
|
||||
-ndg-httpsclient==0.4.2
|
||||
-mock==2.0.0
|
||||
-oci==2.116.0
|
||||
-oci==2.117.0
|
||||
-packaging==20.2
|
||||
-pluggy==0.13.0
|
||||
-py==1.11.0
|
||||
-pyasn1==0.2.3
|
||||
-pyOpenSSL>=17.5.0,<24.0.0
|
||||
-pycparser==2.20
|
||||
-pyparsing==2.2.0
|
||||
-pytest==4.6.10; python_version <= '3.9'
|
||||
-pytest==7.1.2; python_version >= '3.10'
|
||||
-pytest-cov==2.5.1
|
||||
-python-dateutil>=2.5.3,<3.0.0
|
||||
+click>=8.0.4
|
||||
+coverage>=4.5.2
|
||||
+cryptography>=3.2.1
|
||||
@ -38,12 +31,18 @@ diff -Nru oci-cli-3.36.2.orig/requirements.txt oci-cli-3.36.2/requirements.txt
|
||||
+jmespath>=0.10.0
|
||||
+ndg-httpsclient>=0.4.2
|
||||
+mock>=2.0.0
|
||||
+oci>=2.116.0
|
||||
+oci>=2.117.0
|
||||
+packaging>=20.2
|
||||
+pluggy>=0.13.0
|
||||
+py>=1.11.0
|
||||
+pyasn1>=0.2.3
|
||||
+pyOpenSSL>=17.5.0
|
||||
pyOpenSSL>=17.5.0,<24.0.0
|
||||
-pycparser==2.20
|
||||
-pyparsing==2.2.0
|
||||
-pytest==4.6.10; python_version <= '3.9'
|
||||
-pytest==7.1.2; python_version >= '3.10'
|
||||
-pytest-cov==2.5.1
|
||||
-python-dateutil>=2.5.3,<3.0.0
|
||||
+pycparser>=2.20
|
||||
+pyparsing>=2.2.0
|
||||
+pytest>=4.6.10; python_version <= '3.9'
|
||||
@ -84,18 +83,16 @@ diff -Nru oci-cli-3.36.2.orig/requirements.txt oci-cli-3.36.2/requirements.txt
|
||||
-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
|
||||
\ No newline at end of file
|
||||
+urllib3<=1.26.15
|
||||
diff -Nru oci-cli-3.36.2.orig/setup.py oci-cli-3.36.2/setup.py
|
||||
--- oci-cli-3.36.2.orig/setup.py 2023-11-14 11:31:43.000000000 +0100
|
||||
+++ oci-cli-3.36.2/setup.py 2023-11-23 11:49:02.643025594 +0100
|
||||
urllib3<=1.26.15
|
||||
diff -Nru oci-cli-3.37.0.orig/setup.py oci-cli-3.37.0/setup.py
|
||||
--- oci-cli-3.37.0.orig/setup.py 2023-12-05 06:02:52.000000000 +0100
|
||||
+++ oci-cli-3.37.0/setup.py 2023-12-07 15:07:20.340265628 +0100
|
||||
@@ -30,23 +30,23 @@
|
||||
readme = f.read()
|
||||
|
||||
requires = [
|
||||
- 'oci==2.116.0',
|
||||
+ 'oci>=2.116.0',
|
||||
- 'oci==2.117.0',
|
||||
+ 'oci>=2.117.0',
|
||||
'arrow>=1.0.0',
|
||||
'certifi',
|
||||
- 'click==8.0.4',
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61c3fd5d6512a683600a43e9fae6a164a2ea14b49762471627cabb67d4f81b5a
|
||||
size 5045706
|
3
oci-cli-3.37.0.tar.gz
Normal file
3
oci-cli-3.37.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5ef67413785d96de4dea41262d7d8e57f4fd0f617bb99e4479993a12c65a17b
|
||||
size 5072489
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 14:08:08 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 3.37.0
|
||||
* Database service
|
||||
* Support for the serial console history.
|
||||
* ``oci db console-history``
|
||||
* Support for new optional parameters, autonomous-data-storage-size-in-tbs,
|
||||
cpu-core-count-per-node and total-container-databases in the cloud autonomous
|
||||
and autonomous vm cluster db resources.
|
||||
* ``oci db autonomous-vm-cluster update --autonomous-data-storage-size-in-tbs,
|
||||
--cpu-core-count-per-node, --total-container-databases``
|
||||
* ``oci db cloud-autonomous-vm-cluster update --autonomous-data-storage-size-in-tbs,
|
||||
--cpu-core-count-per-node, --total-container-databases``
|
||||
* Support for new list system versions commands.
|
||||
* ``oci db system-version list``
|
||||
*Support for new optional parameter in cloud-vm-cluster and vm-cluster resources.
|
||||
* ``oci db cloud-vm-cluster create --system-version``
|
||||
* ``oci db vm-cluster create --system-version``
|
||||
* Support for multiple clusters in a SDDC in Oracle Cloud VMware Provisioning service.
|
||||
* ``oci ocvs esxi-host replace-host``
|
||||
* ``oci ocvs cluster cluster``
|
||||
* ``oci ocvs sddc retrieve-password``
|
||||
* Support for upload-discovery-data in Log Analytics service.
|
||||
* ``oci log-analytics entity upload-discovery-data
|
||||
--upload-discovery-data-details --namespace-name``
|
||||
* ``oci log-analytics entity upload-discovery-data --file --namespace-name``
|
||||
* ADM service.
|
||||
* Support for new list actions.
|
||||
* ``oci adm remediation-recipe list``
|
||||
* ``oci adm remediation-run list``
|
||||
* ``oci adm remediation-run list-application-dependency-recommendations``
|
||||
* ``oci adm remediation-run-stage list-stages``
|
||||
* Support for new optional parameters --usage-data.
|
||||
* ``oci adm vulnerability-audit create --usage-data``
|
||||
* ``oci adm vulnerability-audit create-vulnerability-audit-\
|
||||
external-resource-vulnerability-audit-source --usage-data``
|
||||
* ``oci adm vulnerability-audit create-vulnerability-audit-\
|
||||
oci-resource-vulnerability-audit-source --usage-data``
|
||||
* ``oci adm vulnerability-audit create-vulnerability-audit-\
|
||||
unknown-source-vulnerability-audit-source --usage-data``
|
||||
* Support for new AWR Hub Snapshot ingest commands in Operations Insights service.
|
||||
* ``oci opsi awr-hub-sources``
|
||||
* ``oci opsi operations-insights-warehouses``
|
||||
* ``oci opsi awr-hub-objects``
|
||||
* Support for managing available certificates of target servers in Goldengate service.
|
||||
* ``oci goldengate certificate``
|
||||
* [BREAKING] Multiple parameters changes in OCVS service. Few params deleted in sddc resource.
|
||||
* ``oci ocvs esxi-host create --cluster-id``
|
||||
* ``oci ocvs esxi-host list --cluster-id``
|
||||
* ``oci ocvs esxi-host update --next-commitment``
|
||||
* ``oci ocvs sddc``
|
||||
* Description of export details in the Logging Analytics service
|
||||
* ``oci log-analytics query export``
|
||||
* Description change in Compute Cloud at Customer service
|
||||
* [BREAKING] The following commands have been removed in ADM service.
|
||||
* ``oci adm application-dependency-recommendation-collection
|
||||
list-application-dependency-recommendations``
|
||||
* ``oci adm remediation-recipe-collection list-remediation-recipes``
|
||||
* ``oci adm remediation-run-collection list-remediation-runs``
|
||||
* ``oci adm remediation-run-stage-collection list-stages``
|
||||
- Refresh patches for new version
|
||||
* oc_relax-python-depends.patch
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 10:49:56 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: oci-cli%{psuffix}
|
||||
Version: 3.36.2
|
||||
Version: 3.37.0
|
||||
Release: 0
|
||||
Summary: Oracle Cloud Infrastructure CLI
|
||||
License: Apache-2.0
|
||||
@ -46,7 +46,7 @@ BuildRequires: python3-click >= 8.0.4
|
||||
BuildRequires: python3-cryptography >= 3.2.1
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-jmespath >= 0.10.0
|
||||
BuildRequires: python3-oci-sdk >= 2.116.0
|
||||
BuildRequires: python3-oci-sdk >= 2.117.0
|
||||
BuildRequires: python3-pyOpenSSL >= 22.1.0
|
||||
BuildRequires: python3-python-dateutil >= 2.5.3
|
||||
BuildRequires: python3-pytz >= 2016.10
|
||||
@ -85,7 +85,7 @@ Requires: python3-certifi
|
||||
Requires: python3-click >= 8.0.4
|
||||
Requires: python3-cryptography >= 3.2.1
|
||||
Requires: python3-jmespath >= 0.10.0
|
||||
Requires: python3-oci-sdk >= 2.116.0
|
||||
Requires: python3-oci-sdk >= 2.117.0
|
||||
Requires: python3-prompt_toolkit >= 3.0.29
|
||||
Requires: python3-pyOpenSSL >= 22.1.0
|
||||
Requires: python3-python-dateutil >= 2.5.3
|
||||
|
Loading…
Reference in New Issue
Block a user