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-08-09 17:26:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oci-cli (Old) and /work/SRC/openSUSE:Factory/.oci-cli.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oci-cli" Wed Aug 9 17:26:29 2023 rev:46 rq:1102403 version:3.30.0 Changes: -------- --- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes 2023-07-17 19:24:10.990049110 +0200 +++ /work/SRC/openSUSE:Factory/.oci-cli.new.11712/oci-cli.changes 2023-08-09 17:26:42.321922702 +0200 @@ -1,0 +2,53 @@ +Fri Jul 28 11:23:51 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to version 3.30.0 + * Goldengate Service + * Support for Automatic Backup Download + * ``oci golden-gate deployment-backup copy --bucket-name --namespace-name`` + * Budgets Service + * Support for creating single use (non-recurring) budgets + * ``oci budgets budget create`` + * ``oci budgets budget update`` + * AI Document Service + * Support for composing two or more Document Service custom + key value models into one single model. + * ``oci ai-document model create`` + * Core Service + * Support for Custom hostname + * ``oci compute-management instance-pool create`` + * ``oci compute-management instance-pool update`` + * [BREAKING] Subscriptions and AssignedSubscription resources + are now polymorphic in Organizations service + * ``oci organizations subscription list --entity-version`` + * ``oci organizations assigned-subscription list --entity-version`` +- from version 3.29.4 + * Support for no-browser authentication + * oci session authenticate --no-browser + * Big Data service + * Support for new commands + * ``oci bds instance get-os-patch-details`` + * ``oci bds instance install-os-patch`` + * ``oci bds instance list-os-patches`` + * ``oci bds instance master-nodes add`` + * ``oci bds instance utility-nodes add`` + * Support for new optional parameter + * ``oci bds instance list-patch-histories --patch-type`` + * File Storage service + * Support for new commands + * ``oci fs mount-target validate-key-tabs`` + * ``oci fs outbound-connector`` + * Support for new optional parameters for Kerberos and LDAP with NFSv3 + * ``oci fs export create --is-idmap-groups-for-sys-auth`` + * ``oci fs export update --is-idmap-groups-for-sys-auth`` + * ``oci fs mount-target create --idmap-type --kerberos --ldap-idmap`` + * ``oci fs mount-target update --idmap-type --kerberos --ldap-idmap`` + * Support for new optional parameter in the Disaster Recovery service + * ``oci disaster-recovery dr-protection-group list --role`` + * Support for test connectivity for connections associated + with deployments in the Goldengate service + * ``oci goldengate connection-assignment test`` +- Refresh patches for new version + * oc_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + +------------------------------------------------------------------- Old: ---- oci-cli-3.29.3.tar.gz New: ---- oci-cli-3.30.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oci-cli.spec ++++++ --- /var/tmp/diff_new_pack.2vfGj4/_old 2023-08-09 17:26:43.081927433 +0200 +++ /var/tmp/diff_new_pack.2vfGj4/_new 2023-08-09 17:26:43.085927459 +0200 @@ -28,7 +28,7 @@ %bcond_with test %endif Name: oci-cli%{psuffix} -Version: 3.29.3 +Version: 3.30.0 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.106.0 +BuildRequires: python3-oci-sdk >= 2.108.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.106.0 +Requires: python3-oci-sdk >= 2.108.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.2vfGj4/_old 2023-08-09 17:26:43.109927608 +0200 +++ /var/tmp/diff_new_pack.2vfGj4/_new 2023-08-09 17:26:43.109927608 +0200 @@ -1,6 +1,6 @@ -diff -Nru oci-cli-3.29.3.orig/requirements.txt oci-cli-3.29.3/requirements.txt ---- oci-cli-3.29.3.orig/requirements.txt 2023-07-12 22:26:06.000000000 +0200 -+++ oci-cli-3.29.3/requirements.txt 2023-07-14 09:05:52.819152183 +0200 +diff -Nru oci-cli-3.30.0.orig/requirements.txt oci-cli-3.30.0/requirements.txt +--- oci-cli-3.30.0.orig/requirements.txt 2023-07-25 10:07:27.000000000 +0200 ++++ oci-cli-3.30.0/requirements.txt 2023-07-28 13:23:30.946232623 +0200 @@ -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 @@ -jmespath==0.10.0 -ndg-httpsclient==0.4.2 -mock==2.0.0 --oci==2.106.0 +-oci==2.108.0 -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.106.0 ++oci>=2.108.0 +packaging>=20.2 +pluggy>=0.13.0 +py>=1.10.0 @@ -87,15 +87,15 @@ -urllib3<=1.26.15 \ No newline at end of file +urllib3<=1.26.15 -diff -Nru oci-cli-3.29.3.orig/setup.py oci-cli-3.29.3/setup.py ---- oci-cli-3.29.3.orig/setup.py 2023-07-12 22:26:06.000000000 +0200 -+++ oci-cli-3.29.3/setup.py 2023-07-14 09:05:19.578980577 +0200 +diff -Nru oci-cli-3.30.0.orig/setup.py oci-cli-3.30.0/setup.py +--- oci-cli-3.30.0.orig/setup.py 2023-07-25 10:07:27.000000000 +0200 ++++ oci-cli-3.30.0/setup.py 2023-07-28 13:22:46.902894702 +0200 @@ -30,23 +30,23 @@ readme = f.read() requires = [ -- 'oci==2.106.0', -+ 'oci>=2.106.0', +- 'oci==2.108.0', ++ 'oci>=2.108.0', 'arrow>=1.0.0', 'certifi', - 'click==8.0.4', ++++++ oci-cli-3.29.3.tar.gz -> oci-cli-3.30.0.tar.gz ++++++ ++++ 4661 lines of diff (skipped)