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-06-11 19:54:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oci-cli (Old) and /work/SRC/openSUSE:Factory/.oci-cli.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oci-cli" Sun Jun 11 19:54:18 2023 rev:42 rq:1091450 version:3.28.2 Changes: -------- --- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes 2023-06-05 18:08:24.599772272 +0200 +++ /work/SRC/openSUSE:Factory/.oci-cli.new.15902/oci-cli.changes 2023-06-11 19:57:11.535851516 +0200 @@ -1,0 +2,41 @@ +Tue Jun 6 10:18:59 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to version 3.28.2 + * Support for adding and removing Kafka in the Big Data service + * ``oci bds kafka add`` + * ``oci bds kafka remove`` + * Support for obtaining compute capacity report in Core services + * ``oci compute compute-capacity-report`` + * Support for enabling and disabling MySQL HeatWave Lakehouse in the Mysql Database service + * ``oci mysql db-system heatwave-cluster add --is-lakehouse-enabled`` + * ``oci mysql db-system heatwave-cluster update --is-lakehouse-enabled`` + * Support for adding, creating, and removing migration with csvText in the Database Migration service + * ``oci database-migration migration add --csv-text`` + * ``oci database-migration migration create --csv-text`` + * ``oci database-migration migration remove --csv-text`` +- from version 3.28.1 + * File Storage service + * Support for new policy-based snapshots commands + * ``oci fs filesystem-snapshot-policy`` + * Support for optional parameters to file-system and snapshot + * ``oci fs file-system create --filesystem-snapshot-policy-id`` + * ``oci fs file-system list --filesystem-snapshot-policy-id`` + * ``oci fs file-system update --filesystem-snapshot-policy-id`` + * ``oci fs snapshot create --expiration-time`` + * ``oci fs snapshot update --expiration-time`` + * ``oci fs snapshot list --compartment-id --filesystem-snapshot-policy-id`` + * Support for creating and updating a VM Cluster network with DR network support in the Database service + * ``oci db exadata-infrastructure-network create --dr-scan-details`` + * ``oci db exadata-infrastructure-network update --dr-scan-details`` + * Support for optional parameter to indicate a dashboard is shared in the Management Dashboard services + * ``oci management-dashboard dashboard create --features-config`` + * ``oci management-dashboard dashboard update --features-config`` + * ``oci management-dashboard saved-search create --features-config`` + * ``oci management-dashboard saved-search update --features-config`` + * Required parameter --file-system-id is now optional for below command in the File Storage service + * ``oci fs snapshot list --file-system-id`` +- Refresh patches for new version + * oc_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + +------------------------------------------------------------------- Old: ---- oci-cli-3.28.0.tar.gz New: ---- oci-cli-3.28.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oci-cli.spec ++++++ --- /var/tmp/diff_new_pack.YYCsOr/_old 2023-06-11 19:57:12.067854724 +0200 +++ /var/tmp/diff_new_pack.YYCsOr/_new 2023-06-11 19:57:12.071854749 +0200 @@ -28,7 +28,7 @@ %bcond_with test %endif Name: oci-cli%{psuffix} -Version: 3.28.0 +Version: 3.28.2 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.103.0 +BuildRequires: python3-oci-sdk >= 2.104.0 BuildRequires: python3-pyOpenSSL >= 22.1.0 BuildRequires: python3-python-dateutil >= 2.5.3 BuildRequires: python3-pytz >= 2016.10 @@ -85,7 +85,7 @@ Requires: python3-click >= 8.0.4 Requires: python3-cryptography >= 3.2.1 Requires: python3-jmespath >= 0.10.0 -Requires: python3-oci-sdk >= 2.103.0 +Requires: python3-oci-sdk >= 2.104.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.YYCsOr/_old 2023-06-11 19:57:12.099854918 +0200 +++ /var/tmp/diff_new_pack.YYCsOr/_new 2023-06-11 19:57:12.103854941 +0200 @@ -1,6 +1,6 @@ -diff -Nru oci-cli-3.28.0.orig/requirements.txt oci-cli-3.28.0/requirements.txt ---- oci-cli-3.28.0.orig/requirements.txt 2023-05-23 08:35:52.000000000 +0200 -+++ oci-cli-3.28.0/requirements.txt 2023-05-25 10:20:04.595938518 +0200 +diff -Nru oci-cli-3.28.2.orig/requirements.txt oci-cli-3.28.2/requirements.txt +--- oci-cli-3.28.2.orig/requirements.txt 2023-06-06 09:14:58.000000000 +0200 ++++ oci-cli-3.28.2/requirements.txt 2023-06-06 12:18:34.654505601 +0200 @@ -2,44 +2,44 @@ # (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.103.0 +-oci==2.104.1 -packaging==20.2 -pluggy==0.13.0 -py==1.10.0 @@ -38,7 +38,7 @@ +jmespath>=0.10.0 +ndg-httpsclient>=0.4.2 +mock>=2.0.0 -+oci>=2.103.0 ++oci>=2.104.1 +packaging>=20.2 +pluggy>=0.13.0 +py>=1.10.0 @@ -82,15 +82,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.28.0.orig/setup.py oci-cli-3.28.0/setup.py ---- oci-cli-3.28.0.orig/setup.py 2023-05-23 08:35:52.000000000 +0200 -+++ oci-cli-3.28.0/setup.py 2023-05-25 10:19:09.598492793 +0200 +diff -Nru oci-cli-3.28.2.orig/setup.py oci-cli-3.28.2/setup.py +--- oci-cli-3.28.2.orig/setup.py 2023-06-06 09:14:58.000000000 +0200 ++++ oci-cli-3.28.2/setup.py 2023-06-06 12:17:39.837955922 +0200 @@ -29,23 +29,23 @@ readme = f.read() requires = [ -- 'oci==2.103.0', -+ 'oci>=2.103.0', +- 'oci==2.104.1', ++ 'oci>=2.104.1', 'arrow>=1.0.0', 'certifi', - 'click==8.0.4', ++++++ oci-cli-3.28.0.tar.gz -> oci-cli-3.28.2.tar.gz ++++++ ++++ 1854 lines of diff (skipped)