From 8f2055df8388fb30be24b743a04ae3299f3f386a16dd51eaba70c59958cbb527 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 4 Aug 2023 14:51:27 +0000 Subject: [PATCH] Accepting request 1101184 from home:glaubitz:branches:Cloud:Tools - Update to version 3.30.0 * Goldengate Service * Support for Automatic Backup Download * ``oci golden-gate deployment-backup copy --bucket-name --namespace-name`` * Budgets Service * Support for creating single use (non-recurring) budgets * ``oci budgets budget create`` * ``oci budgets budget update`` * AI Document Service * Support for composing two or more Document Service custom key value models into one single model. * ``oci ai-document model create`` * Core Service * Support for Custom hostname * ``oci compute-management instance-pool create`` * ``oci compute-management instance-pool update`` * [BREAKING] Subscriptions and AssignedSubscription resources are now polymorphic in Organizations service * ``oci organizations subscription list --entity-version`` * ``oci organizations assigned-subscription list --entity-version`` - from version 3.29.4 * Support for no-browser authentication * oci session authenticate --no-browser * Big Data service * Support for new commands * ``oci bds instance get-os-patch-details`` * ``oci bds instance install-os-patch`` * ``oci bds instance list-os-patches`` * ``oci bds instance master-nodes add`` * ``oci bds instance utility-nodes add`` OBS-URL: https://build.opensuse.org/request/show/1101184 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=94 --- oc_relax-python-depends.patch | 20 ++++++------- oci-cli-3.29.3.tar.gz | 3 -- oci-cli-3.30.0.tar.gz | 3 ++ oci-cli.changes | 53 +++++++++++++++++++++++++++++++++++ oci-cli.spec | 6 ++-- 5 files changed, 69 insertions(+), 16 deletions(-) delete mode 100644 oci-cli-3.29.3.tar.gz create mode 100644 oci-cli-3.30.0.tar.gz diff --git a/oc_relax-python-depends.patch b/oc_relax-python-depends.patch index f5803b9..8e4fe42 100644 --- a/oc_relax-python-depends.patch +++ b/oc_relax-python-depends.patch @@ -1,6 +1,6 @@ -diff -Nru oci-cli-3.29.3.orig/requirements.txt oci-cli-3.29.3/requirements.txt ---- oci-cli-3.29.3.orig/requirements.txt 2023-07-12 22:26:06.000000000 +0200 -+++ oci-cli-3.29.3/requirements.txt 2023-07-14 09:05:52.819152183 +0200 +diff -Nru oci-cli-3.30.0.orig/requirements.txt oci-cli-3.30.0/requirements.txt +--- oci-cli-3.30.0.orig/requirements.txt 2023-07-25 10:07:27.000000000 +0200 ++++ oci-cli-3.30.0/requirements.txt 2023-07-28 13:23:30.946232623 +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. @@ -18,7 +18,7 @@ diff -Nru oci-cli-3.29.3.orig/requirements.txt oci-cli-3.29.3/requirements.txt -jmespath==0.10.0 -ndg-httpsclient==0.4.2 -mock==2.0.0 --oci==2.106.0 +-oci==2.108.0 -packaging==20.2 -pluggy==0.13.0 -py==1.10.0 @@ -38,7 +38,7 @@ diff -Nru oci-cli-3.29.3.orig/requirements.txt oci-cli-3.29.3/requirements.txt +jmespath>=0.10.0 +ndg-httpsclient>=0.4.2 +mock>=2.0.0 -+oci>=2.106.0 ++oci>=2.108.0 +packaging>=20.2 +pluggy>=0.13.0 +py>=1.10.0 @@ -87,15 +87,15 @@ diff -Nru oci-cli-3.29.3.orig/requirements.txt oci-cli-3.29.3/requirements.txt -urllib3<=1.26.15 \ No newline at end of file +urllib3<=1.26.15 -diff -Nru oci-cli-3.29.3.orig/setup.py oci-cli-3.29.3/setup.py ---- oci-cli-3.29.3.orig/setup.py 2023-07-12 22:26:06.000000000 +0200 -+++ oci-cli-3.29.3/setup.py 2023-07-14 09:05:19.578980577 +0200 +diff -Nru oci-cli-3.30.0.orig/setup.py oci-cli-3.30.0/setup.py +--- oci-cli-3.30.0.orig/setup.py 2023-07-25 10:07:27.000000000 +0200 ++++ oci-cli-3.30.0/setup.py 2023-07-28 13:22:46.902894702 +0200 @@ -30,23 +30,23 @@ readme = f.read() requires = [ -- 'oci==2.106.0', -+ 'oci>=2.106.0', +- 'oci==2.108.0', ++ 'oci>=2.108.0', 'arrow>=1.0.0', 'certifi', - 'click==8.0.4', diff --git a/oci-cli-3.29.3.tar.gz b/oci-cli-3.29.3.tar.gz deleted file mode 100644 index 105ed57..0000000 --- a/oci-cli-3.29.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61a2a36ce98dad904e3516c814cbcc5a07f5c280e9952b743f7fa5755af65315 -size 4016733 diff --git a/oci-cli-3.30.0.tar.gz b/oci-cli-3.30.0.tar.gz new file mode 100644 index 0000000..aeab46a --- /dev/null +++ b/oci-cli-3.30.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f597a5e4968d311457ab82a3c7440477c6588221a27fa8639e570d665d3bec52 +size 4677243 diff --git a/oci-cli.changes b/oci-cli.changes index 028fbff..6c2441f 100644 --- a/oci-cli.changes +++ b/oci-cli.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Fri Jul 28 11:23:51 UTC 2023 - John Paul Adrian Glaubitz + +- Update to version 3.30.0 + * Goldengate Service + * Support for Automatic Backup Download + * ``oci golden-gate deployment-backup copy --bucket-name --namespace-name`` + * Budgets Service + * Support for creating single use (non-recurring) budgets + * ``oci budgets budget create`` + * ``oci budgets budget update`` + * AI Document Service + * Support for composing two or more Document Service custom + key value models into one single model. + * ``oci ai-document model create`` + * Core Service + * Support for Custom hostname + * ``oci compute-management instance-pool create`` + * ``oci compute-management instance-pool update`` + * [BREAKING] Subscriptions and AssignedSubscription resources + are now polymorphic in Organizations service + * ``oci organizations subscription list --entity-version`` + * ``oci organizations assigned-subscription list --entity-version`` +- from version 3.29.4 + * Support for no-browser authentication + * oci session authenticate --no-browser + * Big Data service + * Support for new commands + * ``oci bds instance get-os-patch-details`` + * ``oci bds instance install-os-patch`` + * ``oci bds instance list-os-patches`` + * ``oci bds instance master-nodes add`` + * ``oci bds instance utility-nodes add`` + * Support for new optional parameter + * ``oci bds instance list-patch-histories --patch-type`` + * File Storage service + * Support for new commands + * ``oci fs mount-target validate-key-tabs`` + * ``oci fs outbound-connector`` + * Support for new optional parameters for Kerberos and LDAP with NFSv3 + * ``oci fs export create --is-idmap-groups-for-sys-auth`` + * ``oci fs export update --is-idmap-groups-for-sys-auth`` + * ``oci fs mount-target create --idmap-type --kerberos --ldap-idmap`` + * ``oci fs mount-target update --idmap-type --kerberos --ldap-idmap`` + * Support for new optional parameter in the Disaster Recovery service + * ``oci disaster-recovery dr-protection-group list --role`` + * Support for test connectivity for connections associated + with deployments in the Goldengate service + * ``oci goldengate connection-assignment test`` +- Refresh patches for new version + * oc_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Fri Jul 14 07:23:13 UTC 2023 - John Paul Adrian Glaubitz diff --git a/oci-cli.spec b/oci-cli.spec index 0862952..b7c13f3 100644 --- a/oci-cli.spec +++ b/oci-cli.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: oci-cli%{psuffix} -Version: 3.29.3 +Version: 3.30.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.106.0 +BuildRequires: python3-oci-sdk >= 2.108.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.106.0 +Requires: python3-oci-sdk >= 2.108.0 Requires: python3-prompt_toolkit >= 3.0.29 Requires: python3-pyOpenSSL >= 22.1.0 Requires: python3-python-dateutil >= 2.5.3