From 6964d97dcefdb132d76c3d891f1016c9da3fd63601ef9541450899047af2ef38 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 14 Nov 2022 13:26:21 +0000 Subject: [PATCH] Accepting request 1035622 from home:glaubitz:branches:Cloud:Tools - Update to version 3.20.1 * Database service * Support for new commands * ``oci db autonomous-database list-refreshable-clones`` * ``oci db cloud-exa-infra add-storage`` * ``oci db cloud-vm-cluster add`` * ``oci db cloud-vm-cluster remove`` * Support for new optional parameters * ``oci db cloud-vm-cluster create --data-storage-size-in-tbs --db-node-storage-size-in-gbs --db-servers --memory-size-in-gbs`` * ``oci db cloud-vm-cluster update --data-storage-size-in-tbs --db-node-storage-size-in-gbs --memory-size-in-gbs`` * Support for creating rollback jobs in the Resource Manager service * ``oci resource-manager job create-plan-rollback-job`` * ``oci resource-manager job create-apply-rollback-job`` * Support for EDGE value for existing parameter --node-type in the Big Data service * ``oci bds instance worker-nodes add --node-type`` * Support for new optional parameter in the Data Flow service * ``oci data-flow private-endpoint create --scan-details`` * ``oci data-flow private-endpoint update --scan-details`` * Application Dependency Management service * Support for new commands * ``oci adm vulnerability-audit create-vulnerability-audit-external-resource-vulnerability-audit-source`` * ``oci adm vulnerability-audit create-vulnerability-audit-oci-resource-vulnerability-audit-source`` * ``oci adm vulnerability-audit create-vulnerability-audit-unknown-source-vulnerability-audit-source`` * Support for new optional parameters * ``oci adm vulnerability-audit list-application-dependency-vulnerabilities --depth --root-node-id`` * Dependency on click is downgraded to 7.1.2 * The required parameters --application-dependencies --compartment-id are now optional in the Application Dependency Management service OBS-URL: https://build.opensuse.org/request/show/1035622 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=59 --- oc_relax-python-depends.patch | 28 ++++++++++----------- oci-cli-3.20.0.tar.gz | 3 --- oci-cli-3.20.1.tar.gz | 3 +++ oci-cli.changes | 46 +++++++++++++++++++++++++++++++++++ oci-cli.spec | 6 ++--- 5 files changed, 66 insertions(+), 20 deletions(-) delete mode 100644 oci-cli-3.20.0.tar.gz create mode 100644 oci-cli-3.20.1.tar.gz diff --git a/oc_relax-python-depends.patch b/oc_relax-python-depends.patch index 6ef2d0f..272a18b 100644 --- a/oc_relax-python-depends.patch +++ b/oc_relax-python-depends.patch @@ -1,6 +1,6 @@ -diff -Nru oci-cli-3.20.0.orig/requirements.txt oci-cli-3.20.0/requirements.txt ---- oci-cli-3.20.0.orig/requirements.txt 2022-11-01 20:08:18.000000000 +0100 -+++ oci-cli-3.20.0/requirements.txt 2022-11-02 12:39:46.299912638 +0100 +diff -Nru oci-cli-3.20.1.orig/requirements.txt oci-cli-3.20.1/requirements.txt +--- oci-cli-3.20.1.orig/requirements.txt 2022-11-08 08:43:52.000000000 +0100 ++++ oci-cli-3.20.1/requirements.txt 2022-11-14 11:48:15.603353504 +0100 @@ -2,41 +2,41 @@ # (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format), # you may need to use the --extra-index-url option instead. @@ -10,7 +10,7 @@ diff -Nru oci-cli-3.20.0.orig/requirements.txt oci-cli-3.20.0/requirements.txt arrow>=1.0.0 certifi cffi>=1.9.1 --click==8.0.4 +-click==7.1.2 -coverage==4.5.2 -cryptography>=3.2.1,<=37.0.2 -httpsig-cffi==15.0.0 @@ -18,7 +18,7 @@ diff -Nru oci-cli-3.20.0.orig/requirements.txt oci-cli-3.20.0/requirements.txt -jmespath==0.10.0 -ndg-httpsclient==0.4.2 -mock==2.0.0 --oci==2.87.0 +-oci==2.88.0 -packaging==20.2 -pluggy==0.13.0 -py==1.10.0 @@ -29,7 +29,7 @@ diff -Nru oci-cli-3.20.0.orig/requirements.txt oci-cli-3.20.0/requirements.txt -pytest==3.2.3 -pytest-cov==2.5.1 -python-dateutil>=2.5.3,<3.0.0 -+click>=8.0.4 ++click>=7.1.2 +coverage>=4.5.2 +cryptography>=3.2.1 +httpsig-cffi>=15.0.0 @@ -37,7 +37,7 @@ diff -Nru oci-cli-3.20.0.orig/requirements.txt oci-cli-3.20.0/requirements.txt +jmespath>=0.10.0 +ndg-httpsclient>=0.4.2 +mock>=2.0.0 -+oci>=2.87.0 ++oci>=2.88.0 +packaging>=20.2 +pluggy>=0.13.0 +py>=1.10.0 @@ -75,22 +75,22 @@ diff -Nru oci-cli-3.20.0.orig/requirements.txt oci-cli-3.20.0/requirements.txt +PyYAML>=5.4 +docutils>=0.15.2 +prompt-toolkit>=3.0.29 -diff -Nru oci-cli-3.20.0.orig/setup.py oci-cli-3.20.0/setup.py ---- oci-cli-3.20.0.orig/setup.py 2022-11-01 20:08:18.000000000 +0100 -+++ oci-cli-3.20.0/setup.py 2022-11-02 12:39:12.087779814 +0100 +diff -Nru oci-cli-3.20.1.orig/setup.py oci-cli-3.20.1/setup.py +--- oci-cli-3.20.1.orig/setup.py 2022-11-08 08:43:52.000000000 +0100 ++++ oci-cli-3.20.1/setup.py 2022-11-14 11:47:37.807302313 +0100 @@ -29,23 +29,23 @@ readme = f.read() requires = [ -- 'oci==2.87.0', -+ 'oci>=2.87.0', +- 'oci==2.88.0', ++ 'oci>=2.88.0', 'arrow>=1.0.0', 'certifi', -- 'click==8.0.4', +- 'click==7.1.2', - 'cryptography>=3.2.1,<=37.0.2', - 'jmespath==0.10.0', - 'python-dateutil>=2.5.3,<3.0.0', -+ 'click>=8.0.4', ++ 'click>=7.1.2', + 'cryptography>=3.2.1', + 'jmespath>=0.10.0', + 'python-dateutil>=2.5.3', diff --git a/oci-cli-3.20.0.tar.gz b/oci-cli-3.20.0.tar.gz deleted file mode 100644 index 139ea4b..0000000 --- a/oci-cli-3.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd869f35974cb82a6cf7e5d55aac62bbd5a70b05240481542d60e169aea08ec9 -size 2749409 diff --git a/oci-cli-3.20.1.tar.gz b/oci-cli-3.20.1.tar.gz new file mode 100644 index 0000000..dfeeece --- /dev/null +++ b/oci-cli-3.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9107c8ee5c7af1dce99757aa861972693adcfda81393fbb5b14583b9a2c189 +size 2754346 diff --git a/oci-cli.changes b/oci-cli.changes index 0b18693..7748d81 100644 --- a/oci-cli.changes +++ b/oci-cli.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Mon Nov 14 10:49:40 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 3.20.1 + * Database service + * Support for new commands + * ``oci db autonomous-database list-refreshable-clones`` + * ``oci db cloud-exa-infra add-storage`` + * ``oci db cloud-vm-cluster add`` + * ``oci db cloud-vm-cluster remove`` + * Support for new optional parameters + * ``oci db cloud-vm-cluster create --data-storage-size-in-tbs + --db-node-storage-size-in-gbs --db-servers --memory-size-in-gbs`` + * ``oci db cloud-vm-cluster update --data-storage-size-in-tbs + --db-node-storage-size-in-gbs --memory-size-in-gbs`` + * Support for creating rollback jobs in the Resource Manager service + * ``oci resource-manager job create-plan-rollback-job`` + * ``oci resource-manager job create-apply-rollback-job`` + * Support for EDGE value for existing parameter --node-type in the Big Data service + * ``oci bds instance worker-nodes add --node-type`` + * Support for new optional parameter in the Data Flow service + * ``oci data-flow private-endpoint create --scan-details`` + * ``oci data-flow private-endpoint update --scan-details`` + * Application Dependency Management service + * Support for new commands + * ``oci adm vulnerability-audit create-vulnerability-audit-external-resource-vulnerability-audit-source`` + * ``oci adm vulnerability-audit create-vulnerability-audit-oci-resource-vulnerability-audit-source`` + * ``oci adm vulnerability-audit create-vulnerability-audit-unknown-source-vulnerability-audit-source`` + * Support for new optional parameters + * ``oci adm vulnerability-audit list-application-dependency-vulnerabilities --depth --root-node-id`` + * Dependency on click is downgraded to 7.1.2 + * The required parameters --application-dependencies --compartment-id + are now optional in the Application Dependency Management service + * ``oci adm vulnerability-audit create --application-dependencies --compartment-id`` + * Error message improvement with troubleshooting tips on RequestTimeout + and ConnectTimeout for CLI commands with JSON inputs + * Fixed incorrectly raised PermissionError when downloading content in + folders created from the console in the Object Storage service + * ``oci os object bulk-download`` + * Fixed repeated confirmation prompt for no passphrase setup + * ``oci setup config`` + * ``oci setup keys`` +- Refresh patches for new version + + oc_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Wed Nov 2 12:08:03 UTC 2022 - John Paul Adrian Glaubitz diff --git a/oci-cli.spec b/oci-cli.spec index bf11a58..2046593 100644 --- a/oci-cli.spec +++ b/oci-cli.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: oci-cli%{psuffix} -Version: 3.20.0 +Version: 3.20.1 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.87.0 +BuildRequires: python3-oci-sdk >= 2.88.0 BuildRequires: python3-pyOpenSSL >= 19.1.0 BuildRequires: python3-python-dateutil >= 2.5.3 BuildRequires: python3-pytz >= 2016.10 @@ -82,7 +82,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.87.0 +Requires: python3-oci-sdk >= 2.88.0 Requires: python3-prompt_toolkit >= 3.0.29 Requires: python3-pyOpenSSL >= 19.1.0 Requires: python3-python-dateutil >= 2.5.3