From 3b0dfe9fd2fa8944b173ef9349a06b10b96771793b94400c2062f92ebe22e36d Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 19 Feb 2024 14:06:51 +0000 Subject: [PATCH] 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 --- oc_relax-python-depends.patch | 24 ++++++++++----------- oci-cli-3.37.8.tar.gz | 3 --- oci-cli-3.37.9.tar.gz | 3 +++ oci-cli.changes | 39 +++++++++++++++++++++++++++++++++++ oci-cli.spec | 6 +++--- 5 files changed, 57 insertions(+), 18 deletions(-) delete mode 100644 oci-cli-3.37.8.tar.gz create mode 100644 oci-cli-3.37.9.tar.gz diff --git a/oc_relax-python-depends.patch b/oc_relax-python-depends.patch index 1b8be90..a0bc0b9 100644 --- a/oc_relax-python-depends.patch +++ b/oc_relax-python-depends.patch @@ -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', diff --git a/oci-cli-3.37.8.tar.gz b/oci-cli-3.37.8.tar.gz deleted file mode 100644 index 5bb1450..0000000 --- a/oci-cli-3.37.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8016fa7d112c7cfb6c56f6ee73c621b066c95a04424be739f968d69f051505bb -size 5196035 diff --git a/oci-cli-3.37.9.tar.gz b/oci-cli-3.37.9.tar.gz new file mode 100644 index 0000000..ea1b1f0 --- /dev/null +++ b/oci-cli-3.37.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e1cb3c6829972be9a32be775a7a11213730de3d4b88e69e8863810817c2c86 +size 5198369 diff --git a/oci-cli.changes b/oci-cli.changes index 5abb801..7da5704 100644 --- a/oci-cli.changes +++ b/oci-cli.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Feb 16 13:30:57 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/oci-cli.spec b/oci-cli.spec index ae99729..d3602a9 100644 --- a/oci-cli.spec +++ b/oci-cli.spec @@ -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