Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package oci-cli for openSUSE:Factory checked in at 2023-02-24 18:07:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oci-cli (Old) and /work/SRC/openSUSE:Factory/.oci-cli.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oci-cli" Fri Feb 24 18:07:46 2023 rev:37 rq:1067419 version:3.23.1 Changes: -------- --- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes 2023-02-20 17:47:36.480026215 +0100 +++ /work/SRC/openSUSE:Factory/.oci-cli.new.31432/oci-cli.changes 2023-02-24 18:08:05.585400139 +0100 @@ -1,0 +2,38 @@ +Thu Feb 23 13:25:51 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaub...@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 + +------------------------------------------------------------------- Old: ---- oci-cli-3.23.0.tar.gz New: ---- oci-cli-3.23.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oci-cli.spec ++++++ --- /var/tmp/diff_new_pack.TJSfUT/_old 2023-02-24 18:08:06.325404550 +0100 +++ /var/tmp/diff_new_pack.TJSfUT/_new 2023-02-24 18:08:06.329404574 +0100 @@ -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-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-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 ++++++ oc_relax-python-depends.patch ++++++ --- /var/tmp/diff_new_pack.TJSfUT/_old 2023-02-24 18:08:06.353404717 +0100 +++ /var/tmp/diff_new_pack.TJSfUT/_new 2023-02-24 18:08:06.357404740 +0100 @@ -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 @@ -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 @@ +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 @@ -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', ++++++ oci-cli-3.23.0.tar.gz -> oci-cli-3.23.1.tar.gz ++++++ ++++ 3680 lines of diff (skipped)