Accepting request 1003330 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.16.0 * Monitoring service * Support for new parameters * ``oci monitoring alarm create --is-notifications-per-metric-dimension-enabled`` * ``oci monitoring alarm update --is-notifications-per-metric-dimension-enabled`` * ``oci monitoring metric-data post --content-encoding`` * Support for retrieving dimension * ``oci monitoring alarm-dimension-states-collection retrieve-dimension-states`` * Support for Preferred Credentials for performing privileged operations in the Database Management service * ``oci database-management preferred-credential`` * Data Connectivity service * Support for new commands * ``oci data-connectivity data-entity create-entity-shape-create-entity-shape-from-message`` * ``oci data-connectivity data-preview create-data-preview-derived-entity`` * ``oci data-connectivity data-profile create-data-profile-derived-entity`` * ``oci data-connectivity execute-operation-job-details create-execute-operation-job-operation-from-api`` * Support for new parameters * ``oci data-connectivity endpoint update --dns-zones`` * ``oci data-connectivity data-entity list --include-types`` * ``oci data-connectivity schema list --include-types`` * Support for new optional parameter data-entity-entity-properties in the below commands * ``oci data-connectivity data-entity create-data-preview-ds`` * ``oci data-connectivity data-entity create-data-preview-file`` * ``oci data-connectivity data-entity create-data-preview-sql`` * ``oci data-connectivity data-entity create-data-preview-table`` * ``oci data-connectivity data-entity create-data-preview-view`` * ``oci data-connectivity data-entity create-data-profile-ds`` * ``oci data-connectivity data-entity create-data-profile-file`` OBS-URL: https://build.opensuse.org/request/show/1003330 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=51
This commit is contained in:
parent
02ba54d900
commit
cd81ce9259
@ -1,6 +1,6 @@
|
|||||||
diff -Nru oci-cli-3.15.2.orig/requirements.txt oci-cli-3.15.2/requirements.txt
|
diff -Nru oci-cli-3.16.0.orig/requirements.txt oci-cli-3.16.0/requirements.txt
|
||||||
--- oci-cli-3.15.2.orig/requirements.txt 2022-08-30 11:06:01.000000000 +0200
|
--- oci-cli-3.16.0.orig/requirements.txt 2022-09-06 22:30:24.000000000 +0200
|
||||||
+++ oci-cli-3.15.2/requirements.txt 2022-09-06 10:47:54.525373470 +0200
|
+++ oci-cli-3.16.0/requirements.txt 2022-09-13 15:48:41.288746269 +0200
|
||||||
@@ -2,41 +2,41 @@
|
@@ -2,41 +2,41 @@
|
||||||
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
|
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
|
||||||
# you may need to use the --extra-index-url option instead.
|
# you may need to use the --extra-index-url option instead.
|
||||||
@ -18,7 +18,7 @@ diff -Nru oci-cli-3.15.2.orig/requirements.txt oci-cli-3.15.2/requirements.txt
|
|||||||
-jmespath==0.10.0
|
-jmespath==0.10.0
|
||||||
-ndg-httpsclient==0.4.2
|
-ndg-httpsclient==0.4.2
|
||||||
-mock==2.0.0
|
-mock==2.0.0
|
||||||
-oci==2.80.1
|
-oci==2.81.0
|
||||||
-packaging==20.2
|
-packaging==20.2
|
||||||
-pluggy==0.13.0
|
-pluggy==0.13.0
|
||||||
-py==1.10.0
|
-py==1.10.0
|
||||||
@ -37,7 +37,7 @@ diff -Nru oci-cli-3.15.2.orig/requirements.txt oci-cli-3.15.2/requirements.txt
|
|||||||
+jmespath>=0.10.0
|
+jmespath>=0.10.0
|
||||||
+ndg-httpsclient>=0.4.2
|
+ndg-httpsclient>=0.4.2
|
||||||
+mock>=2.0.0
|
+mock>=2.0.0
|
||||||
+oci>=2.80.1
|
+oci>=2.81.0
|
||||||
+packaging>=20.2
|
+packaging>=20.2
|
||||||
+pluggy>=0.13.0
|
+pluggy>=0.13.0
|
||||||
+py>=1.10.0
|
+py>=1.10.0
|
||||||
@ -75,15 +75,15 @@ diff -Nru oci-cli-3.15.2.orig/requirements.txt oci-cli-3.15.2/requirements.txt
|
|||||||
+PyYAML>=5.4
|
+PyYAML>=5.4
|
||||||
+docutils>=0.15.2
|
+docutils>=0.15.2
|
||||||
+prompt-toolkit>=3.0.29
|
+prompt-toolkit>=3.0.29
|
||||||
diff -Nru oci-cli-3.15.2.orig/setup.py oci-cli-3.15.2/setup.py
|
diff -Nru oci-cli-3.16.0.orig/setup.py oci-cli-3.16.0/setup.py
|
||||||
--- oci-cli-3.15.2.orig/setup.py 2022-08-30 11:06:01.000000000 +0200
|
--- oci-cli-3.16.0.orig/setup.py 2022-09-06 22:30:24.000000000 +0200
|
||||||
+++ oci-cli-3.15.2/setup.py 2022-09-06 10:47:01.600921535 +0200
|
+++ oci-cli-3.16.0/setup.py 2022-09-13 15:48:05.805408062 +0200
|
||||||
@@ -29,23 +29,23 @@
|
@@ -29,23 +29,23 @@
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
- 'oci==2.80.1',
|
- 'oci==2.81.0',
|
||||||
+ 'oci>=2.80.1',
|
+ 'oci>=2.81.0',
|
||||||
'arrow>=1.0.0',
|
'arrow>=1.0.0',
|
||||||
'certifi',
|
'certifi',
|
||||||
- 'click==7.1.2',
|
- 'click==7.1.2',
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ee271c5720519f4c5feedb27c29fc5ccb7b5f61f559bd6e1314a5bb9a25b1e02
|
|
||||||
size 2646661
|
|
3
oci-cli-3.16.0.tar.gz
Normal file
3
oci-cli-3.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dfbc04471b6e88b14eb7169a62240ee3984260cc3e141b325f9b24680883688e
|
||||||
|
size 2650499
|
@ -1,3 +1,62 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 13 13:49:07 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.16.0
|
||||||
|
* Monitoring service
|
||||||
|
* Support for new parameters
|
||||||
|
* ``oci monitoring alarm create --is-notifications-per-metric-dimension-enabled``
|
||||||
|
* ``oci monitoring alarm update --is-notifications-per-metric-dimension-enabled``
|
||||||
|
* ``oci monitoring metric-data post --content-encoding``
|
||||||
|
* Support for retrieving dimension
|
||||||
|
* ``oci monitoring alarm-dimension-states-collection retrieve-dimension-states``
|
||||||
|
* Support for Preferred Credentials for performing privileged operations
|
||||||
|
in the Database Management service
|
||||||
|
* ``oci database-management preferred-credential``
|
||||||
|
* Data Connectivity service
|
||||||
|
* Support for new commands
|
||||||
|
* ``oci data-connectivity data-entity create-entity-shape-create-entity-shape-from-message``
|
||||||
|
* ``oci data-connectivity data-preview create-data-preview-derived-entity``
|
||||||
|
* ``oci data-connectivity data-profile create-data-profile-derived-entity``
|
||||||
|
* ``oci data-connectivity execute-operation-job-details
|
||||||
|
create-execute-operation-job-operation-from-api``
|
||||||
|
* Support for new parameters
|
||||||
|
* ``oci data-connectivity endpoint update --dns-zones``
|
||||||
|
* ``oci data-connectivity data-entity list --include-types``
|
||||||
|
* ``oci data-connectivity schema list --include-types``
|
||||||
|
* Support for new optional parameter data-entity-entity-properties in the below commands
|
||||||
|
* ``oci data-connectivity data-entity create-data-preview-ds``
|
||||||
|
* ``oci data-connectivity data-entity create-data-preview-file``
|
||||||
|
* ``oci data-connectivity data-entity create-data-preview-sql``
|
||||||
|
* ``oci data-connectivity data-entity create-data-preview-table``
|
||||||
|
* ``oci data-connectivity data-entity create-data-preview-view``
|
||||||
|
* ``oci data-connectivity data-entity create-data-profile-ds``
|
||||||
|
* ``oci data-connectivity data-entity create-data-profile-file``
|
||||||
|
* ``oci data-connectivity data-entity create-data-profile-sql``
|
||||||
|
* ``oci data-connectivity data-entity create-data-profile-table``
|
||||||
|
* ``oci data-connectivity data-entity create-data-profile-view``
|
||||||
|
* ``oci data-connectivity data-preview create-data-preview-data-entity-from-data-store``
|
||||||
|
* ``oci data-connectivity data-preview create-data-preview-data-entity-from-file``
|
||||||
|
* ``oci data-connectivity data-preview create-data-preview-data-entity-from-sql``
|
||||||
|
* ``oci data-connectivity data-preview create-data-preview-data-entity-from-table``
|
||||||
|
* ``oci data-connectivity data-preview create-data-preview-data-entity-from-view``
|
||||||
|
* ``oci data-connectivity data-profile create-data-profile-data-entity-from-data-store``
|
||||||
|
* ``oci data-connectivity data-profile create-data-profile-data-entity-from-file``
|
||||||
|
* ``oci data-connectivity data-profile create-data-profile-data-entity-from-sql``
|
||||||
|
* ``oci data-connectivity data-profile create-data-profile-data-entity-from-table``
|
||||||
|
* ``oci data-connectivity data-profile create-data-profile-data-entity-from-view``
|
||||||
|
* ``oci data-connectivity execute-operation-job-details
|
||||||
|
create-execute-operation-job-operation-from-procedure``
|
||||||
|
* [BREAKING] Data Connectivity service
|
||||||
|
* The optional parameter resource-id renamed to registry-id for the command
|
||||||
|
* ``oci data-connectivity work-request list``
|
||||||
|
* The commands below are deleted
|
||||||
|
* ``oci data-connectivity connection-validation delete``
|
||||||
|
* ``oci data-connectivity connection-validation get``
|
||||||
|
* ``oci data-connectivity connection-validation list``
|
||||||
|
- Refresh patches for new version
|
||||||
|
+ oc_relax-python-depends.patch
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 6 08:48:14 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Sep 6 08:48:14 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: oci-cli%{psuffix}
|
Name: oci-cli%{psuffix}
|
||||||
Version: 3.15.2
|
Version: 3.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Oracle Cloud Infrastructure CLI
|
Summary: Oracle Cloud Infrastructure CLI
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -46,7 +46,7 @@ BuildRequires: python3-click >= 7.1.2
|
|||||||
BuildRequires: python3-cryptography >= 3.2.1
|
BuildRequires: python3-cryptography >= 3.2.1
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-jmespath >= 0.10.0
|
BuildRequires: python3-jmespath >= 0.10.0
|
||||||
BuildRequires: python3-oci-sdk >= 2.80.1
|
BuildRequires: python3-oci-sdk >= 2.81.0
|
||||||
BuildRequires: python3-pyOpenSSL >= 19.1.0
|
BuildRequires: python3-pyOpenSSL >= 19.1.0
|
||||||
BuildRequires: python3-python-dateutil >= 2.5.3
|
BuildRequires: python3-python-dateutil >= 2.5.3
|
||||||
BuildRequires: python3-pytz >= 2016.10
|
BuildRequires: python3-pytz >= 2016.10
|
||||||
@ -82,7 +82,7 @@ Requires: python3-certifi
|
|||||||
Requires: python3-click >= 7.1.2
|
Requires: python3-click >= 7.1.2
|
||||||
Requires: python3-cryptography >= 3.2.1
|
Requires: python3-cryptography >= 3.2.1
|
||||||
Requires: python3-jmespath >= 0.10.0
|
Requires: python3-jmespath >= 0.10.0
|
||||||
Requires: python3-oci-sdk >= 2.80.1
|
Requires: python3-oci-sdk >= 2.81.0
|
||||||
Requires: python3-prompt_toolkit >= 3.0.29
|
Requires: python3-prompt_toolkit >= 3.0.29
|
||||||
Requires: python3-pyOpenSSL >= 19.1.0
|
Requires: python3-pyOpenSSL >= 19.1.0
|
||||||
Requires: python3-python-dateutil >= 2.5.3
|
Requires: python3-python-dateutil >= 2.5.3
|
||||||
|
Loading…
Reference in New Issue
Block a user