From 53f083e90f1fc3601b0d0f56643ad802019d38de8fcd66919c6dc48b4f9efa50 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Fri, 9 Feb 2024 14:14:32 +0000 Subject: [PATCH] Accepting request 1145107 from home:glaubitz:branches:Cloud:Tools - Update to version 3.37.8 * Support for the Globally Distributed Database Service * ``oci gdd`` * Support for Data Sources, including Prometheus Emitter, in the Management Agent Service * ``oci management-agent agent create-prometheus-emitter`` * Support for Bring Your Own Certificates in MySQL HeatWave Database Service * ``oci mysql db-system clone --secure-connections`` * ``oci mysql db-system create --secure-connections`` * ``oci mysql db-system import --secure-connections`` * ``oci mysql db-system update --secure-connections`` * Support for resource locking operations in the Digital Media Services * ``oci media-services media-asset add --type full`` * Vault Secret Management Service * Support for the secret rotation * ``oci vault secret rotate`` * Support for cancelling the ongoing rotation * ``oci vault secret cancelrotation`` * Vault Key Management Service * Support for Dedicated KMS * ``oci kms kms-hsm-cluster hsm-cluster cancel-hsm-cluster-deletion --hsm-cluster-id`` * ``oci kms kms-hsm-cluster hsm-cluster change-compartment --compartment-id`` * ``oci kms kms-hsm-cluster hsm-cluster create --compartment-id`` * ``oci kms kms-hsm-cluster hsm-cluster download-certificate-signing-request --hsm-cluster-id`` * ``oci kms kms-hsm-cluster hsm-cluster get --hsm-cluster-id`` * ``oci kms kms-hsm-cluster hsm-cluster list --compartment-id`` * ``oci kms kms-hsm-cluster hsm-cluster schedule-hsm-cluster-deletion --hsm-cluster-id, --time-of-deletion`` * ``oci kms kms-hsm-cluster hsm-cluster update --hsm-cluster-id, --defined-tags, --display-name, --force, --freeform-tags`` OBS-URL: https://build.opensuse.org/request/show/1145107 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=112 --- oc_relax-python-depends.patch | 28 +++++++-------- oci-cli-3.37.5.tar.gz | 3 -- oci-cli-3.37.8.tar.gz | 3 ++ oci-cli.changes | 65 +++++++++++++++++++++++++++++++++++ oci-cli.spec | 10 +++--- 5 files changed, 87 insertions(+), 22 deletions(-) delete mode 100644 oci-cli-3.37.5.tar.gz create mode 100644 oci-cli-3.37.8.tar.gz diff --git a/oc_relax-python-depends.patch b/oc_relax-python-depends.patch index c3f3774..1b8be90 100644 --- a/oc_relax-python-depends.patch +++ b/oc_relax-python-depends.patch @@ -1,6 +1,6 @@ -diff -Nru oci-cli-3.37.5.orig/requirements.txt oci-cli-3.37.5/requirements.txt ---- oci-cli-3.37.5.orig/requirements.txt 2024-01-23 07:04:19.000000000 +0100 -+++ oci-cli-3.37.5/requirements.txt 2024-01-24 11:22:42.039021824 +0100 +diff -Nru oci-cli-3.37.8.orig/requirements.txt oci-cli-3.37.8/requirements.txt +--- oci-cli-3.37.8.orig/requirements.txt 2024-02-06 07:35:21.000000000 +0100 ++++ oci-cli-3.37.8/requirements.txt 2024-02-08 10:28:27.347609032 +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,7 +18,7 @@ diff -Nru oci-cli-3.37.5.orig/requirements.txt oci-cli-3.37.5/requirements.txt -jmespath==0.10.0 -ndg-httpsclient==0.4.2 -mock==2.0.0 --oci==2.119.1 +-oci==2.121.0 -packaging==20.2 -pluggy==0.13.0 -py==1.11.0 @@ -38,7 +38,7 @@ diff -Nru oci-cli-3.37.5.orig/requirements.txt oci-cli-3.37.5/requirements.txt +jmespath>=0.10.0 +ndg-httpsclient>=0.4.2 +mock>=2.0.0 -+oci>=2.119.1 ++oci>=2.121.0 +packaging>=20.2 +pluggy>=0.13.0 +py>=1.11.0 @@ -58,7 +58,7 @@ diff -Nru oci-cli-3.37.5.orig/requirements.txt oci-cli-3.37.5/requirements.txt six>=1.15.0 -sphinx==3.3.0 -sphinx-rtd-theme==0.4.3 --terminaltables==3.1.0 +-terminaltables==3.1.10 -tox==3.23.0 -vcrpy==1.13.0; python_version <= '3.9' -vcrpy==4.2.1; python_version >= '3.10' @@ -70,7 +70,7 @@ diff -Nru oci-cli-3.37.5.orig/requirements.txt oci-cli-3.37.5/requirements.txt -prompt-toolkit==3.0.29 +sphinx>=3.3.0 +sphinx-rtd-theme>=0.4.3 -+terminaltables>=3.1.0 ++terminaltables>=3.1.10 +tox>=3.23.0 +vcrpy>=1.13.0; python_version <= '3.9' +vcrpy>=4.2.1; python_version >= '3.10' @@ -85,15 +85,15 @@ diff -Nru oci-cli-3.37.5.orig/requirements.txt oci-cli-3.37.5/requirements.txt +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.37.5.orig/setup.py oci-cli-3.37.5/setup.py ---- oci-cli-3.37.5.orig/setup.py 2024-01-23 07:04:19.000000000 +0100 -+++ oci-cli-3.37.5/setup.py 2024-01-24 11:21:39.735561975 +0100 +diff -Nru oci-cli-3.37.8.orig/setup.py oci-cli-3.37.8/setup.py +--- oci-cli-3.37.8.orig/setup.py 2024-02-06 07:35:21.000000000 +0100 ++++ oci-cli-3.37.8/setup.py 2024-02-08 10:27:25.770560495 +0100 @@ -30,23 +30,23 @@ readme = f.read() requires = [ -- 'oci==2.119.1', -+ 'oci>=2.119.1', +- 'oci==2.121.0', ++ 'oci>=2.121.0', 'arrow>=1.0.0', 'certifi', - 'click==8.0.4', @@ -106,11 +106,11 @@ diff -Nru oci-cli-3.37.5.orig/setup.py oci-cli-3.37.5/setup.py + 'python-dateutil>=2.5.3', 'pytz>=2016.10', 'six>=1.15.0', -- 'terminaltables==3.1.0', +- 'terminaltables==3.1.10', - 'pyOpenSSL>=17.5.0,<24.0.0', - 'PyYAML>=5.4,<=6.0.1', - 'prompt-toolkit==3.0.29' -+ 'terminaltables>=3.1.0', ++ 'terminaltables>=3.1.10', + 'pyOpenSSL>=17.5.0', + 'PyYAML>=5.4', + 'prompt-toolkit>=3.0.29' diff --git a/oci-cli-3.37.5.tar.gz b/oci-cli-3.37.5.tar.gz deleted file mode 100644 index bb3b735..0000000 --- a/oci-cli-3.37.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64aa08972189c68dddd08dccdf231de77a37b8850fd69ac34d0aedf0f7ec7e6d -size 5123131 diff --git a/oci-cli-3.37.8.tar.gz b/oci-cli-3.37.8.tar.gz new file mode 100644 index 0000000..5bb1450 --- /dev/null +++ b/oci-cli-3.37.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8016fa7d112c7cfb6c56f6ee73c621b066c95a04424be739f968d69f051505bb +size 5196035 diff --git a/oci-cli.changes b/oci-cli.changes index b7bc442..5abb801 100644 --- a/oci-cli.changes +++ b/oci-cli.changes @@ -1,3 +1,68 @@ +------------------------------------------------------------------- +Thu Feb 8 09:28:49 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 3.37.8 + * Support for the Globally Distributed Database Service + * ``oci gdd`` + * Support for Data Sources, including Prometheus Emitter, + in the Management Agent Service + * ``oci management-agent agent create-prometheus-emitter`` + * Support for Bring Your Own Certificates in MySQL HeatWave Database Service + * ``oci mysql db-system clone --secure-connections`` + * ``oci mysql db-system create --secure-connections`` + * ``oci mysql db-system import --secure-connections`` + * ``oci mysql db-system update --secure-connections`` + * Support for resource locking operations in the Digital Media Services + * ``oci media-services media-asset add --type full`` + * Vault Secret Management Service + * Support for the secret rotation + * ``oci vault secret rotate`` + * Support for cancelling the ongoing rotation + * ``oci vault secret cancelrotation`` + * Vault Key Management Service + * Support for Dedicated KMS + * ``oci kms kms-hsm-cluster hsm-cluster cancel-hsm-cluster-deletion --hsm-cluster-id`` + * ``oci kms kms-hsm-cluster hsm-cluster change-compartment --compartment-id`` + * ``oci kms kms-hsm-cluster hsm-cluster create --compartment-id`` + * ``oci kms kms-hsm-cluster hsm-cluster download-certificate-signing-request --hsm-cluster-id`` + * ``oci kms kms-hsm-cluster hsm-cluster get --hsm-cluster-id`` + * ``oci kms kms-hsm-cluster hsm-cluster list --compartment-id`` + * ``oci kms kms-hsm-cluster hsm-cluster schedule-hsm-cluster-deletion + --hsm-cluster-id, --time-of-deletion`` + * ``oci kms kms-hsm-cluster hsm-cluster update --hsm-cluster-id, + --defined-tags, --display-name, --force, --freeform-tags`` + * ``oci kms kms-hsm-cluster hsm-cluster upload-partition-certificates + --hsm-cluster-id, --partition-certificate, --partition-owner-certificate`` + * ``oci kms kms-hsm-cluster hsm-partition get --hsm-cluster-id, --hsm-partition-id`` + * ``oci kms kms-hsm-cluster hsm-partition get-pre-co-user-credentials --hsm-cluster-id`` + * ``oci kms kms-hsm-cluster hsm-partition list --hsm-cluster-id, --all`` +- from version 3.37.7 + * Support for Capacity Management features in OCI Control Center service + * ``oci capacity-management occ-availability-catalog-collection list`` + * ``oci capacity-management occ-availability-catalog list`` + * ``oci capacity-management occ-capacity-request create`` + * ``oci capacity-management occ-capacity-request delete`` + * ``oci capacity-management occ-capacity-request get`` + * ``oci capacity-management occ-capacity-request update`` + * Support for Named Credential in the Database Management service + * ``oci database-management named-credential create`` + * ``oci database-management named-credential get`` + * ``oci database-management named-credential list`` + * ``oci database-management named-credential update`` + * ``oci database-management named-credential change-compartment`` + * ``oci database-management named-credential delete`` + * ``oci database-management managed-database list-users + --opc-named-credential-id --managed-database-id`` + * Data integration service + * Support for REST connectivity with oath2 + * ``oci data-integration data-asset create`` +- from version 3.37.6 + * Support for the new Generative AI Service Inference Service + * ``oci generative-ai-inference`` +- Refresh patches for new version + * oc_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Wed Jan 24 10:35:16 UTC 2024 - John Paul Adrian Glaubitz diff --git a/oci-cli.spec b/oci-cli.spec index f9119ad..ae99729 100644 --- a/oci-cli.spec +++ b/oci-cli.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: oci-cli%{psuffix} -Version: 3.37.5 +Version: 3.37.8 Release: 0 Summary: Oracle Cloud Infrastructure CLI License: Apache-2.0 @@ -46,13 +46,13 @@ 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.119.1 +BuildRequires: python3-oci-sdk >= 2.121.0 BuildRequires: python3-pyOpenSSL >= 22.1.0 BuildRequires: python3-python-dateutil >= 2.5.3 BuildRequires: python3-pytz >= 2016.10 BuildRequires: python3-setuptools BuildRequires: python3-six >= 1.15.0 -BuildRequires: python3-terminaltables >= 3.1.0 +BuildRequires: python3-terminaltables >= 3.1.10 %if %{with test} BuildRequires: python3-Jinja2 >= 2.11.3 BuildRequires: python3-Sphinx >= 1.6.4 @@ -85,13 +85,13 @@ 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.119.1 +Requires: python3-oci-sdk >= 2.121.0 Requires: python3-prompt_toolkit >= 3.0.29 Requires: python3-pyOpenSSL >= 22.1.0 Requires: python3-python-dateutil >= 2.5.3 Requires: python3-pytz >= 2016.10 Requires: python3-six >= 1.15.0 -Requires: python3-terminaltables >= 3.1.0 +Requires: python3-terminaltables >= 3.1.10 BuildArch: noarch