Accepting request 1147097 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.37.9 * Support for new optional parameter isReplicateAutomaticBackups in the Database Service * ``oci db autonomous-database change-disaster-recovery-configuration --is-replicate-automatic-backups`` * ``oci db autonomous-database create-autonomous-database-create-cross-\ region-disaster-recovery-details --is-replicate-automatic-backups`` * Loganalytics service * Support for additional attributes in entity and topology * ``oci log-analytics entity create --metadata, --time-last-discovered`` * ``oci log-analytics entity list --metadata-equals`` * ``oci log-analytics entity update --metadata, --time-last-discovered`` * ``oci log-analytics entity upload-discovery-data --log-group-id`` * ``oci log-analytics entity-topology list --metadata-equals`` * Support for historic collection and log type while creating object collection rule * ``oci log-analytics object-collection-rule create --is-force-historic-collection, --log-type`` * Support for position aware parsers * ``oci log-analytics parser extract-structured-log-field-paths --is-position-aware`` * ``oci log-analytics parser extract-structured-log-header-paths --is-position-aware`` * ``oci log-analytics parser test-parser --is-position-aware`` * ``oci log-analytics parser upsert-parser --is-position-aware`` * Support for filtering detection rules based on target service * ``oci log-analytics rule list --target-service`` * Support for filtering scheduled tasks based on target service * ``oci log-analytics scheduled-task list --target-service`` * Support for filtering log sources based on their type * ``oci log-analytics source list-sources --source-type`` * Support for additional recall and release attributes * ``oci log-analytics storage recall-archived-data --is-use-recommended-data-set`` * ``oci log-analytics storage release-recalled-data --collection-id`` OBS-URL: https://build.opensuse.org/request/show/1147097 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=114
This commit is contained in:
parent
53f083e90f
commit
3b0dfe9fd2
@ -1,6 +1,6 @@
|
||||
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
|
||||
diff -Nru oci-cli-3.37.9.orig/requirements.txt oci-cli-3.37.9/requirements.txt
|
||||
--- oci-cli-3.37.9.orig/requirements.txt 2024-02-13 11:20:04.000000000 +0100
|
||||
+++ oci-cli-3.37.9/requirements.txt 2024-02-16 14:28:54.514405130 +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.8.orig/requirements.txt oci-cli-3.37.8/requirements.txt
|
||||
-jmespath==0.10.0
|
||||
-ndg-httpsclient==0.4.2
|
||||
-mock==2.0.0
|
||||
-oci==2.121.0
|
||||
-oci==2.121.1
|
||||
-packaging==20.2
|
||||
-pluggy==0.13.0
|
||||
-py==1.11.0
|
||||
@ -38,7 +38,7 @@ diff -Nru oci-cli-3.37.8.orig/requirements.txt oci-cli-3.37.8/requirements.txt
|
||||
+jmespath>=0.10.0
|
||||
+ndg-httpsclient>=0.4.2
|
||||
+mock>=2.0.0
|
||||
+oci>=2.121.0
|
||||
+oci>=2.121.1
|
||||
+packaging>=20.2
|
||||
+pluggy>=0.13.0
|
||||
+py>=1.11.0
|
||||
@ -53,7 +53,7 @@ diff -Nru oci-cli-3.37.8.orig/requirements.txt oci-cli-3.37.8/requirements.txt
|
||||
pytz>=2016.10
|
||||
-requests==2.21.0; python_version == '3.6'
|
||||
-requests==2.31.0; python_version > '3.6'
|
||||
+requests>=2.21.0; python_version >= '3.6'
|
||||
+requests>=2.21.0; python_version == '3.6'
|
||||
+requests>=2.31.0; python_version > '3.6'
|
||||
six>=1.15.0
|
||||
-sphinx==3.3.0
|
||||
@ -82,18 +82,18 @@ diff -Nru oci-cli-3.37.8.orig/requirements.txt oci-cli-3.37.8/requirements.txt
|
||||
+prompt-toolkit>=3.0.29
|
||||
setuptools>65.5.1; python_version > '3.6'
|
||||
-setuptools==59.6.0; python_version == '3.6'
|
||||
+setuptools>=59.6.0; python_version >= '3.6'
|
||||
+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.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
|
||||
diff -Nru oci-cli-3.37.9.orig/setup.py oci-cli-3.37.9/setup.py
|
||||
--- oci-cli-3.37.9.orig/setup.py 2024-02-13 11:20:04.000000000 +0100
|
||||
+++ oci-cli-3.37.9/setup.py 2024-02-16 14:26:29.467531027 +0100
|
||||
@@ -30,23 +30,23 @@
|
||||
readme = f.read()
|
||||
|
||||
requires = [
|
||||
- 'oci==2.121.0',
|
||||
+ 'oci>=2.121.0',
|
||||
- 'oci==2.121.1',
|
||||
+ 'oci>=2.121.1',
|
||||
'arrow>=1.0.0',
|
||||
'certifi',
|
||||
- 'click==8.0.4',
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8016fa7d112c7cfb6c56f6ee73c621b066c95a04424be739f968d69f051505bb
|
||||
size 5196035
|
3
oci-cli-3.37.9.tar.gz
Normal file
3
oci-cli-3.37.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15e1cb3c6829972be9a32be775a7a11213730de3d4b88e69e8863810817c2c86
|
||||
size 5198369
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 13:30:57 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 3.37.9
|
||||
* Support for new optional parameter isReplicateAutomaticBackups
|
||||
in the Database Service
|
||||
* ``oci db autonomous-database change-disaster-recovery-configuration
|
||||
--is-replicate-automatic-backups``
|
||||
* ``oci db autonomous-database create-autonomous-database-create-cross-\
|
||||
region-disaster-recovery-details --is-replicate-automatic-backups``
|
||||
* Loganalytics service
|
||||
* Support for additional attributes in entity and topology
|
||||
* ``oci log-analytics entity create --metadata, --time-last-discovered``
|
||||
* ``oci log-analytics entity list --metadata-equals``
|
||||
* ``oci log-analytics entity update --metadata, --time-last-discovered``
|
||||
* ``oci log-analytics entity upload-discovery-data --log-group-id``
|
||||
* ``oci log-analytics entity-topology list --metadata-equals``
|
||||
* Support for historic collection and log type while creating object collection rule
|
||||
* ``oci log-analytics object-collection-rule create --is-force-historic-collection, --log-type``
|
||||
* Support for position aware parsers
|
||||
* ``oci log-analytics parser extract-structured-log-field-paths --is-position-aware``
|
||||
* ``oci log-analytics parser extract-structured-log-header-paths --is-position-aware``
|
||||
* ``oci log-analytics parser test-parser --is-position-aware``
|
||||
* ``oci log-analytics parser upsert-parser --is-position-aware``
|
||||
* Support for filtering detection rules based on target service
|
||||
* ``oci log-analytics rule list --target-service``
|
||||
* Support for filtering scheduled tasks based on target service
|
||||
* ``oci log-analytics scheduled-task list --target-service``
|
||||
* Support for filtering log sources based on their type
|
||||
* ``oci log-analytics source list-sources --source-type``
|
||||
* Support for additional recall and release attributes
|
||||
* ``oci log-analytics storage recall-archived-data --is-use-recommended-data-set``
|
||||
* ``oci log-analytics storage release-recalled-data --collection-id``
|
||||
* Support for opc-meta-properties header while uploading log events
|
||||
* ``oci log-analytics upload upload-log-events-file --opc-meta-properties``
|
||||
- Refresh patches for new version
|
||||
* oc_relax-python-depends.patch
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 8 09:28:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: oci-cli%{psuffix}
|
||||
Version: 3.37.8
|
||||
Version: 3.37.9
|
||||
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.121.0
|
||||
BuildRequires: python3-oci-sdk >= 2.121.1
|
||||
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.121.0
|
||||
Requires: python3-oci-sdk >= 2.121.1
|
||||
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