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 2024-02-09 23:54:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oci-cli (Old) and /work/SRC/openSUSE:Factory/.oci-cli.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oci-cli" Fri Feb 9 23:54:40 2024 rev:55 rq:1145453 version:3.37.8 Changes: -------- --- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes 2024-02-01 18:06:54.042380757 +0100 +++ /work/SRC/openSUSE:Factory/.oci-cli.new.1815/oci-cli.changes 2024-02-09 23:55:07.853041430 +0100 @@ -1,0 +2,65 @@ +Thu Feb 8 09:28:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to version 3.37.8 + * Support for the Globally Distributed Database Service + * ``oci gdd`` + * Support for Data Sources, including Prometheus Emitter, + in the Management Agent Service + * ``oci management-agent agent create-prometheus-emitter`` + * Support for Bring Your Own Certificates in MySQL HeatWave Database Service + * ``oci mysql db-system clone --secure-connections`` + * ``oci mysql db-system create --secure-connections`` + * ``oci mysql db-system import --secure-connections`` + * ``oci mysql db-system update --secure-connections`` + * Support for resource locking operations in the Digital Media Services + * ``oci media-services media-asset add --type full`` + * Vault Secret Management Service + * Support for the secret rotation + * ``oci vault secret rotate`` + * Support for cancelling the ongoing rotation + * ``oci vault secret cancelrotation`` + * Vault Key Management Service + * Support for Dedicated KMS + * ``oci kms kms-hsm-cluster hsm-cluster cancel-hsm-cluster-deletion --hsm-cluster-id`` + * ``oci kms kms-hsm-cluster hsm-cluster change-compartment --compartment-id`` + * ``oci kms kms-hsm-cluster hsm-cluster create --compartment-id`` + * ``oci kms kms-hsm-cluster hsm-cluster download-certificate-signing-request --hsm-cluster-id`` + * ``oci kms kms-hsm-cluster hsm-cluster get --hsm-cluster-id`` + * ``oci kms kms-hsm-cluster hsm-cluster list --compartment-id`` + * ``oci kms kms-hsm-cluster hsm-cluster schedule-hsm-cluster-deletion + --hsm-cluster-id, --time-of-deletion`` + * ``oci kms kms-hsm-cluster hsm-cluster update --hsm-cluster-id, + --defined-tags, --display-name, --force, --freeform-tags`` + * ``oci kms kms-hsm-cluster hsm-cluster upload-partition-certificates + --hsm-cluster-id, --partition-certificate, --partition-owner-certificate`` + * ``oci kms kms-hsm-cluster hsm-partition get --hsm-cluster-id, --hsm-partition-id`` + * ``oci kms kms-hsm-cluster hsm-partition get-pre-co-user-credentials --hsm-cluster-id`` + * ``oci kms kms-hsm-cluster hsm-partition list --hsm-cluster-id, --all`` +- from version 3.37.7 + * Support for Capacity Management features in OCI Control Center service + * ``oci capacity-management occ-availability-catalog-collection list`` + * ``oci capacity-management occ-availability-catalog list`` + * ``oci capacity-management occ-capacity-request create`` + * ``oci capacity-management occ-capacity-request delete`` + * ``oci capacity-management occ-capacity-request get`` + * ``oci capacity-management occ-capacity-request update`` + * Support for Named Credential in the Database Management service + * ``oci database-management named-credential create`` + * ``oci database-management named-credential get`` + * ``oci database-management named-credential list`` + * ``oci database-management named-credential update`` + * ``oci database-management named-credential change-compartment`` + * ``oci database-management named-credential delete`` + * ``oci database-management managed-database list-users + --opc-named-credential-id --managed-database-id`` + * Data integration service + * Support for REST connectivity with oath2 + * ``oci data-integration data-asset create`` +- from version 3.37.6 + * Support for the new Generative AI Service Inference Service + * ``oci generative-ai-inference`` +- Refresh patches for new version + * oc_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + +------------------------------------------------------------------- Old: ---- oci-cli-3.37.5.tar.gz New: ---- oci-cli-3.37.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oci-cli.spec ++++++ --- /var/tmp/diff_new_pack.TIYwfV/_old 2024-02-09 23:55:08.497064637 +0100 +++ /var/tmp/diff_new_pack.TIYwfV/_new 2024-02-09 23:55:08.497064637 +0100 @@ -28,7 +28,7 @@ %bcond_with test %endif Name: oci-cli%{psuffix} -Version: 3.37.5 +Version: 3.37.8 Release: 0 Summary: Oracle Cloud Infrastructure CLI License: Apache-2.0 @@ -46,13 +46,13 @@ BuildRequires: python3-cryptography >= 3.2.1 BuildRequires: python3-devel BuildRequires: python3-jmespath >= 0.10.0 -BuildRequires: python3-oci-sdk >= 2.119.1 +BuildRequires: python3-oci-sdk >= 2.121.0 BuildRequires: python3-pyOpenSSL >= 22.1.0 BuildRequires: python3-python-dateutil >= 2.5.3 BuildRequires: python3-pytz >= 2016.10 BuildRequires: python3-setuptools BuildRequires: python3-six >= 1.15.0 -BuildRequires: python3-terminaltables >= 3.1.0 +BuildRequires: python3-terminaltables >= 3.1.10 %if %{with test} BuildRequires: python3-Jinja2 >= 2.11.3 BuildRequires: python3-Sphinx >= 1.6.4 @@ -85,13 +85,13 @@ Requires: python3-click >= 8.0.4 Requires: python3-cryptography >= 3.2.1 Requires: python3-jmespath >= 0.10.0 -Requires: python3-oci-sdk >= 2.119.1 +Requires: python3-oci-sdk >= 2.121.0 Requires: python3-prompt_toolkit >= 3.0.29 Requires: python3-pyOpenSSL >= 22.1.0 Requires: python3-python-dateutil >= 2.5.3 Requires: python3-pytz >= 2016.10 Requires: python3-six >= 1.15.0 -Requires: python3-terminaltables >= 3.1.0 +Requires: python3-terminaltables >= 3.1.10 BuildArch: noarch ++++++ oc_relax-python-depends.patch ++++++ --- /var/tmp/diff_new_pack.TIYwfV/_old 2024-02-09 23:55:08.521065502 +0100 +++ /var/tmp/diff_new_pack.TIYwfV/_new 2024-02-09 23:55:08.525065646 +0100 @@ -1,6 +1,6 @@ -diff -Nru oci-cli-3.37.5.orig/requirements.txt oci-cli-3.37.5/requirements.txt ---- oci-cli-3.37.5.orig/requirements.txt 2024-01-23 07:04:19.000000000 +0100 -+++ oci-cli-3.37.5/requirements.txt 2024-01-24 11:22:42.039021824 +0100 +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 @@ -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.119.1 +-oci==2.121.0 -packaging==20.2 -pluggy==0.13.0 -py==1.11.0 @@ -38,7 +38,7 @@ +jmespath>=0.10.0 +ndg-httpsclient>=0.4.2 +mock>=2.0.0 -+oci>=2.119.1 ++oci>=2.121.0 +packaging>=20.2 +pluggy>=0.13.0 +py>=1.11.0 @@ -58,7 +58,7 @@ six>=1.15.0 -sphinx==3.3.0 -sphinx-rtd-theme==0.4.3 --terminaltables==3.1.0 +-terminaltables==3.1.10 -tox==3.23.0 -vcrpy==1.13.0; python_version <= '3.9' -vcrpy==4.2.1; python_version >= '3.10' @@ -70,7 +70,7 @@ -prompt-toolkit==3.0.29 +sphinx>=3.3.0 +sphinx-rtd-theme>=0.4.3 -+terminaltables>=3.1.0 ++terminaltables>=3.1.10 +tox>=3.23.0 +vcrpy>=1.13.0; python_version <= '3.9' +vcrpy>=4.2.1; python_version >= '3.10' @@ -85,15 +85,15 @@ +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.5.orig/setup.py oci-cli-3.37.5/setup.py ---- oci-cli-3.37.5.orig/setup.py 2024-01-23 07:04:19.000000000 +0100 -+++ oci-cli-3.37.5/setup.py 2024-01-24 11:21:39.735561975 +0100 +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 @@ -30,23 +30,23 @@ readme = f.read() requires = [ -- 'oci==2.119.1', -+ 'oci>=2.119.1', +- 'oci==2.121.0', ++ 'oci>=2.121.0', 'arrow>=1.0.0', 'certifi', - 'click==8.0.4', @@ -106,11 +106,11 @@ + 'python-dateutil>=2.5.3', 'pytz>=2016.10', 'six>=1.15.0', -- 'terminaltables==3.1.0', +- 'terminaltables==3.1.10', - 'pyOpenSSL>=17.5.0,<24.0.0', - 'PyYAML>=5.4,<=6.0.1', - 'prompt-toolkit==3.0.29' -+ 'terminaltables>=3.1.0', ++ 'terminaltables>=3.1.10', + 'pyOpenSSL>=17.5.0', + 'PyYAML>=5.4', + 'prompt-toolkit>=3.0.29' ++++++ oci-cli-3.37.5.tar.gz -> oci-cli-3.37.8.tar.gz ++++++ ++++ 37052 lines of diff (skipped)