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
This commit is contained in:
parent
193ab773c0
commit
8f2055df83
@ -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',
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61a2a36ce98dad904e3516c814cbcc5a07f5c280e9952b743f7fa5755af65315
|
||||
size 4016733
|
3
oci-cli-3.30.0.tar.gz
Normal file
3
oci-cli-3.30.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f597a5e4968d311457ab82a3c7440477c6588221a27fa8639e570d665d3bec52
|
||||
size 4677243
|
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 28 11:23:51 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user