Accepting request 1067402 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.23.1 * Database Management service * Support for external Oracle database systems * ``oci database-management external-db-system-discovery`` * ``oci database-management external-db-system`` * ``oci database-management external-cluster`` * ``oci database-management external-cluster-instance`` * ``oci database-management external-asm`` * ``oci database-management external-asm-instance`` * ``oci database-management external-listener`` * ``oci database-management external-db-node`` * ``oci database-management external-db-home`` * ``oci database-management external-db-system-connector`` * ``oci database-management external-database-collection`` * Support for summarize managed database availability metrics * ``oci database-management managed-database summarize-managed-database-availability-metrics`` * Anomaly Detection service * Support for detect-anomaly-job and detect-anomaly-job-collection * ``oci ai-anomaly-detection detect-anomaly-job create`` * ``oci ai-anomaly-detection detect-anomaly-job delete`` * ``oci ai-anomaly-detection detect-anomaly-job get`` * ``oci ai-anomaly-detection detect-anomaly-job update`` * ``oci ai-anomaly-detection detect-anomaly-job change-compartment`` * ``oci ai-anomaly-detection detect-anomaly-job create-detect-anomaly-job-embedded-input-details`` * ``oci ai-anomaly-detection detect-anomaly-job create-detect-anomaly-job-inline-input-details`` * ``oci ai-anomaly-detection detect-anomaly-job create-detect-anomaly-job-object-list-input-details`` * ``oci ai-anomaly-detection detect-anomaly-job-collection list-detect-anomaly-jobs`` * Supprt for the new optional parameter --sensitivity in the below commands * ``oci anomaly-detection model detect-anomalies`` * ``oci anomaly-detection model detect-anomalies-embedded`` OBS-URL: https://build.opensuse.org/request/show/1067402 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=75
This commit is contained in:
parent
fd8af75a5d
commit
03dc9e1880
@ -1,6 +1,6 @@
|
||||
diff -Nru oci-cli-3.23.0.orig/requirements.txt oci-cli-3.23.0/requirements.txt
|
||||
--- oci-cli-3.23.0.orig/requirements.txt 2023-02-13 11:05:28.000000000 +0100
|
||||
+++ oci-cli-3.23.0/requirements.txt 2023-02-17 10:56:40.285098388 +0100
|
||||
diff -Nru oci-cli-3.23.1.orig/requirements.txt oci-cli-3.23.1/requirements.txt
|
||||
--- oci-cli-3.23.1.orig/requirements.txt 2023-02-21 23:16:45.000000000 +0100
|
||||
+++ oci-cli-3.23.1/requirements.txt 2023-02-23 14:24:57.884277003 +0100
|
||||
@@ -2,42 +2,42 @@
|
||||
# (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.23.0.orig/requirements.txt oci-cli-3.23.0/requirements.txt
|
||||
-jmespath==0.10.0
|
||||
-ndg-httpsclient==0.4.2
|
||||
-mock==2.0.0
|
||||
-oci==2.92.0
|
||||
-oci==2.93.0
|
||||
-packaging==20.2
|
||||
-pluggy==0.13.0
|
||||
-py==1.10.0
|
||||
@ -37,7 +37,7 @@ diff -Nru oci-cli-3.23.0.orig/requirements.txt oci-cli-3.23.0/requirements.txt
|
||||
+jmespath>=0.10.0
|
||||
+ndg-httpsclient>=0.4.2
|
||||
+mock>=2.0.0
|
||||
+oci>=2.92.0
|
||||
+oci>=2.93.0
|
||||
+packaging>=20.2
|
||||
+pluggy>=0.13.0
|
||||
+py>=1.10.0
|
||||
@ -78,15 +78,15 @@ diff -Nru oci-cli-3.23.0.orig/requirements.txt oci-cli-3.23.0/requirements.txt
|
||||
-setuptools==59.6.0; python_version == '3.6'
|
||||
\ No newline at end of file
|
||||
+setuptools>=59.6.0; python_version >= '3.6'
|
||||
diff -Nru oci-cli-3.23.0.orig/setup.py oci-cli-3.23.0/setup.py
|
||||
--- oci-cli-3.23.0.orig/setup.py 2023-02-13 11:05:28.000000000 +0100
|
||||
+++ oci-cli-3.23.0/setup.py 2023-02-17 10:55:34.800367147 +0100
|
||||
diff -Nru oci-cli-3.23.1.orig/setup.py oci-cli-3.23.1/setup.py
|
||||
--- oci-cli-3.23.1.orig/setup.py 2023-02-21 23:16:45.000000000 +0100
|
||||
+++ oci-cli-3.23.1/setup.py 2023-02-23 14:25:34.776702721 +0100
|
||||
@@ -29,23 +29,23 @@
|
||||
readme = f.read()
|
||||
|
||||
requires = [
|
||||
- 'oci==2.92.0',
|
||||
+ 'oci>=2.92.0',
|
||||
- 'oci==2.93.0',
|
||||
+ 'oci>=2.93.0',
|
||||
'arrow>=1.0.0',
|
||||
'certifi',
|
||||
- 'click==7.1.2',
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4786d4b0df43a22ff5224664477d2a3c4e8e04bc3815f48ff976cc8eb943794b
|
||||
size 3561898
|
3
oci-cli-3.23.1.tar.gz
Normal file
3
oci-cli-3.23.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e3515ef5629a10e676819273456b2f1d9f18d0dceef55c02300f142dfedfb36
|
||||
size 3574474
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 13:25:51 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 3.23.1
|
||||
* Database Management service
|
||||
* Support for external Oracle database systems
|
||||
* ``oci database-management external-db-system-discovery``
|
||||
* ``oci database-management external-db-system``
|
||||
* ``oci database-management external-cluster``
|
||||
* ``oci database-management external-cluster-instance``
|
||||
* ``oci database-management external-asm``
|
||||
* ``oci database-management external-asm-instance``
|
||||
* ``oci database-management external-listener``
|
||||
* ``oci database-management external-db-node``
|
||||
* ``oci database-management external-db-home``
|
||||
* ``oci database-management external-db-system-connector``
|
||||
* ``oci database-management external-database-collection``
|
||||
* Support for summarize managed database availability metrics
|
||||
* ``oci database-management managed-database summarize-managed-database-availability-metrics``
|
||||
* Anomaly Detection service
|
||||
* Support for detect-anomaly-job and detect-anomaly-job-collection
|
||||
* ``oci ai-anomaly-detection detect-anomaly-job create``
|
||||
* ``oci ai-anomaly-detection detect-anomaly-job delete``
|
||||
* ``oci ai-anomaly-detection detect-anomaly-job get``
|
||||
* ``oci ai-anomaly-detection detect-anomaly-job update``
|
||||
* ``oci ai-anomaly-detection detect-anomaly-job change-compartment``
|
||||
* ``oci ai-anomaly-detection detect-anomaly-job create-detect-anomaly-job-embedded-input-details``
|
||||
* ``oci ai-anomaly-detection detect-anomaly-job create-detect-anomaly-job-inline-input-details``
|
||||
* ``oci ai-anomaly-detection detect-anomaly-job create-detect-anomaly-job-object-list-input-details``
|
||||
* ``oci ai-anomaly-detection detect-anomaly-job-collection list-detect-anomaly-jobs``
|
||||
* Supprt for the new optional parameter --sensitivity in the below commands
|
||||
* ``oci anomaly-detection model detect-anomalies``
|
||||
* ``oci anomaly-detection model detect-anomalies-embedded``
|
||||
* ``oci anomaly-detection model detect-anomalies-inline``
|
||||
- Refresh patches for new version
|
||||
* oc_relax-python-depends.patch
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 17 10:00:18 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: oci-cli%{psuffix}
|
||||
Version: 3.23.0
|
||||
Version: 3.23.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.92.0
|
||||
BuildRequires: python3-oci-sdk >= 2.93.0
|
||||
BuildRequires: python3-pyOpenSSL >= 22.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.92.0
|
||||
Requires: python3-oci-sdk >= 2.93.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