commit oci-cli for openSUSE:Factory

2024-07-28 Thread Source-Sync
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-07-28 17:19:20

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1882 (New)


Package is "oci-cli"

Sun Jul 28 17:19:20 2024 rev:68 rq:1189831 version:3.44.3

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-07-22 
17:15:34.171433583 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1882/oci-cli.changes
2024-07-28 17:19:52.156814179 +0200
@@ -1,0 +2,9 @@
+Thu Jul 25 10:16:22 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to version 3.44.3
+  * Support for calling Oracle Cloud Infrastructure services in the 
me-abudhabi-2 region
+- Refresh patches for new version
+  * oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.44.2.tar.gz

New:

  _scmsync.obsinfo
  build.specials.obscpio
  oci-cli-3.44.3.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.fkmmHN/_old  2024-07-28 17:19:52.728837044 +0200
+++ /var/tmp/diff_new_pack.fkmmHN/_new  2024-07-28 17:19:52.728837044 +0200
@@ -36,7 +36,7 @@
 %global _sitelibdir %{%{pythons}_sitelib}
 
 Name:   oci-cli%{psuffix}
-Version:3.44.2
+Version:3.44.3
 Release:0
 Summary:Oracle Cloud Infrastructure CLI
 License:Apache-2.0
@@ -52,7 +52,7 @@
 BuildRequires:  %{pythons}-cryptography >= 3.2.1
 BuildRequires:  %{pythons}-devel
 BuildRequires:  %{pythons}-jmespath >= 0.10.0
-BuildRequires:  %{pythons}-oci-sdk >= 2.129.2
+BuildRequires:  %{pythons}-oci-sdk >= 2.129.3
 BuildRequires:  %{pythons}-pip
 BuildRequires:  %{pythons}-pyOpenSSL >= 22.1.0
 BuildRequires:  %{pythons}-python-dateutil >= 2.5.3
@@ -95,7 +95,7 @@
 Requires:   %{pythons}-click >= 8.0.4
 Requires:   %{pythons}-cryptography >= 3.2.1
 Requires:   %{pythons}-jmespath >= 0.10.0
-Requires:   %{pythons}-oci-sdk >= 2.129.2
+Requires:   %{pythons}-oci-sdk >= 2.129.3
 Requires:   %{pythons}-prompt_toolkit >= 3.0.38
 Requires:   %{pythons}-pyOpenSSL >= 22.1.0
 Requires:   %{pythons}-python-dateutil >= 2.5.3

++ _scmsync.obsinfo ++
mtime: 1721902719
commit: e505499637952d4c369f090c14df58d0ea53681ee7524aeb2d3375abc410c3a7
url: https://src.opensuse.org/glaubitz/oci-cli.git
revision: e505499637952d4c369f090c14df58d0ea53681ee7524aeb2d3375abc410c3a7

++ oc_relax-python-depends.patch ++
--- /var/tmp/diff_new_pack.fkmmHN/_old  2024-07-28 17:19:52.784839282 +0200
+++ /var/tmp/diff_new_pack.fkmmHN/_new  2024-07-28 17:19:52.788839441 +0200
@@ -1,7 +1,7 @@
-diff -Nru oci-cli-3.44.2.orig/requirements.txt oci-cli-3.44.2/requirements.txt
 oci-cli-3.44.2.orig/requirements.txt   2024-07-09 10:10:47.0 
+0200
-+++ oci-cli-3.44.2/requirements.txt2024-07-17 15:27:22.316700780 +0200
-@@ -2,48 +2,48 @@
+diff -Nru oci-cli-3.44.3.orig/requirements.txt oci-cli-3.44.3/requirements.txt
+--- oci-cli-3.44.3.orig/requirements.txt   2024-07-16 09:07:19.0 
+0200
 oci-cli-3.44.3/requirements.txt2024-07-25 12:16:02.559485192 +0200
+@@ -2,45 +2,45 @@
  # 
(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.129.2
+-oci==2.129.3
 -packaging==20.2
 -pluggy==0.13.0
 -py==1.11.0
@@ -26,10 +26,6 @@
 -pyOpenSSL>=17.5.0,<25.0.0
 -pycparser==2.20
 -pyparsing==2.2.0
--pytest==4.6.10; python_version <= '3.9'
--pytest==7.1.2; python_version >= '3.10'
--pytest-cov==2.5.1
--python-dateutil>=2.5.3,<3.0.0
 +click>=8.0.4
 +coverage>=4.5.2
 +cryptography>=3.2.1
@@ -38,7 +34,7 @@
 +jmespath>=0.10.0
 +ndg-httpsclient>=0.4.2
 +mock>=2.0.0
-+oci>=2.129.2
++oci>=2.129.3
 +packaging>=20.2
 +pluggy>=0.13.0
 +py>=1.11.0
@@ -46,64 +42,59 @@
 +pyOpenSSL>=17.5.0
 +pycparser>=2.20
 +pyparsing>=2.2.0
-+pytest>=4.6.10; python_version <= '3.9'
+ pytest==4.6.10; python_version <= '3.9'
+-pytest==7.1.2; python_version >= '3.10'
+-pytest-cov==2.5.1
+-python-dateutil>=2.5.3,<3.0.0
 +pytest>=7.1.2; python_version >= '3.10'
 +pytest-cov>=2.5.1
 +python-dateutil>=2.5.3
  pytz>=2016.10
--requests==2.21.0; python_version == '3.6'
+ 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.31.0; python_version > '3.6'
  six>=1.15.0
 -sphinx==3.3.0
 -sphinx-rtd-theme==0.4.3
 -terminaltables==3.1.10
 -tox==3.23.0
--vcrpy==1.13.0; python_version <= '3.9'
++sphinx>=3.3.0

commit oci-cli for openSUSE:Factory

2024-07-22 Thread Source-Sync
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-07-22 17:15:20

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.17339 (New)


Package is "oci-cli"

Mon Jul 22 17:15:20 2024 rev:67 rq:1188556 version:3.44.2

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-07-09 
20:06:27.174081616 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.17339/oci-cli.changes   
2024-07-22 17:15:34.171433583 +0200
@@ -1,0 +2,13 @@
+Wed Jul 17 13:27:41 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to version 3.44.2
+  * Database Service
+* Support for create new DB with OKV
+  * ``oci db database create --key-store-id``
+* Support for confirm key store details are correct
+  * ``oci db key-store confirm-key-store-details-are-correct 
--key-store-id``
+- Refresh patches for new version
+  * oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.44.1.tar.gz

New:

  oci-cli-3.44.2.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.599pIf/_old  2024-07-22 17:15:36.019507897 +0200
+++ /var/tmp/diff_new_pack.599pIf/_new  2024-07-22 17:15:36.023508058 +0200
@@ -36,7 +36,7 @@
 %global _sitelibdir %{%{pythons}_sitelib}
 
 Name:   oci-cli%{psuffix}
-Version:3.44.1
+Version:3.44.2
 Release:0
 Summary:Oracle Cloud Infrastructure CLI
 License:Apache-2.0
@@ -52,7 +52,7 @@
 BuildRequires:  %{pythons}-cryptography >= 3.2.1
 BuildRequires:  %{pythons}-devel
 BuildRequires:  %{pythons}-jmespath >= 0.10.0
-BuildRequires:  %{pythons}-oci-sdk >= 2.129.1
+BuildRequires:  %{pythons}-oci-sdk >= 2.129.2
 BuildRequires:  %{pythons}-pip
 BuildRequires:  %{pythons}-pyOpenSSL >= 22.1.0
 BuildRequires:  %{pythons}-python-dateutil >= 2.5.3
@@ -95,7 +95,7 @@
 Requires:   %{pythons}-click >= 8.0.4
 Requires:   %{pythons}-cryptography >= 3.2.1
 Requires:   %{pythons}-jmespath >= 0.10.0
-Requires:   %{pythons}-oci-sdk >= 2.129.1
+Requires:   %{pythons}-oci-sdk >= 2.129.2
 Requires:   %{pythons}-prompt_toolkit >= 3.0.38
 Requires:   %{pythons}-pyOpenSSL >= 22.1.0
 Requires:   %{pythons}-python-dateutil >= 2.5.3

++ oc_relax-python-depends.patch ++
--- /var/tmp/diff_new_pack.599pIf/_old  2024-07-22 17:15:36.047509023 +0200
+++ /var/tmp/diff_new_pack.599pIf/_new  2024-07-22 17:15:36.051509184 +0200
@@ -1,6 +1,6 @@
-diff -Nru oci-cli-3.44.1.orig/requirements.txt oci-cli-3.44.1/requirements.txt
 oci-cli-3.44.1.orig/requirements.txt   2024-07-02 15:35:28.0 
+0200
-+++ oci-cli-3.44.1/requirements.txt2024-07-09 08:39:24.754099775 +0200
+diff -Nru oci-cli-3.44.2.orig/requirements.txt oci-cli-3.44.2/requirements.txt
+--- oci-cli-3.44.2.orig/requirements.txt   2024-07-09 10:10:47.0 
+0200
 oci-cli-3.44.2/requirements.txt2024-07-17 15:27:22.316700780 +0200
 @@ -2,48 +2,48 @@
  # 
(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.129.1
+-oci==2.129.2
 -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.129.1
++oci>=2.129.2
 +packaging>=20.2
 +pluggy>=0.13.0
 +py>=1.11.0
@@ -86,15 +86,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.44.1.orig/setup.py oci-cli-3.44.1/setup.py
 oci-cli-3.44.1.orig/setup.py   2024-07-02 15:35:28.0 +0200
-+++ oci-cli-3.44.1/setup.py2024-07-09 08:37:55.513854169 +0200
-@@ -30,20 +30,20 @@
+diff -Nru oci-cli-3.44.2.orig/setup.py oci-cli-3.44.2/setup.py
+--- oci-cli-3.44.2.orig/setup.py   2024-07-09 10:10:47.0 +0200
 oci-cli-3.44.2/setup.py2024-07-17 15:24:28.993043047 +0200
+@@ -30,18 +30,18 @@
  readme = f.read()
  
  requires = [
--'oci==2.129.1',
-+'oci>=2.129.1',
+-'oci==2.129.2',
++'oci>=2.129.2',
  'arrow>=1.0.0',
  'certifi',
 -'click==8.0.4',
@@ -114,9 +114,6 @@
 +'pyOpenSSL>=17.5.0',
 +'PyYAML>=5.4',
  'prompt-toolkit>=3.0.38,<=3.0.43; python_version > "3.6"',
--'prompt-toolkit==3.0.29; python_version == "3.6"'
-+'prompt-toolkit>=3.0.29; python_version == "3.6"'
+ 'prompt-toolkit==3.0.29; python_version == "3.6"'
  ]
- 
- extras = {
 

++ oci-cli-3.44.1.tar.gz 

commit oci-cli for openSUSE:Factory

2024-07-02 Thread Source-Sync
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-07-02 18:17:27

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.18349 (New)


Package is "oci-cli"

Tue Jul  2 18:17:27 2024 rev:65 rq:1184328 version:3.43.2

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-06-18 
22:53:07.101162095 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.18349/oci-cli.changes   
2024-07-02 18:17:31.073764367 +0200
@@ -1,0 +2,26 @@
+Mon Jun 24 11:11:22 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to version 3.43.2
+  * OCI AI Document Service
+* Support for new document type ``INSURANCE_CLAIM`` as shown:
+  * ``oci ai-document analyze-document-result analyze-document
+--document-type INSURANCE_CLAIM``
+  * ``oci ai-document analyze-document-result analyze-document-\
+inline-document-details --document-type INSURANCE_CLAIM``
+  * ``oci ai-document analyze-document-result analyze-document-\
+object-storage-document-details --document-type INSURANCE_CLAIM``
+  * ``oci ai-document processor-job create-processor-job-general-\
+processor-config --processor-config-document-type INSURANCE_CLAIM``
+  * OCI Database Service
+* Support for adding whitelisted ips for private endpoint enabled 
databases.
+  * ``oci db autonomous-database create --whitelisted-ips``
+  * ``oci db autonomous-database update --whitelisted-ips``
+  * OCI Stack Monitoring Service
+* Support for Microsoft IIS resource type when declaring discovery details.
+  * ``oci stack-monitoring discovery-job create --discovery-details``
+  * Security Enhancement: Improved security for API key management.
+- Refresh patches for new version
+  * oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.43.1.tar.gz

New:

  oci-cli-3.43.2.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.oXGJkg/_old  2024-07-02 18:17:31.929795692 +0200
+++ /var/tmp/diff_new_pack.oXGJkg/_new  2024-07-02 18:17:31.933795838 +0200
@@ -36,7 +36,7 @@
 %global _sitelibdir %{%{pythons}_sitelib}
 
 Name:   oci-cli%{psuffix}
-Version:3.43.1
+Version:3.43.2
 Release:0
 Summary:Oracle Cloud Infrastructure CLI
 License:Apache-2.0
@@ -52,7 +52,7 @@
 BuildRequires:  %{pythons}-cryptography >= 3.2.1
 BuildRequires:  %{pythons}-devel
 BuildRequires:  %{pythons}-jmespath >= 0.10.0
-BuildRequires:  %{pythons}-oci-sdk >= 2.128.1
+BuildRequires:  %{pythons}-oci-sdk >= 2.128.2
 BuildRequires:  %{pythons}-pip
 BuildRequires:  %{pythons}-pyOpenSSL >= 22.1.0
 BuildRequires:  %{pythons}-python-dateutil >= 2.5.3
@@ -95,7 +95,7 @@
 Requires:   %{pythons}-click >= 8.0.4
 Requires:   %{pythons}-cryptography >= 3.2.1
 Requires:   %{pythons}-jmespath >= 0.10.0
-Requires:   %{pythons}-oci-sdk >= 2.128.1
+Requires:   %{pythons}-oci-sdk >= 2.128.2
 Requires:   %{pythons}-prompt_toolkit >= 3.0.38
 Requires:   %{pythons}-pyOpenSSL >= 22.1.0
 Requires:   %{pythons}-python-dateutil >= 2.5.3

++ oc_relax-python-depends.patch ++
--- /var/tmp/diff_new_pack.oXGJkg/_old  2024-07-02 18:17:31.953796570 +0200
+++ /var/tmp/diff_new_pack.oXGJkg/_new  2024-07-02 18:17:31.957796717 +0200
@@ -1,6 +1,6 @@
-diff -Nru oci-cli-3.43.1.orig/requirements.txt oci-cli-3.43.1/requirements.txt
 oci-cli-3.43.1.orig/requirements.txt   2024-06-11 08:05:18.0 
+0200
-+++ oci-cli-3.43.1/requirements.txt2024-06-18 13:47:53.003455590 +0200
+diff -Nru oci-cli-3.43.2.orig/requirements.txt oci-cli-3.43.2/requirements.txt
+--- oci-cli-3.43.2.orig/requirements.txt   2024-06-18 07:36:55.0 
+0200
 oci-cli-3.43.2/requirements.txt2024-06-24 13:07:06.473139507 +0200
 @@ -2,48 +2,48 @@
  # 
(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.128.1
+-oci==2.128.2
 -packaging==20.2
 -pluggy==0.13.0
 -py==1.11.0
@@ -29,7 +29,6 @@
 -pytest==4.6.10; python_version <= '3.9'
 -pytest==7.1.2; python_version >= '3.10'
 -pytest-cov==2.5.1
--python-dateutil>=2.5.3,<3.0.0
 +click>=8.0.4
 +coverage>=4.5.2
 +cryptography>=3.2.1
@@ -38,7 +37,7 @@
 +jmespath>=0.10.0
 +ndg-httpsclient>=0.4.2
 +mock>=2.0.0
-+oci>=2.128.1
++oci>=2.128.2
 +packaging>=20.2
 +pluggy>=0.13.0
 +py>=1.11.0
@@ -49,7 +48,7 @@
 +pytest>=4.6.10; python_version <= '3.9'
 

commit oci-cli for openSUSE:Factory

2024-06-18 Thread Source-Sync
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-06-18 22:52:11

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.19518 (New)


Package is "oci-cli"

Tue Jun 18 22:52:11 2024 rev:64 rq:1181482 version:3.43.1

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-06-11 
18:32:18.551482705 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.19518/oci-cli.changes   
2024-06-18 22:53:07.101162095 +0200
@@ -1,0 +2,28 @@
+Tue Jun 18 11:48:08 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to version 3.43.1
+  * Globally Distributed Database Service
+* Support for new command
+  * ``oci gdd private-endpoint reinstate-proxy-instance``
+* Support for new optional parameter
+  * ``oci gdd private-endpoint get --if-none-match``
+  * ``oci gdd sharded-database 
create-sharded-database-create-dedicated-sharded-database
+--replication-factor, --replication-method, --replication-unit``
+  * ``oci gdd sharded-database generate-gsm-certificate-signing-request 
--ca-bundle-id``
+  * ``oci gdd sharded-database get --if-none-match``
+  * Fusion Applications Environment Management Service
+* Support for data dump initiation and extract in the Fusion Application 
Service
+  * ``oci fusion-apps fusion-environment initiate-extract``
+  * ``oci fusion-apps fusion-environment generate-extract-details``
+  * Support for new Action end point in the Application Performance Monitoring 
Configuration Service
+* ``oci apm-config test span-enrichment-group``
+  * Support for new optional parameters in the Create/Update Alarms API in OCI 
Monitoring Service.
+* ``oci monitoring alarm create --alarm-summary, 
--evaluation-slack-duration, --notification-title``
+* ``oci monitoring alarm update --alarm-summary, 
--evaluation-slack-duration, --notification-title``
+  * Support for addition of create date timestamp in Oracle Queue Service
+* ``oci queue messages get-messages``
+- Refresh patches for new version
+  * oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.43.0.tar.gz

New:

  oci-cli-3.43.1.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.WQEmYn/_old  2024-06-18 22:53:07.625181428 +0200
+++ /var/tmp/diff_new_pack.WQEmYn/_new  2024-06-18 22:53:07.629181575 +0200
@@ -36,7 +36,7 @@
 %global _sitelibdir %{%{pythons}_sitelib}
 
 Name:   oci-cli%{psuffix}
-Version:3.43.0
+Version:3.43.1
 Release:0
 Summary:Oracle Cloud Infrastructure CLI
 License:Apache-2.0
@@ -52,7 +52,7 @@
 BuildRequires:  %{pythons}-cryptography >= 3.2.1
 BuildRequires:  %{pythons}-devel
 BuildRequires:  %{pythons}-jmespath >= 0.10.0
-BuildRequires:  %{pythons}-oci-sdk >= 2.128.0
+BuildRequires:  %{pythons}-oci-sdk >= 2.128.1
 BuildRequires:  %{pythons}-pip
 BuildRequires:  %{pythons}-pyOpenSSL >= 22.1.0
 BuildRequires:  %{pythons}-python-dateutil >= 2.5.3
@@ -95,7 +95,7 @@
 Requires:   %{pythons}-click >= 8.0.4
 Requires:   %{pythons}-cryptography >= 3.2.1
 Requires:   %{pythons}-jmespath >= 0.10.0
-Requires:   %{pythons}-oci-sdk >= 2.128.0
+Requires:   %{pythons}-oci-sdk >= 2.128.1
 Requires:   %{pythons}-prompt_toolkit >= 3.0.38
 Requires:   %{pythons}-pyOpenSSL >= 22.1.0
 Requires:   %{pythons}-python-dateutil >= 2.5.3

++ oc_relax-python-depends.patch ++
--- /var/tmp/diff_new_pack.WQEmYn/_old  2024-06-18 22:53:07.653182461 +0200
+++ /var/tmp/diff_new_pack.WQEmYn/_new  2024-06-18 22:53:07.657182609 +0200
@@ -1,6 +1,6 @@
-diff -Nru oci-cli-3.43.0.orig/requirements.txt oci-cli-3.43.0/requirements.txt
 oci-cli-3.43.0.orig/requirements.txt   2024-06-04 09:10:24.0 
+0200
-+++ oci-cli-3.43.0/requirements.txt2024-06-10 16:14:53.589709258 +0200
+diff -Nru oci-cli-3.43.1.orig/requirements.txt oci-cli-3.43.1/requirements.txt
+--- oci-cli-3.43.1.orig/requirements.txt   2024-06-11 08:05:18.0 
+0200
 oci-cli-3.43.1/requirements.txt2024-06-18 13:47:53.003455590 +0200
 @@ -2,48 +2,48 @@
  # 
(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.128.0
+-oci==2.128.1
 -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.128.0
++oci>=2.128.1
 +packaging>=20.2
 +pluggy>=0.13.0
 

commit oci-cli for openSUSE:Factory

2024-06-10 Thread Source-Sync
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-06-10 17:38:44

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.19518 (New)


Package is "oci-cli"

Mon Jun 10 17:38:44 2024 rev:62 rq:1179705 version:3.42.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-05-16 
17:17:07.732170483 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.19518/oci-cli.changes   
2024-06-10 17:39:05.434186581 +0200
@@ -1,0 +2,66 @@
+Tue Jun  4 11:55:48 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to version 3.42.0
+  * [BREAKING] Capacity Management Service
+* Optional parameter --resource-type accepts only 2 values 
CAPACITY_CONSTRAINT, SERVER_HW
+* Optional parameter --workload-type accepts only 3 values GENERIC, ROW, 
US_PROD
+  * ``oci capacity-management occ-availability-collection list``
+  * ``oci capacity-management occ-availability-catalog-collection 
list-internal``
+  * Control Center service
+* Support for Demand Signal features
+  * ``oci demand-signal occ-demand-signal-collection 
list-occ-demand-signals``
+  * ``oci demand-signal occ-demand-signal change-compartment``
+  * ``oci demand-signal occ-demand-signal create``
+  * ``oci demand-signal occ-demand-signal delete``
+  * ``oci demand-signal occ-demand-signal get``
+  * ``oci demand-signal occ-demand-signal update``
+  * ``oci demand-signal occ-demand-signal patch``
+* Support for Capacity Management features
+  * ``oci capacity-management occ-capacity-request patch-internal``
+  * ``oci capacity-management occ-overview-collection 
list-internal-namespace-occ-overviews``
+  * ``oci capacity-management occ-overview-collection list``
+  * Database Management service
+* Support for Standby Database Monitoring
+  * ``oci database-management peer-database-metrics get``
+  * ``oci database-management dataguard-performance-metrics get``
+  * Database service
+* Support for External Database Connector
+  * ``oci db external-db-connector create-macs-connector 
--connection-credentials``
+  * ``oci db external-db-connector update-macs-connector 
--connection-credentials``
+  * Java Management Service
+* Support for tagging related optional parameters in Downloads API
+  * ``oci jms-java-downloads java-download-report create --defined-tags, 
--freeform-tags``
+  * ``oci jms-java-downloads java-license-acceptance-record create 
--defined-tags, --freeform-tags``
+  * ``oci jms-java-downloads java-license-acceptance-record update 
--defined-tags, --freeform-tags``
+- from version 3.41.0
+  * Data Science Service
+* Support for Nested Resource Principal
+  * ``oci data-science job-run create --opc-parent-rpt-url``
+  * ``oci data-science model-deployment create --opc-parent-rpt-url``
+  * ``oci data-science pipeline-run create --opc-parent-rpt-url``
+* Support for ML Pipelines v2
+  * ``oci data-science pipeline update 
--infrastructure-configuration-details``
+  * ``oci data-science pipeline-run cancel --terminate-gracefully``
+  * Support for managing Schedules in new Resource Scheduler Service
+* ``oci resource-scheduler``
+  * Support for backup and replacement of MASTER, UTILITY and EDGE NODES in 
Big Data Service
+* ``oci bds instance backup-node``
+* ``oci bds instance create-node-backup-configuration``
+* ``oci bds instance create-node-replace-configuration``
+* ``oci bds instance get-node-backup``
+* ``oci bds instance get-node-backup-configuration``
+* ``oci bds instance get-node-replace-configuration``
+* ``oci bds instance list-node-backup-configurations``
+* ``oci bds instance list-node-backups``
+* ``oci bds instance list-node-replace-configurations``
+* ``oci bds instance replace-node``
+* ``oci bds instance update-node-backup-configuration``
+* ``oci bds instance update-node-replace-configuration``
+* ``oci bds node-backup delete``
+* ``oci bds node-backup-configuration delete``
+* ``oci bds node-replace-configuration remove``
+- Refresh patches for new version
+  * oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.40.3.tar.gz

New:

  oci-cli-3.42.0.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.pDqPNT/_old  2024-06-10 17:39:06.078210300 +0200
+++ /var/tmp/diff_new_pack.pDqPNT/_new  2024-06-10 17:39:06.078210300 +0200
@@ -36,7 +36,7 @@
 %global _sitelibdir %{%{pythons}_sitelib}
 
 Name:  

commit oci-cli for openSUSE:Factory

2024-05-16 Thread Source-Sync
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-05-16 17:15:17

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1880 (New)


Package is "oci-cli"

Thu May 16 17:15:17 2024 rev:61 rq:1174268 version:3.40.3

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-04-18 
22:14:38.045954829 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1880/oci-cli.changes
2024-05-16 17:17:07.732170483 +0200
@@ -1,0 +2,212 @@
+Wed May 15 09:07:21 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to version 3.40.3
+  * Support for new optional parameter --file-system-configuration-details
+in vm cluster for Database Service
+* ``oci db vm-cluster create --file-system-configuration-details``
+* ``oci db vm-cluster update --file-system-configuration-details``
+  * Support for PPv2 ( Proxy protocol version 2) feature for Network Load 
Balancer
+* ``oci nlb listener create --is-ppv2-enabled``
+* ``oci nlb listener update --is-ppv2-enabled``
+  * Support for the Marketplace Private Offer Service
+* ``oci marketplace-private-offer``
+  * Support for new commands in Marketplace Publisher Service
+* ``oci marketplace-publisher attachment``
+* ``oci marketplace-publisher offer``
+  * OCI Email Service
+* Support for Custom Return Path for Sent Emails in Email Delivery Service
+  * ``oci email email-return-path``
+* Support for new optional parameter --domain-verification-id in email 
domain
+  * ``oci email domain create --domain-verification-id``
+  * ``oci email domain update --domain-verification-id``
+  * Support for Session Resumption in Load Balancing service
+* ``oci lb listener create --ssl-session-resumption``
+* ``oci lb listener update --ssl-session-resumption``
+- from version 3.40.2
+  * OCI Virtual Cloud Network Service
+* Support for new ip inventory and notification feature
+  * ``oci network ipam list-ip-inventory``
+  * ``oci network ipam get-resource-ip-inventory``
+  * ``oci network ipam get-subnet-cidr-utilization``
+  * ``oci network ipam get-subnet-ip-inventory``
+  * ``oci network ipam get-vcn-overlap``
+  * OCI Load Balancer Service
+* Support for accidental delete protection preventing deletion of a 
load-balancer
+  and its listeners or backends if they are configured to accept traffic
+  * ``oci lb load-balancer create --is-delete-protection-enabled``
+  * ``oci lb load-balancer update --is-delete-protection-enabled``
+* Support for new optional parameter limiting the number of simultaneous
+  connections a load-balancer can make to its backends or listeners
+  * ``oci lb backend create --max-connections``
+  * ``oci lb backend update --max-connections``
+  * ``oci lb backend-set create --backend-max-connections``
+  * ``oci lb backend-set update --backend-max-connections``
+  * OCI Big Data Service
+* Support for new optional parameter for os patching configs
+  * ``oci bds instance install-os-patch --patching-configs``
+* Support for new commands for os patching configs
+  * ``oci bds instance install-os-patch-batching-based-patching-configs``
+  * ``oci bds instance install-os-patch-downtime-based-patching-configs``
+  * OCI Disaster Recovery Cloud Service
+* Support for user-defined pause group in disaster recovery plan
+  * ``oci disaster-recovery dr-plan update``
+  * OCI Database Service
+* Support for new optional parameter when creating/updating cloud vm 
clusters
+  * ``oci db cloud-vm-cluster create --file-system-configuration-details``
+  * ``oci db cloud-vm-cluster update --file-system-configuration-details``
+  * Upgraded the prompt-toolkit version to (>=3.0.38, <=3.0.43) for Python 3.7 
and above
+- from version 3.40.1
+  * Database Service
+* Support for enabling unified auditing for DBHome
+  * ``oci db db-home``
+* Support to create Grid Infrastructure type of custom software images
+  * ``oci db database-software-image create --display-name, 
--compartment-id, --image-type "grid_image"``
+* Support to list custom software images greater than a given patchSet 
version,
+  to find the images available for use in patching.
+  * ``oci db database-software-image list --compartment-id, --image-type,
+--image-shape-family, --patch-set-greater-than-or-equal-to``
+* Support Cloud VM cluster in-place patching using custom Grid 
Infrastructure image
+  * ``oci db cloud-vm-cluster update --cloud-vm-cluster-id, --gi-image-id, 
--update-action``
+* Support VM cluster in-place patching using custom Grid Infrastructure 
image
+  * ``oci db vm-cluster update 

commit oci-cli for openSUSE:Factory

2024-04-18 Thread Source-Sync
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-04-18 22:13:27

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.26366 (New)


Package is "oci-cli"

Thu Apr 18 22:13:27 2024 rev:60 rq:1168843 version:3.39.1

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-04-07 
22:12:41.349287425 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.26366/oci-cli.changes   
2024-04-18 22:14:38.045954829 +0200
@@ -1,0 +2,101 @@
+Thu Apr 18 12:13:50 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to version 3.39.1
+  * Database Service
+* New Autonomous Database Software Image Introduced
+  * ``oci db autonomous-database-software-image``
+* Support for Autonomous Database Software Image
+  * ``oci db autonomous-database-software-image change-compartment
+--autonomous-database-software-image-id``
+  * ``oci db autonomous-database-software-image create``
+  * ``oci db autonomous-database-software-image delete``
+  * ``oci db autonomous-database-software-image get
+--autonomous-database-software-image-id``
+  * ``oci db autonomous-database-software-image list``
+  * ``oci db autonomous-database-software-image update
+--autonomous-database-software-image-id``
+* Support for optional parameter --database-software-image-id
+  * ``oci db autonomous-container-database create 
--database-software-image-id``
+  * Database Migration Service
+* Support for AWS_S3 with object_storage_bucket migrations
+  * ``oci database-migration migration 
create-migration-aws-s3-data-transfer-medium-details``
+  * ``oci database-migration migration 
update-migration-aws-s3-data-transfer-medium-details``
+  * Generative AI Interface Service
+* Support for Chat Results
+  * ``oci generative-ai-inference chat-result chat``
+  * ``oci generative-ai-inference chat-result chat-cohere-chat-request``
+  * ``oci generative-ai-inference chat-result chat-dedicated-serving-mode``
+  * ``oci generative-ai-inference chat-result chat-generic-chat-request``
+  * ``oci generative-ai-inference chat-result chat-on-demand-serving-mode``
+  * Network Load Balancer Service
+* Addition of optional parameter --is-fail-open in
+  backend-set and health-checker update commands
+  * ``oci nlb backend-set update``
+  * ``oci nlb health-checker update``
+  * Redis Service
+* Support for new optional parameters --nsg-ids in redis cluster commands
+  * ``oci redis redis-cluster create --nsg-ids``
+  * ``oci redis redis-cluster update --nsg-ids``
+  * Generative AI Service
+* Support Dedicated AI Cluster Unit Shape LARGE_COHERE_V2
+  in the Generative AI Service Management
+  * ``oci generative-ai dedicated-ai-cluster``
+  * Usage Service
+* Support for Usage Statements in email recipient groups
+  * ``oci usage-api email-recipients-group create``
+  * ``oci usage-api email-recipients-group delete``
+  * ``oci usage-api email-recipients-group get``
+  * ``oci usage-api email-recipients-group list``
+  * ``oci usage-api email-recipients-group update``
+  * AI Language Service
+* Support for extracting entities from healthcare records
+  * ``oci ai language batch-detect-health-entities --documents
+--endpoint-id --is-detect-assertions --is-detect-relationships``
+  * ``oci ai language batch-detect-pii-entities``
+  * Process Automation Service
+* Support for the Oracle Process Automation instance start and stop 
operation
+  * ``oci opa opa-instance start --opa-instance-id``
+  * ``oci opa opa-instance stop --opa-instance-id``
+- from version 3.39.0
+  * [BREAKING] Application Migration Service removed
+* ``oci application-migration``
+  * Support for oke workload resource principal signer auth
+using --auth oke_workload_identity option
+  * OCI Network Load Balancer Service
+* Support for the Domain Name System based backend health check
+  * ``oci nlb health-checker update --dns``
+* Support for Fail Open in Network Load Balancer service
+  * ``oci nlb backend-set create --is-fail-open``
+  * ``oci nlb backend-set update --is-fail-open``
+* New NLB feature with Instant FailOver
+  * ``oci nlb backend-set create  --is-instant-failover-enabled'``
+  * ``oci nlb backend-set update  --is-instant-failover-enabled'``
+  * Stack Monitoring Service
+* Support for adding/updating source type and resource category
+  for resource types in the Stack Monitoring Service
+  * ``oci stack-monitoring resource-type create --resource-category, 
--source-type``
+  * ``oci stack-monitoring resource-type 

commit oci-cli for openSUSE:Factory

2024-04-07 Thread Source-Sync
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-04-07 22:10:26

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1905 (New)


Package is "oci-cli"

Sun Apr  7 22:10:26 2024 rev:59 rq:1165366 version:3.38.1

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-03-14 
17:47:41.231212348 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1905/oci-cli.changes
2024-04-07 22:12:41.349287425 +0200
@@ -1,0 +2,186 @@
+Thu Apr  4 11:18:54 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to version 3.38.1
+  * OCI Network Load Balancer Service
+* Support for assigned private Ip by adding new optional parameters
+  in the Network Load Balancer Service for creation and update
+* ``oci nlb network-load-balancer create --assigned-ipv6, 
--assigned-private-ipv4``
+* ``oci nlb network-load-balancer update --assigned-ipv6``
+* LBaaS Support for TLSv1.3
+  * OCI Email-Delivery Service
+* Support for Configuration API in Email-Delivery Service
+* Support for sending mails via Https for Email Delivery Service
+  * OCI Cloud Guard service
+* Support for the status field in creating data source resource of Cloud 
Guard Service
+* ``oci cloud-guard data-source create --status``
+* ``oci cloud-guard data-source 
create-data-source-logging-query-data-source-details --status``
+  * [BREAKING] Commands removed
+* ``oci devops code-search list-results``
+* ``oci devops project delete-project-settings``
+* ``oci devops project get-notification-preference``
+* ``oci devops project get-project-settings``
+* ``oci devops project list-project-analytics-authors``
+* ``oci devops project summarize-project-analytics``
+* ``oci devops project update-notification-preference``
+* ``oci devops project update-project-settings``
+* ``oci devops protected-branch create-or-update``
+* ``oci devops protected-branch delete``
+* ``oci devops protected-branch list-protected-branches``
+* ``oci devops pull-request create``
+* ``oci devops pull-request create-pull-request-attachment``
+* ``oci devops pull-request decline``
+* ``oci devops pull-request delete``
+* ``oci devops pull-request delete-pull-request-attachment``
+* ``oci devops pull-request execute-merge-pull-request``
+* ``oci devops pull-request get``
+* ``oci devops pull-request get-pull-request-attachment``
+* ``oci devops pull-request get-pull-request-attachment-content``
+* ``oci devops pull-request get-pull-request-change-summary-metrics``
+* ``oci devops pull-request get-pull-request-notification-preference``
+* ``oci devops pull-request list-build-run-snapshots``
+* ``oci devops pull-request list-pull-request-activities``
+* ``oci devops pull-request list-pull-request-attachments``
+* ``oci devops pull-request list-pull-request-commits``
+* ``oci devops pull-request list-pull-request-file-changes``
+* ``oci devops pull-request list-pull-requests``
+* ``oci devops pull-request patch``
+* ``oci devops pull-request reopen``
+* ``oci devops pull-request review``
+* ``oci devops pull-request unsubscribe``
+* ``oci devops pull-request update``
+* ``oci devops pull-request update-pull-request-notification-preference``
+* ``oci devops pull-request validate-merge-pull-request``
+* ``oci devops pull-request-comment create-pull-request-comment``
+* ``oci devops pull-request-comment delete-pull-request-comment``
+* ``oci devops pull-request-comment get-pull-request-comment``
+* ``oci devops pull-request-comment like-pull-request-comment``
+* ``oci devops pull-request-comment list-pull-request-comments``
+* ``oci devops pull-request-comment unlike-pull-request-comment``
+* ``oci devops pull-request-comment update-pull-request-comment``
+* ``oci devops repository create-or-update-git-branch-details``
+* ``oci devops repository create-or-update-git-tag-details``
+* ``oci devops repository delete-git-ref``
+* ``oci devops repository delete-repository-settings``
+* ``oci devops repository get-repository-notification-preference``
+* ``oci devops repository get-repository-settings``
+* ``oci devops repository list-fork-sync-statuses``
+* ``oci devops repository list-pull-request-authors``
+* ``oci devops repository list-repository-analytics-authors``
+* ``oci devops repository list-repository-build-run-snapshots``
+* ``oci devops repository summarize-repository-analytics``
+* ``oci devops repository sync``
+* ``oci devops repository update-repository-notification-preference``
+* ``oci devops repository 

commit oci-cli for openSUSE:Factory

2024-03-09 Thread Source-Sync
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-03-09 20:54:38

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1770 (New)


Package is "oci-cli"

Sat Mar  9 20:54:38 2024 rev:57 rq:1156455 version:3.37.9

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-03-05 
18:49:48.875197008 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1770/oci-cli.changes
2024-03-09 20:55:40.456762597 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 12:34:20 UTC 2024 - Dominique Leuenberger 
+
+- Use %autosetup macro. Allows to eliminate the usage of deprecated
+  PatchN.
+
+---



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.0TKphM/_old  2024-03-09 20:55:41.012782950 +0100
+++ /var/tmp/diff_new_pack.0TKphM/_new  2024-03-09 20:55:41.012782950 +0100
@@ -103,8 +103,8 @@
 functionality.
 
 %prep
-%setup -q -n oci-cli-%{version}
-%patch0 -p1
+%autosetup -p1 -n oci-cli-%{version}
+
 # Fix includes
 find . -name "*.py" -exec sed -i 's/from oci\._vendor //' \{\} +
 find . -name "*.py" -exec sed -i 's/oci\._vendor\.//' \{\} +


commit oci-cli for openSUSE:Factory

2024-03-05 Thread Source-Sync
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-03-05 18:49:39

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1770 (New)


Package is "oci-cli"

Tue Mar  5 18:49:39 2024 rev:56 rq:1147595 version:3.37.9

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-02-09 
23:55:07.853041430 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1770/oci-cli.changes
2024-03-05 18:49:48.875197008 +0100
@@ -1,0 +2,39 @@
+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
+
+---

Old:

  oci-cli-3.37.8.tar.gz

New:

  oci-cli-3.37.9.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.Y2FhkL/_old  2024-03-05 18:49:50.975273258 +0100
+++ /var/tmp/diff_new_pack.Y2FhkL/_new  2024-03-05 18:49:50.991273839 +0100
@@ -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-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-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

++ oc_relax-python-depends.patch ++
--- /var/tmp/diff_new_pack.Y2FhkL/_old  2024-03-05 18:49:51.231282554 +0100
+++ /var/tmp/diff_new_pack.Y2FhkL/_new  2024-03-05 18:49:51.263283715 +0100
@@ -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.0 
+0100
-+++ oci-cli-3.37.8/requirements.txt2024-02-08 10:28:27.347609032 +0100
+diff -Nru 

commit oci-cli for openSUSE:Factory

2024-02-09 Thread Source-Sync
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 

+
+- 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:  

commit oci-cli for openSUSE:Factory

2024-02-01 Thread Source-Sync
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-01 18:05:51

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1815 (New)


Package is "oci-cli"

Thu Feb  1 18:05:51 2024 rev:54 rq:1143256 version:3.37.5

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-01-05 
23:42:45.473045520 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1815/oci-cli.changes
2024-02-01 18:06:54.042380757 +0100
@@ -1,0 +2,93 @@
+Wed Jan 24 10:35:16 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to version 3.37.5
+  * Support for the new Generative AI Service Management
+* ``oci generative-ai``
+  * Support for Process Sets in Stack Monitoring service
+* ``oci stack-monitoring process-set``
+  - from version 3.37.4
+  * Feature to add filtering support based on the Resource ID for CI service 
work requests.
+* ``oci container-instances work-request list --resource-id "$resourceid"``
+  * Support for new optional parameters in ADM service
+* ``oci adm vulnerability-audit create --build-type``
+* ``oci adm vulnerability-audit 
create-vulnerability-audit-external-resource-vulnerability-audit-source 
--build-type``
+* ``oci adm vulnerability-audit 
create-vulnerability-audit-oci-resource-vulnerability-audit-source 
--build-type``
+* ``oci adm vulnerability-audit 
create-vulnerability-audit-unknown-source-vulnerability-audit-source 
--build-type``
+* ``oci adm remediation-run list-application-dependency-recommendations 
--purl``
+* ``oci adm vulnerability-audit 
list-application-dependency-vulnerabilities --purl``
+* ``oci adm vulnerability-audit 
list-application-dependency-vulnerabilities --severity-greater-than-or-equal``
+* ``oci adm vulnerability-audit list 
--max-observed-severity-greater-than-or-equal-to``
+  * Data Safe Service
+* Support for updating risk level of the specified finding
+  * ``oci data-safe finding update``
+* Support for listing all changes made by user to risk levels of findings 
of the specified assessment
+  * ``oci data-safe security-assessment list-findings-change-audit-logs``
+* Support for security feature usage
+  * ``oci data-safe security-assessment list-security-feature-analytics``
+  * ``oci data-safe security-assessment list-security-features``
+* Support for viewing the top security findings in Data Safe Security 
Assessment
+  * ``oci data-safe security-assessment list-finding-analytics``
+* Support for viewing the schemas that a user can access in Data Safe User 
Assessment.
+  * ``oci data-safe database-table-access-entry get``
+  * ``oci data-safe database-table-access-entry-collection list``
+  * ``oci data-safe database-view-access-entry get``
+  * ``oci data-safe database-view-access-entry-collection list``
+  * ``oci data-safe role-grant-path-collection list``
+  * ``oci data-safe security-policy-report get``
+  * ``oci data-safe security-policy-report-collection list``
+  * ``oci data-safe user-assessment list-user-access-analytics``
+* Support for new commands
+  * ``oci data-safe peer-target-database``
+  * ``oci data-safe report update``
+  * ``oci data-safe target-database refresh``
+* Add new param peer-target-database-details
+  * ``oci data-safe target-database create --peer-target-database-details``
+  * Support for new dimension-specific alarm suppression commands in 
Monitoring service
+* ``oci monitoring alarm-suppression``
+* ``oci monitoring alarm-suppression-collection list-alarm-suppressions``
+* ``oci monitoring alarm-suppression summarize-alarm-suppression-history``
+   * Changed trail-locations parameter as optional, added new optional 
parameters for Data Safe service
+* ``oci data-safe audit-profile calculate-audit-volume-available 
--trail-locations, --database-unique-name``
+* ``oci data-safe masking-policy apply-sdm-masking-policy-difference 
--sdm-masking-policy-difference-id``
+* ``oci data-safe work-request list --access-level, 
--compartment-id-in-subtree``
+- from version 3.37.3
+  * Reverted YubiKey authentication
+- from version 3.37.2
+  * Support for OCI CLI authentication using PKCS#11 compatible hardware 
devices like YubiKey
+  * ``oci  --auth yubi_key``
+  * Support for summarizing disk Statistics and Host Recommendation in OPSI 
Host Capacity Service
+* ``oci opsi host-insights summarize-disk-statistics --compartment-id --id 
--analysis-time-interval``
+* ``oci opsi host-insights summarize-host-recommendation --compartment-id
+  --id --analysis-time-interval --resource-metric``
+  * Support for new commands in the Apm Synthetic Service
+* 

commit oci-cli for openSUSE:Factory

2023-12-11 Thread Source-Sync
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-12-11 21:51:50

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.25432 (New)


Package is "oci-cli"

Mon Dec 11 21:51:50 2023 rev:52 rq:1132511 version:3.37.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-11-27 
22:44:24.112107050 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.25432/oci-cli.changes   
2023-12-11 21:52:06.895006833 +0100
@@ -1,0 +2,65 @@
+Thu Dec  7 14:08:08 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.37.0
+  * Database service
+* Support for the serial console history.
+  * ``oci db console-history``
+* Support for new optional parameters, autonomous-data-storage-size-in-tbs,
+  cpu-core-count-per-node and total-container-databases in the cloud 
autonomous
+  and autonomous vm cluster db resources.
+  * ``oci db autonomous-vm-cluster update 
--autonomous-data-storage-size-in-tbs,
+--cpu-core-count-per-node, --total-container-databases``
+  * ``oci db cloud-autonomous-vm-cluster update 
--autonomous-data-storage-size-in-tbs,
+--cpu-core-count-per-node, --total-container-databases``
+* Support for new list system versions commands.
+  * ``oci db system-version list``
+*Support for new optional parameter in cloud-vm-cluster and vm-cluster 
resources.
+  * ``oci db cloud-vm-cluster create --system-version``
+  * ``oci db vm-cluster create --system-version``
+  * Support for multiple clusters in a SDDC in Oracle Cloud VMware 
Provisioning service.
+* ``oci ocvs esxi-host replace-host``
+* ``oci ocvs cluster cluster``
+* ``oci ocvs sddc retrieve-password``
+  * Support for upload-discovery-data in Log Analytics service.
+* ``oci log-analytics entity upload-discovery-data
+  --upload-discovery-data-details --namespace-name``
+* ``oci log-analytics entity upload-discovery-data --file 
--namespace-name``
+  * ADM service.
+* Support for new list actions.
+  * ``oci adm remediation-recipe list``
+  * ``oci adm remediation-run list``
+  * ``oci adm remediation-run list-application-dependency-recommendations``
+  * ``oci adm remediation-run-stage list-stages``
+* Support for new optional parameters --usage-data.
+  * ``oci adm vulnerability-audit create --usage-data``
+  * ``oci adm vulnerability-audit create-vulnerability-audit-\
+external-resource-vulnerability-audit-source --usage-data``
+  * ``oci adm vulnerability-audit create-vulnerability-audit-\
+oci-resource-vulnerability-audit-source --usage-data``
+  * ``oci adm vulnerability-audit create-vulnerability-audit-\
+unknown-source-vulnerability-audit-source --usage-data``
+  * Support for new AWR Hub Snapshot ingest commands in Operations Insights 
service.
+* ``oci opsi awr-hub-sources``
+* ``oci opsi operations-insights-warehouses``
+* ``oci opsi awr-hub-objects``
+  * Support for managing available certificates of target servers in 
Goldengate service.
+* ``oci goldengate certificate``
+  * [BREAKING] Multiple parameters changes in OCVS service. Few params deleted 
in sddc resource.
+* ``oci ocvs esxi-host create --cluster-id``
+* ``oci ocvs esxi-host list --cluster-id``
+* ``oci ocvs esxi-host update  --next-commitment``
+* ``oci ocvs sddc``
+  * Description of export details in the Logging Analytics service
+* ``oci log-analytics query export``
+  * Description change in Compute Cloud at Customer service
+  * [BREAKING] The following commands have been removed in ADM service.
+* ``oci adm application-dependency-recommendation-collection
+  list-application-dependency-recommendations``
+* ``oci adm remediation-recipe-collection list-remediation-recipes``
+* ``oci adm remediation-run-collection list-remediation-runs``
+* ``oci adm remediation-run-stage-collection list-stages``
+- Refresh patches for new version
+  * oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.36.2.tar.gz

New:

  oci-cli-3.37.0.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.xhlFmH/_old  2023-12-11 21:52:07.359024051 +0100
+++ /var/tmp/diff_new_pack.xhlFmH/_new  2023-12-11 21:52:07.363024200 +0100
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.36.2
+Version:3.37.0
 Release:0
 Summary:Oracle Cloud Infrastructure CLI
 License:Apache-2.0

commit oci-cli for openSUSE:Factory

2023-10-20 Thread Source-Sync
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-10-20 23:18:33

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1945 (New)


Package is "oci-cli"

Fri Oct 20 23:18:33 2023 rev:50 rq:1119158 version:3.34.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-10-05 
20:04:01.224592967 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1945/oci-cli.changes
2023-10-20 23:21:19.188486517 +0200
@@ -1,0 +2,67 @@
+Thu Oct 19 09:19:17 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.34.0
+  * Support for the new Redis service
+* ``oci redis``
+  * Support for export Container and Kubernetes application listings in the 
Marketplace Service
+* ``oci marketplace-publisher``
+  * Support for achieving higher limits in the Network Firewall Service
+* ``oci network-firewall address-list``
+* ``oci network-firewall application``
+* ``oci network-firewall application-group``
+* ``oci network-firewall decryption-profile``
+* ``oci network-firewall decryption-rule``
+* ``oci network-firewall mapped-secret``
+* ``oci network-firewall network-firewall-policy``
+* ``oci network-firewall security-rule``
+* ``oci network-firewall service``
+* ``oci network-firewall service-list``
+* ``oci network-firewall url-list``
+  * Support for exporting access request reports in the Managed Access Service
+* ``oci oma lockbox export-access-requests``
+  * Support for Mount File System in Data Science Jobs and Notebooks in the 
Data Science Service
+* ``oci data-science job create 
--job-storage-mount-configuration-details-list``
+* ``oci data-science job update 
--job-storage-mount-configuration-details-list``
+* ``oci data-science notebook-session create 
--notebook-session-storage-mount-configuration-details-list``
+* ``oci data-science notebook-session update 
--notebook-session-storage-mount-configuration-details-list``
+  * Logging Management
+* Support for unified agent operational metrics for the service 
configuration option
+  * ``oci logging agent-configuration``
+* Added new destination field in the option ``--service-configuration``
+  * [BREAKING] Optional parameter ``--auto-approval-state`` was removed in the 
Managed Access Service
+* ``oci oma lockbox update``
+  * [BREAKING] Optional parameter ``--service-stage`` was removed in the 
Logging Management Service
+* ``oci logging service list``
+  * [BREAKING] Optional parameters ``--application-lists, 
--decryption-profiles, --decryption-rules,
+--ip-address-lists, --mapped-secrets, --security-rules, --url-lists`` were 
removed in the Network
+Firewall Service
+* ``oci network-firewall network-firewall-policy create``
+* ``oci network-firewall network-firewall-policy update``
+- from version 3.33.4
+  * Database Service
+* Support for new command
+  * ``oci db pluggable-database relocate-pdb``
+  * ``oci db pluggable-database create-local-clone``
+  * ``oci db pluggable-database create-remote-clone``
+  * ``oci db pluggable-database convert-to-regular``
+  * ``oci db pluggable-database refresh``
+* Support for new optional parameter
+  * ``oci db database restore --pdb-name``
+  * ``oci db pluggable-database create --create-pdb-backup 
--cdb-admin-password``
+* Support for displaying resource usage information on autonomous vm 
cluster
+  * ``oci db autonomous-vm-cluster 
get-autonomous-vm-cluster-resource-usage --autonomous-vm-cluster-id``
+  * ``oci db autonomous-vm-cluster 
list-autonomous-vm-cluster-acd-resource-usage --autonomous-vm-cluster-id``
+  * Marketplace Service
+* Support for export Container and Kubernetes app listings
+  * ``oci marketplace listing export``
+* Support for work request status for export Container and Kubernetes app 
listings
+  * ``oci marketplace work-request``
+  * Support for creating a Flow Log type Capture filter in Virtual Cloud 
Network service
+* ``oci network capture-filter create --flow-log-capture-filter-rules``
+* ``oci network capture-filter list --filter-type``
+* ``oci network capture-filter update --flow-log-capture-filter-rules``
+- Refresh patches for new version
+  * oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.33.3.tar.gz

New:

  oci-cli-3.34.0.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.ukNncU/_old  2023-10-20 23:21:19.860511037 +0200
+++ 

commit oci-cli for openSUSE:Factory

2023-10-05 Thread Source-Sync
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-10-05 20:03:20

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.28202 (New)


Package is "oci-cli"

Thu Oct  5 20:03:20 2023 rev:49 rq:1115553 version:3.33.3

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-09-12 
21:03:53.798344132 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.28202/oci-cli.changes   
2023-10-05 20:04:01.224592967 +0200
@@ -1,0 +2,75 @@
+Tue Oct  3 13:47:37 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.33.3
+  * Database Service
+* Support for resource-pool-shapes for autonomous databases
+  * ``oci db autonomous-database resource-pool-shapes``
+* Support for Elastic Resource Pools for autonomous databases, adding two 
optional parameter
+  * ``oci db autonomous-database create --resource-pool-leader-id 
--resource-pool-summary``
+  * ``oci db autonomous-database create-adb-cross-region-data-guard-details
+--resource-pool-leader-id --resource-pool-summary``
+  * ``oci db autonomous-database 
create-autonomous-database-create-cross-region-disaster-\
+recovery-details --resource-pool-leader-id --resource-pool-summary``
+  * ``oci db autonomous-database create-from-backup-id 
--resource-pool-leader-id --resource-pool-summary``
+  * ``oci db autonomous-database create-from-backup-timestamp 
--resource-pool-leader-id --resource-pool-summary``
+  * ``oci db autonomous-database create-from-clone 
--resource-pool-leader-id --resource-pool-summary``
+  * ``oci db autonomous-database create-refreshable-clone 
--resource-pool-leader-id --resource-pool-summary``
+  * ``oci db autonomous-database update --resource-pool-leader-id 
--resource-pool-summary``
+  * ``oci db autonomous-database list --is-resource-pool-leader 
--resource-pool-leader-id``
+  * Support for Private Endpoints in Data Science Service
+* ``oci data-science ds-private-endpoint``
+  * Support for File System Service (FSS) as transfer medium for Datapump
+export/import in the Database Migration Service (DMS)
+* Support for new optional parameter
+  * ``oci database-migration migration create 
--data-transfer-medium-details``
+  * ``oci database-migration migration update 
--data-transfer-medium-details``
+  * ``oci database-migration migration create --dump-transfer-details``
+  * ``oci database-migration migration update --dump-transfer-details``
+  * ``oci database-migration migration create 
--data-transfer-medium-details-v2``
+  * ``oci database-migration migration update 
--data-transfer-medium-details-v2``
+  * Support for new optional parameters for Replica in the MySQL Heatwave 
Service
+* ``oci mysql replica create --replica-overrides``
+* ``oci mysql replica update --replica-overrides``
+* ``oci mysql replica list --configuration-id --is-up-to-date``
+- from version 3.33.2
+  * Support for Private Endpoints for External Key Manager in Key Management 
Service
+* ``oci kms ekm ekms-private-endpoint create --ca-bundle, --compartment-id 
, --display-name,
+  --external-key-manager-ip, --subnet-id, --defined-tags, --freeform-tags, 
--port``
+* ``oci kms ekm ekms-private-endpoint get --ekms-private-endpoint-id``
+* ``oci kms ekm ekms-private-endpoint list --compartment-id``
+* ``oci kms ekm ekms-private-endpoint delete --ekms-private-endpoint-id``
+* ``oci kms ekm ekms-private-endpoint update --ekms-private-endpoint-id,
+  --defined-tags, --display-name, --freeform-tags``
+  * Support for new optional parameters in Vaults and Keys for External Key 
Manager in Key Management Service
+* ``oci kms management vault create --vault-type, 
--external-key-manager-metadata``
+* ``oci kms management key create --external-key-reference, 
--protection-mode``
+* ``oci kms management key-version create --external-key-version-id``
+  * Support for FAaas Self Service with Henosis for Oracle Integration Cloud
+* ``oci integration integration-instance create --domain-id``
+- from version 3.33.1
+  * Support for --is-dedicated optional param for listCharactersSets api in 
the Database service
+* ``oci db autonomous-database-character-sets list --is-dedicated``
+  * Support for face detection feature in Vision Service 
("featureType":"FACE_DETECTION")
+* ``oci ai-vision image-job create --features``
+  * Stack Monitoring
+  * New api for stack-monitoring config
+* ``oci stack-monitoring config change-compartment``
+* ``oci stack-monitoring config create``
+* ``oci stack-monitoring config create-auto-promote-config``
+* ``oci stack-monitoring config delete``

commit oci-cli for openSUSE:Factory

2023-09-12 Thread Source-Sync
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-09-12 21:03:06

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1766 (New)


Package is "oci-cli"

Tue Sep 12 21:03:06 2023 rev:48 rq:1110551 version:3.33.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-09-02 
22:08:06.304232817 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1766/oci-cli.changes
2023-09-12 21:03:53.798344132 +0200
@@ -1,0 +2,146 @@
+Mon Sep 11 13:07:07 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.33.0
+  * Support for filtering and sorting work requests in the Container Instances 
service
+* ``oci container-instances work-request list --availability-\
+  domain --sort-by --sort-order --status``
+* ``oci container-instances work-request list-errors --sort-by 
--sort-order``
+* ``oci container-instances work-request list-logs --sort-by --sort-order``
+  * Queue Service
+* Support for queue channels
+  * ``oci queue channels list-channels``
+* Support for new optional parameters
+  * ``oci queue messages get-messages --channel-filter``
+  * ``oci queue messages get-stats --channel-id``
+  * ``oci queue queue-admin queue create --channel-consumption-limit``
+  * ``oci queue queue-admin queue purge --channel-ids``
+  * ``oci queue queue-admin queue update --channel-consumption-limit``
+  * Data Catalog Service
+* Support for new entity lineage retrieval and asynchronous glossary
+  export commands in the Data Catalog service
+  * ``oci data-catalog entity fetch-entity-lineage``
+  * ``oci data-catalog glossary asynchronous-export``
+* Support for new optional parameters on folders
+  and jobs in the Data Catalog service
+  * ``oci data-catalog folder list --type-key``
+  * ``oci data-catalog job list --glossary-key``
+  * ``oci data-catalog job-definition create --glossary-key``
+  * ``oci data-catalog job-definition list --glossary-key``
+  * ``oci data-catalog job-definition update --glossary-key``
+  * [BREAKING] Customer Incident Management Service
+* Endoint changed from 
https://incidentmanagement.{region}.{domainAndTopLevelDomain} to
+  https://incidentmanagement.{region}.oci.{domainAndTopLevelDomain}
+  (e.g. https://incidentmanagement.us-phoenix-1.oraclecloud.com to
+  https://incidentmanagement.us-phoenix-1.oci.oraclecloud.com)
+* Incident commands moved to parent group
+  * ``oci support incident create``
+  * ``oci support incident get``
+  * ``oci support incident list``
+  * ``oci support incident update``
+  * ``oci support incident-resource-type list``
+  * ``oci support validation-response validate-user``
+* Command removed
+  * ``oci support user user create``
+- from version 3.32.0
+  * Database Service
+* Support for displaying resource usage information on
+  autonomous container database get operations
+  * ``oci db autonomous-container-database get-autonomous-container-\
+database-resource-usage --autonomous-container-database-id``
+* Support for displaying resource usage information on cloud autonomous
+  vm cluster get operations
+  * ``oci db cloud-autonomous-vm-cluster get-cloud-autonomous-vm-cluster-\
+resource-usage --cloud-autonomous-vm-cluster-id``
+* Support for displaying resource usage information for list of autonomous
+  container databases on cloud autonomous vm cluster get operations
+  * ``oci db cloud-autonomous-vm-cluster list-cloud-autonomous-vm-cluster-\
+acd-resource-usage --cloud-autonomous-vm-cluster-id``
+  * APM Synthetic Monitoring Service
+* Support for the network monitor creation and updation
+  * ``oci apm-synthetics monitor create-network-monitor``
+  * ``oci apm-synthetics monitor update-network-monitor``
+  * Database Migration Service
+* Support for new parameters for GoldenGate Service integration in DMS
+  * ``oci database-migration connection create --replication-credentials``
+  * ``oci database-migration connection update --replication-credentials``
+* Support for new parameters for GoldenGate service integration in DMS
+  * ``oci database-migration migration create 
--golden-gate-service-details``
+  * ``oci database-migration migration update 
--golden-gate-service-details``
+  * Networking Services
+* Support for new parameters is-private, is-transport-mode
+  * ``oci network cpe create --is-private``
+  * ``oci network virtual-circuit create --is-transport-mode``
+  * ``oci network virtual-circuit update --is-transport-mode``
+* Support for virtual circuit associated 

commit oci-cli for openSUSE:Factory

2023-09-02 Thread Source-Sync
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-09-02 22:07:30

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1766 (New)


Package is "oci-cli"

Sat Sep  2 22:07:30 2023 rev:47 rq:1108477 version:3.30.2

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-08-09 
17:26:42.321922702 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1766/oci-cli.changes
2023-09-02 22:08:06.304232817 +0200
@@ -1,0 +2,81 @@
+Tue Aug 22 12:35:00 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.30.2
+  * Database Service
+* Support for adding backup retention in days for create operations
+  * ``oci db autonomous-database create --backup-retention-period-in-days``
+  * ``oci db autonomous-database create-adb-cross-region-data-guard-details
+--backup-retention-period-in-days``
+  * ``oci db autonomous-database 
create-autonomous-database-create-cross-region-\
+disaster-recovery-details --backup-retention-period-in-days``
+  * ``oci db autonomous-database create-from-backup-id 
--backup-retention-period-in-days``
+  * ``oci db autonomous-database create-from-backup-timestamp 
--backup-retention-period-in-days``
+  * ``oci db autonomous-database create-from-clone 
--backup-retention-period-in-days``
+  * ``oci db autonomous-database create-refreshable-clone 
--backup-retention-period-in-days``
+  * ``oci db autonomous-database create-virtual-clone 
--backup-retention-period-in-days``
+  * ``oci db autonomous-database update --backup-retention-period-in-days, 
--compute-model``
+* Support for adding and updating localAdgAutoFailoverMaxDataLossLimit
+  for local autonomous data guard
+  * ``oci db autonomous-database update 
--local-adg-auto-failover-max-data-loss-limit``
+  * Identity Domains Service
+* Support for new commands
+  * ``oci identity-domains app``
+  * ``oci identity-domains app-role``
+  * ``oci identity-domains app-status-changer``
+  * ``oci identity-domains apps search``
+  * Goldengate Service
+* Support for new operations for deployment upgrade entity
+  * ``oci goldengate deployment-upgrade cancel``
+  * ``oci goldengate deployment-upgrade reschedule``
+  * The AI Language service
+* Support to get information on model type and other details of models
+* ``oci ai language model-type-info get``
+  * Operator Access Control service
+* Support for Compute Cloud at Customer (C3) resource type
+  * ``oci opctl operator-control-assignment create``
+- from version 3.30.1
+  * Loganalytics
+* Support for Log Source Validations
+  * ``oci log-analytics source validate-loglist-endpoint``
+  * ``oci log-analytics source validate-log-endpoint``
+  * ``oci log-analytics source validate-label-condition``
+* Support for listing properties
+  * ``oci log-analytics property list-effective-properties``
+  * ``oci log-analytics property list-properties-metadata``
+* Support for getting recalls statistics
+  * ``oci log-analytics storage get-recalled-data-size``
+  * ``oci log-analytics storage get-recall-count``
+  * ``oci log-analytics storage list-overlapping-recalls``
+* Support for getting rules summary
+  * ``oci log-analytics rule get-rules-summary``
+* Support for new optional parameter
+  * ``oci log-analytics source upsert-source --endpoints, 
--source-properties``
+  * ``oci log-analytics source validate-source --endpoints, 
--source-properties``
+  * ``oci log-analytics source validate-source-extfield-details 
--endpoints, --source-properties``
+  * ``oci log-analytics storage recall-archived-data 
--is-recall-new-data-only, --purpose``
+  * ``oci log-analytics storage estimate-recall-data-size 
--is-recall-new-data-only, --log-sets``
+  * ``oci log-analytics em-bridge delete --is-delete-entities``
+  * Exadata Fleet Update Service
+* Support for the Exadata Fleet Update service
+  * ``oci fleet-software-update``
+  * Container Engine For Kubernetes
+* Support for OKE cluster credential rotation feature
+  * ``oci ce cluster start-credential-rotation``
+  * ``oci ce cluster complete-credential-rotation``
+  * ``oci ce credential-rotation-status get``
+  * Fusion Applications Environment Management
+* Support for new scheduled activity response properties
+  * ``oci fusion-apps scheduled-activity list --scheduled-activity-\
+association-id, --scheduled-activity-phase``
+  * Operations Insights
+* Support for OPSI news reports
+  * ``oci opsi news-report list``
+  * ``oci opsi news-reports change``
+  * ``oci opsi news-reports 

commit oci-cli for openSUSE:Factory

2023-08-09 Thread Source-Sync
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 

+
+- 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.0 
+0200
-+++ 

commit oci-cli for openSUSE:Factory

2023-07-17 Thread Source-Sync
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-07-17 19:23:57

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.3193 (New)


Package is "oci-cli"

Mon Jul 17 19:23:57 2023 rev:45 rq:1098913 version:3.29.3

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-07-04 
15:22:46.902350497 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.3193/oci-cli.changes
2023-07-17 19:24:10.990049110 +0200
@@ -1,0 +2,46 @@
+Fri Jul 14 07:23:13 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.29.3
+  * Support for optional parameters in the Application Performance Monitoring 
Synthetic service
+* ``oci apm-synthetics monitor create-browser-monitor 
--is-default-snapshot-enabled --verify-response-codes``
+* ``oci apm-synthetics monitor create-rest-monitor 
--client-certificate-details``
+* ``oci apm-synthetics monitor create-scripted-browser-monitor 
--is-default-snapshot-enabled``
+* ``oci apm-synthetics monitor create-scripted-rest-monitor 
--req-authentication-scheme --verify-response-codes``
+* ``oci apm-synthetics monitor update-browser-monitor 
--is-default-snapshot-enabled --verify-response-codes``
+* ``oci apm-synthetics monitor update-rest-monitor 
---client-certificate-details``
+* ``oci apm-synthetics monitor update-scripted-browser-monitor 
---is-default-snapshot-enabled``
+* ``oci apm-synthetics monitor update-scripted-rest-monitor 
--req-authentication-scheme --verify-response-codes``
+  * Support for new commands in the OSP Gateway service
+* ``oci osp-gateway address-rule-service address-rule get``
+* ``oci osp-gateway address-service address``
+  * AI Document Service
+* Support for new commands
+  * ``oci ai-document analyze-document-result``
+  * ``oci ai-document model patch``
+* Support for new optional parameters
+  * ``oci ai-document model create --alias-name --component-models``
+  * Support for workload mapping processing in the Container Engine service
+* ``oci ce workload-mapping``
+* ``oci ce workload-mapping-summary``
+  * Support for new commands in the Data Integration service
+* ``oci data-integration composite-state get``
+* ``oci data-integration export-request``
+* ``oci data-integration export-request-summary-collection 
list-export-requests``
+* ``oci data-integration import-request``
+* ``oci data-integration import-request-summary-collection 
list-import-requests``
+* ``oci data-integration data-entity 
create-entity-shape-create-entity-shape-from-object``
+* ``oci data-integration workspace delete-export-request``
+* ``oci data-integration workspace delete-import-request``
+* ``oci data-integration workspace update-export-request``
+* ``oci data-integration workspace update-import-request``
+  * Support for new optional parameter --kms-key-id in updating and creating
+backup and volume backup's envelope key in Core services
+* ``oci bv backup create --kms-key-id``
+* ``oci bv backup update --kms-key-id``
+* ``oci bv boot-volume-backup create --kms-key-id``
+* ``oci bv boot-volume-backup update --kms-key-id``
+- Refresh patches for new version
+  * oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.29.2.tar.gz

New:

  oci-cli-3.29.3.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.PzIKqs/_old  2023-07-17 19:24:11.838054022 +0200
+++ /var/tmp/diff_new_pack.PzIKqs/_new  2023-07-17 19:24:11.846054068 +0200
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.29.2
+Version:3.29.3
 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.105.0
+BuildRequires:  python3-oci-sdk >= 2.106.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.105.0
+Requires:   python3-oci-sdk >= 2.106.0
 Requires:   python3-prompt_toolkit >= 3.0.29
 Requires:   python3-pyOpenSSL >= 22.1.0
 Requires:   python3-python-dateutil >= 2.5.3

++ 

commit oci-cli for openSUSE:Factory

2023-07-04 Thread Source-Sync
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-07-04 15:22:11

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.23466 (New)


Package is "oci-cli"

Tue Jul  4 15:22:11 2023 rev:44 rq:1096573 version:3.29.2

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-06-22 
23:27:29.358278608 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.23466/oci-cli.changes   
2023-07-04 15:22:46.902350497 +0200
@@ -1,0 +2,67 @@
+Thu Jun 29 11:59:43 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.29.2
+  * Support for the OS Management Hub service
+* ``oci os-management-hub``
+  * Support for ECPU integration in the License Manager service
+* ``oci license-manager product-license list-top-utilized-resources 
--resource-unit-type ECPU``
+  * Support for SqlEndpoints in the Data Flow service
+* ``oci data-flow sql-endpoint``
+  * Support for freeform and defined tags in the Artifacts service
+* ``oci artifacts container repository create --freeform-tags 
--defined-tags``
+* ``oci artifacts container repository update --freeform-tags 
--defined-tags``
+* ``oci artifacts container image update --freeform-tags --defined-tags``
+* ``oci artifacts container image-signature create --freeform-tags 
--defined-tags``
+* ``oci artifacts container image-signature update --freeform-tags 
--defined-tags``
+  * Support for OS Management Hub in the OS Management Hub service
+  * Mysql Database Service
+* Support for new optional parameters that allow to set up replication 
delay.
+  * ``oci mysql channel create-from-mysql --target-delay-in-seconds``
+  * ``oci mysql channel update-from-mysql --target-delay-in-seconds``
+* Support for new optional parameters that allow to set up how to
+  handle replicated tables that do not have a Primary Key.
+  * ``oci mysql channel create-from-mysql 
--target-tables-without-primary-key-handling``
+  * ``oci mysql channel update-from-mysql 
--target-tables-without-primary-key-handling``
+  * Database Service
+* Support for the CDB key store type change
+  * ``oci db database change-key-store-type``
+* Support for the PDB rotate key
+  * ``oci db pluggable-database rotate-encryption-key 
--pluggable-database-id``
+  * Database Management Service
+* Support for SQL Plan Management(SPM)
+  * ``oci database-management managed-database list-sql-plan-baselines``
+  * ``oci database-management managed-database get-sql-plan-baseline``
+  * ``oci database-management managed-database drop-sql-plan-baselines``
+  * ``oci database-management managed-database enable-auto-plan-capture``
+  * ``oci database-management managed-database disable-auto-plan-capture``
+  * ``oci database-management managed-database cfg-auto-capture-filters``
+  * ``oci database-management managed-database enable-spb-usage``
+  * ``oci database-management managed-database disable-spb-usage``
+  * ``oci database-management managed-database get-spb-configuration``
+  * ``oci database-management managed-database 
summarize-sql-plan-baselines``
+  * ``oci database-management managed-database 
summarize-sql-plan-baselines-by-last-execution``
+  * ``oci database-management managed-database 
enable-auto-spm-evolve-task``
+  * ``oci database-management managed-database 
disable-auto-spm-evolve-task``
+  * ``oci database-management managed-database cfg-auto-spm-evolve-task``
+  * ``oci database-management managed-database 
enable-hf-auto-spm-evolve-task``
+  * ``oci database-management managed-database 
disable-hf-auto-spm-evolve-task``
+  * ``oci database-management managed-database load-spb-from-cc``
+  * ``oci database-management managed-database load-spb-from-awr``
+  * ``oci database-management managed-database change-plan-retention``
+  * ``oci database-management managed-database change-space-budget``
+  * ``oci database-management managed-database change-spb-attr``
+  * ``oci database-management managed-database 
list-cursor-cache-statements``
+  * ``oci database-management managed-database list-spb-jobs``
+* Support for Enable/disable of Stack Monitoring service for External DB 
System
+  * ``oci database-management external-db-system 
enable-external-db-system-stack-monitoring``
+  * ``oci database-management external-db-system 
disable-external-db-system-stack-monitoring``
+* Support for new optional paramater for External DB System
+  * ``oci database-management external-db-system create 
--stack-monitoring-config``
+* Support for IN and OUT binds in SQL Jobs
+  * ``oci database-management job create-sql-job 

commit oci-cli for openSUSE:Factory

2023-06-22 Thread Source-Sync
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-22 23:26:43

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.15902 (New)


Package is "oci-cli"

Thu Jun 22 23:26:43 2023 rev:43 rq:1094647 version:3.29.1

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-06-11 
19:57:11.535851516 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.15902/oci-cli.changes   
2023-06-22 23:27:29.358278608 +0200
@@ -1,0 +2,111 @@
+Thu Jun 22 10:23:51 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.29.1
+  * Support for the Serial Console Access in the Database service
+* ``oci db console-connection create``
+* ``oci db console-connection delete``
+* ``oci db console-connection update``
+* ``oci db node update``
+  * Database Migration Service
+* Support for creating a new connection with Network Security Group (NSG) 
Id's
+  * ``oci database-migration connection create --nsg-ids``
+* Support for updating a connection with new Network Security Group (NSG) 
Id's
+  * ``oci database-migration connection update --nsg-ids``
+  * Support for new optional parameter in the Functions service
+* ``oci fn application create --shape``
+  * Data Flow service
+* Support for creating and managing Data Flow Pools
+  * ``oci data-flow pool``
+* Support for additional optional parameters for using Data Flow pools
+  * ``oci data-flow application create --pool-id``
+  * ``oci data-flow application update --pool-id``
+  * ``oci data-flow run create --pool-id``
+  * ``oci data-flow run submit --pool-id``
+  * ``oci data-flow run list --pool-id``
+  * Rover Node Service
+* Support for the following in the Roving Edge Infrastructure Service
+  * ``oci rover node create --cert-compartment-id --cert-key-algorithm 
--cert-signature-algorithm
+--common-name --issuer-certificate-authority-id 
--time-cert-validity-end``
+  * ``oci rover node update --cert-compartment-id --cert-key-algorithm 
--cert-signature-algorithm
+--certificate-authority-id --common-name --time-cert-validity-end``
+* Commands for rover upgrade bundle support
+  * ``oci rover node rover-bundle copy-to-customer``
+  * ``oci rover node rover-bundle get-status``
+  * ``oci rover node rover-bundle-request list``
+  * ``oci rover node rover-bundle-version get``
+* Commands for rover node certificate support
+  * ``oci rover node ca-bundle get``
+  * ``oci rover node certificate create``
+  * ``oci rover node certificate update``
+  * ``oci rover node certificate get-leaf-certificate``
+  * ``oci rover node certificate-authority update-root-ca``
+* Commands for rover upgrade bundle support
+  * ``oci rover standalone-cluster rover-bundle copy-to-customer``
+  * ``oci rover standalone-cluster rover-bundle get-status``
+  * ``oci rover standalone-cluster rover-bundle-request list``
+  * ``oci rover standalone-cluster rover-bundle-version get``
+- Refresh patches for new version
+  * oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---
+Thu Jun 15 06:27:08 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.29.0
+  * Support for the OCI Control Center service
+* ``oci occ``
+  * Oracle Cloud Vmware Solution service
+* Support for allowing users to select the billing interval
+  of deleted ESXi hosts while adding new ESXi hosts
+  * ``oci ocvs esxi-host swap-billing --swap-billing-host-id``
+  * ``oci ocvs esxi-host create --billing-donor-host-id``
+  * ``oci ocvs esxi-host list --is-billing-donors-only``
+  * ``oci ocvs esxi-host update --billing-donor-host-id``
+* Support swap-billing in ocvs
+  * ``oci ocvs esxi-host swap-billing``
+  * Support for resource quota and limit in the Usage service
+* ``oci usage usagelimits usage-limit-summary``
+* ``oci usage resources resource-summary list-resources``
+* ``oci usage resources resource-quotum-summary list-resource-quota``
+  * Custom Key Value and Custom Document Classification Support in the AI 
Document service
+* ``oci ai-document model``
+* ``oci ai-document project``
+* ``oci ai-document work-request``
+* ``oci ai-document work-request-error``
+* ``oci ai-document work-request-log-entry list-work-request-logs``
+  * Support for the Domain Name System service in Object Storage service
+* ``oci os ns get --realm-specific-endpoint``
+  * Java Management service
+* Support for Java Migration Analysis
+  * ``oci jms fleet request-java-migration-analyses``
+ 

commit oci-cli for openSUSE:Factory

2023-06-11 Thread Source-Sync
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 

+
+- 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.0 
+0200
-+++ oci-cli-3.28.0/requirements.txt2023-05-25 

commit oci-cli for openSUSE:Factory

2023-06-05 Thread Source-Sync
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-05 18:08:08

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.15902 (New)


Package is "oci-cli"

Mon Jun  5 18:08:08 2023 rev:41 rq:1090895 version:3.28.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-03-29 
23:27:43.999627999 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.15902/oci-cli.changes   
2023-06-05 18:08:24.599772272 +0200
@@ -1,0 +2,224 @@
+Thu May 25 08:20:30 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.28.0
+  * Logging Management service
+* New optional parameter for CRI-O parser
+  * ``oci logging service list --service-stage``
+* Added new CRI-O parser in the option ``--service-configuration``
+* [BREAKING] Commands removed
+  * ``oci logging log-included-search get``
+  * ``oci logging log-included-search list``
+  * Database Service
+* Added availability domain information in get VM cluster and Exadata 
Infrastructure.
+  * ``oci db vm-cluster get --vm-cluster-id``
+  * ``oci db exadata-infrastructure get --exadata-infrastructure-id``
+* Support for new optional parameter dbservers in the autonomous database 
dedicated service
+  * ``oci db cloud-autonomous-vm-cluster create --dbservers``
+  * DNS service
+* Support for secondary egress zones API operations
+  * ``oci dns zone create --compartment-id --name --zone-type 
--external-downstreams ``
+* Support to create zone from zone-file
+  * ``oci dns zone create-zone-from-zone-file --compartment-id 
--create-zone-from-zone-file-details``
+* Support for new optional parameter external-downstream in zone-update
+  * ``oci dns zone update --external-downstreams``
+- from version 3.27.1
+  * Support for Self Service Integration in the Fusion Application service
+* ``oci fusion-apps service-attachment create``
+* ``oci fusion-apps service-attachment delete``
+* ``oci fusion-apps service-attachment verify``
+- from version 3.27.0
+  * Support for the Access Governance cloud service
+* ``oci access-governance-cp``
+  * Database Service
+* Support for One-Off Patches resource to create, download database
+  patches for customers that lost access to MOS.
+  * ``oci db oneoff-patch create``
+  * ``oci db oneoff-patch get``
+  * ``oci db oneoff-patch list``
+  * ``oci db oneoff-patch delete``
+  * ``oci db oneoff-patch update``
+  * ``oci db oneoff-patch download``
+  * Support for changing Disaster Recovery configuration of a remote Autonomous
+Database in remote region of whether it's a snapshot standby
+* ``oci db autonomous-database change-disaster-recovery-configuration 
--is-snapshot-standby``
+  * Support for Schedule automatic backup for exacs and dbcs
+* ``oci db database create --auto-backup-enabled --auto-backup-window 
--auto-full-backup-day
+  --auto-full-backup-window --run-immediate-full-backup``
+* ``oci db database update --database-id --auto-backup-enabled 
--auto-backup-window
+  --auto-full-backup-day --auto-full-backup-window 
--run-immediate-full-backup``
+* ``oci db system launch --auto-backup-enabled --auto-backup-window 
--auto-full-backup-day
+  --auto-full-backup-window --run-immediate-full-backup``
+  * Support for provisioning Software Defined Data Center (SDDCs) using 
standard bare metal
+shapes with Block Storage as the datastore in the Oracle Cloud Vmware 
Solution
+* ``oci ocvs sddc create --datastores``
+  * Support for the Instance Configuration Parity feature in the Core Services
+* ``oci compute-management instance-configuration``
+  * [BREAKING] The Data Connectivity service is now removed
+* ``oci data-connectivity``
+- from version 3.26.0
+  * Support for new command in stack-monitoring in the Resource service
+* ``oci stack-monitoring resource update-and-propagate-tags``
+  * Support for on-demand node upgrade optional parameter for Kubernetes
+in the Container Engine service
+* ``oci ce node-pool create --node-pool-cycling-details``
+* ``oci ce node-pool update --node-pool-cycling-details``
+  * Data Science serivce
+  * [BREAKING] Support for new BYOL SSL and ORDS certificates required
+parameters for Cloud Autonomous VM Clusters
+* ``oci db cloud-autonomous-vm-cluster 
rotate-cloud-autonomous-vm-cluster-ords-certs
+  --certificate-generation-type``
+* ``oci db cloud-autonomous-vm-cluster 
rotate-cloud-autonomous-vm-cluster-ssl-certs
+  --certificate-generation-type``
+  * Support for new BYOL SSL and ORDS certificates optional parameters for 
Cloud Autonomous VM Clusters
+* ``oci db 

commit oci-cli for openSUSE:Factory

2023-03-29 Thread Source-Sync
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-03-29 23:27:26

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.31432 (New)


Package is "oci-cli"

Wed Mar 29 23:27:26 2023 rev:40 rq:1075123 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-03-15 
18:55:52.544820019 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.31432/oci-cli.changes   
2023-03-29 23:27:43.999627999 +0200
@@ -1,0 +2,110 @@
+Mon Mar 27 08:40:30 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.24.0
+  * Database Service
+* Support for changing Disaster Recovery configuration of a remote 
Autonomous
+  Database in remote region of its Disaster Recovery Association
+  * ``oci db autonomous-database change-disaster-recovery-configuration``
+* Support for creating a remote Disaster Recovery Association clone of an 
Autonomous Database
+  * ``oci db autonomous-database 
create-autonomous-database-create-cross-region-disaster-recovery-details``
+  * Support for OCI DevOps Managed Build stage to use custom shape build 
runner in the DevOps service
+* ``oci devops build-pipeline-stage create-build-stage 
--build-runner-config``
+* ``oci devops build-pipeline-stage update-build-stage 
---build-runner-config``
+  * Support for listing Pre-Built Functions and creating Functions
+from Pre-Built Functions in the Functions service
+* ``oci fn function create --source-details``
+* ``oci fn pbf-listing get``
+* ``oci fn pbf-listing list``
+* ``oci fn pbf-listing-version get``
+* ``oci fn pbf-listing-version list``
+* ``oci fn trigger list``
+  * Support for creating/updating new connection types in the Golden Gate 
service
+* ``oci goldengate connection create-amazon-s3-connection``
+* ``oci goldengate connection update-amazon-s3-connection``
+* ``oci goldengate connection create-hdfs-connection``
+* ``oci goldengate connection update-hdfs-connection``
+* ``oci goldengate connection create-microsoft-sqlserver-connection``
+* ``oci goldengate connection update-microsoft-sqlserver-connection``
+* ``oci goldengate connection create-jms-connection``
+* ``oci goldengate connection update-jms-connection``
+* ``oci goldengate connection create-mongo-db-connection``
+* ``oci goldengate connection update-mongo-db-connection``
+* ``oci goldengate connection create-oracle-nosql-connection``
+* ``oci goldengate connection update-oracle-nosql-connection``
+* ``oci goldengate connection create-snowflake-connection``
+* ``oci goldengate connection update-snowflake-connection``
+  * [BREAKING] The below commands have been changed as follow in the Golden 
Gate service
+* ``oci goldengate connection 
create-connection-create-azure-data-lake-storage-connection-details
+  -> create-azure-data-lake-storage-connection``
+* ``oci goldengate connection 
update-connection-update-azure-data-lake-storage-connection-details
+  -> update-azure-data-lake-storage-connection``
+* ``oci goldengate connection 
create-connection-create-azure-synapse-connection-details
+  -> create-azure-synapse-connection``
+* ``oci goldengate connection 
update-connection-update-azure-synapse-connection-details
+  -> update-azure-synapse-connection``
+* ``oci goldengate connection 
create-connection-create-kafka-schema-registry-connection-details
+  -> create-kafka-schema-registry-connection``
+* ``oci goldengate connection 
update-connection-update-kafka-schema-registry-connection-details
+  -> update-kafka-schema-registry-connection``
+* ``oci goldengate connection 
create-connection-create-postgresql-connection-details
+  -> create-postgresql-connection``
+* ``oci goldengate connection 
update-connection-update-postgresql-connection-details
+  -> update-postgresql-connection``
+- from version 3.23.4
+  * Support for Identity Domains service
+  * ``oci identity-domains``
+  * Database Service
+* Support for Long Term Backup for Autonomous Databases on Exadata Cloud 
at Customer
+  * ``oci db autonomous-database-backup create 
--backup-destination-details``
+  * ``oci db autonomous-database-backup list --type``
+  * Container Engine for Kubernetes service
+* Support for enhanced cluster
+  * ``oci ce cluster create --type``
+  * ``oci ce cluster update --type``
+* Support for Cluster AddOns
+  * ``oci ce addon``
+* Support for Serverless
+  * ``oci ce virtual-node-pool``
+  * Data integration service
+* Support for copy objects and template retrieval
+  * ``oci data-integration workspace copy-object-request create``
+  * 

commit oci-cli for openSUSE:Factory

2023-03-15 Thread Source-Sync
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-03-15 18:55:51

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.31432 (New)


Package is "oci-cli"

Wed Mar 15 18:55:51 2023 rev:39 rq:1071973 version:3.23.3

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-03-06 
18:56:41.941016057 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.31432/oci-cli.changes   
2023-03-15 18:55:52.544820019 +0100
@@ -1,0 +2,62 @@
+Tue Mar 14 10:40:09 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.23.3
+  * Support for Identity Domains service
+  * ``oci identity-domains``
+  * Database Service
+* Support for Long Term Backup for Autonomous Databases on Exadata Cloud 
at Customer
+  * ``oci db autonomous-database-backup create 
--backup-destination-details``
+  * ``oci db autonomous-database-backup list --type``
+  * Container Engine for Kubernetes service
+* Support for enhanced cluster
+  * ``oci ce cluster create --type``
+  * ``oci ce cluster update --type``
+* Support for Cluster AddOns
+  * ``oci ce addon``
+* Support for Serverless
+  * ``oci ce virtual-node-pool``
+  * Data integration service
+* Support for copy objects and template retrieval
+  * ``oci data-integration workspace copy-object-request create``
+  * ``oci data-integration workspace copy-object-request get``
+  * ``oci data-integration workspace delete-copy-object-request``
+  * ``oci data-integration workspace update-copy-object-request``
+  * ``oci data-integration workspace copy-object-request-summary-collection
+list-copy-object-requests``
+  * ``oci data-integration template get``
+  * ``oci data-integration template list``
+  * Goldengate service
+* Support for managing available deployment version in the system
+  * ``oci goldengate deployment-version``
+* Support for listing deployment versions
+  * ``oci goldengate deployment-version list``
+* Support new commands for deployment upgrade entity
+  * ``oci goldengate deployment-upgrade upgrade``
+  * ``oci goldengate deployment-upgrade rollback``
+  * ``oci goldengate deployment-upgrade snooze``
+  * ``oci goldengate deployment-upgrade cancel-snooze``
+* Support for specifying oggVersion when upgrading a deployment
+  * ``oci goldengate deployment upgrade-to``
+* Support for specifying maintenance-window and ogg version in case of 
create deployment
+  * ``oci goldengate deployment create --maintenance-window-day
+--maintenance-window-start-hour --ogg-version``
+* Support for specifying maintenance-window in case of update deployment
+  * ``oci goldengate deployment create --maintenance-window-day
+--maintenance-window-start-hour``
+* Support for specifying deployment type and ogg versions when listing 
deployment types
+  * ``oci goldengate deployment-type-collection list-deployment-types
+--deployment-type --ogg-version``
+  * Operations Insights
+* Support in OPSI Host Capacity planning for Host network metrics
+  * ``oci opsi host-insights summarize-network-usage-trend
+--compartment-id --id --analysis-time-interval``
+* Support in OPSI Host Capacity planning for Host storage metrics
+  * ``oci opsi host-insights summarize-storage-usage-trend
+--compartment-id --id --analysis-time-interval``
+  * Upgraded the cryptography version to (>=3.2.1,<40.0.0) and pyOpenSSL 
version
+to (>=17.5.0,<24.0.0') to fix CVE-2023-0286 and CVE-2023-23931
+- Refresh patches for new version
+  * oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.23.2.tar.gz

New:

  oci-cli-3.23.3.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.3uGN5X/_old  2023-03-15 18:55:53.124823104 +0100
+++ /var/tmp/diff_new_pack.3uGN5X/_new  2023-03-15 18:55:53.128823126 +0100
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.23.2
+Version:3.23.3
 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.93.1
+BuildRequires:  python3-oci-sdk >= 2.94.0
 BuildRequires:  python3-pyOpenSSL >= 22.1.0
 BuildRequires:  python3-python-dateutil >= 2.5.3
 BuildRequires:  python3-pytz >= 

commit oci-cli for openSUSE:Factory

2023-03-07 Thread Source-Sync
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-03-06 18:56:39

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.31432 (New)


Package is "oci-cli"

Mon Mar  6 18:56:39 2023 rev:38 rq:1069650 version:3.23.2

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-02-24 
18:08:05.585400139 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.31432/oci-cli.changes   
2023-03-06 18:56:41.941016057 +0100
@@ -1,0 +2,13 @@
+Wed Mar  1 12:44:44 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.23.2
+  * Support for new command allowing on-demand bootstrap script
+execution in the Big Data service
+* ``oci bds instance execute-bootstrap-script``
+  * Support for calling Oracle Cloud Infrastructure services in the 
eu-dcc-rating-1,
+eu-dcc-rating-2, eu-dcc-dublin-1, eu-dcc-dublin-2, and eu-dcc-milan-2 
regions
+- Refresh patches for new version
+  * oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.23.1.tar.gz

New:

  oci-cli-3.23.2.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.y7AHkv/_old  2023-03-06 18:56:43.485023936 +0100
+++ /var/tmp/diff_new_pack.y7AHkv/_new  2023-03-06 18:56:43.489023956 +0100
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.23.1
+Version:3.23.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.93.0
+BuildRequires:  python3-oci-sdk >= 2.93.1
 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.93.0
+Requires:   python3-oci-sdk >= 2.93.1
 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.y7AHkv/_old  2023-03-06 18:56:43.517024099 +0100
+++ /var/tmp/diff_new_pack.y7AHkv/_new  2023-03-06 18:56:43.521024120 +0100
@@ -1,6 +1,6 @@
-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.0 
+0100
-+++ oci-cli-3.23.1/requirements.txt2023-02-23 14:24:57.884277003 +0100
+diff -Nru oci-cli-3.23.2.orig/requirements.txt oci-cli-3.23.2/requirements.txt
+--- oci-cli-3.23.2.orig/requirements.txt   2023-02-28 08:57:36.0 
+0100
 oci-cli-3.23.2/requirements.txt2023-03-01 13:44:10.037647032 +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.93.0
+-oci==2.93.1
 -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.93.0
++oci>=2.93.1
 +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.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.0 +0100
-+++ oci-cli-3.23.1/setup.py2023-02-23 14:25:34.776702721 +0100
+diff -Nru oci-cli-3.23.2.orig/setup.py oci-cli-3.23.2/setup.py
+--- oci-cli-3.23.2.orig/setup.py   2023-02-28 08:57:36.0 +0100
 oci-cli-3.23.2/setup.py2023-03-01 13:43:24.297667520 +0100
 @@ -29,23 +29,23 @@
  readme = f.read()
  
  requires = [
--'oci==2.93.0',
-+'oci>=2.93.0',
+-'oci==2.93.1',
++'oci>=2.93.1',
  'arrow>=1.0.0',
  'certifi',
 -'click==7.1.2',

++ oci-cli-3.23.1.tar.gz -> oci-cli-3.23.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oci-cli-3.23.1/CHANGELOG.rst 
new/oci-cli-3.23.2/CHANGELOG.rst
--- old/oci-cli-3.23.1/CHANGELOG.rst2023-02-21 23:16:45.0 +0100
+++ new/oci-cli-3.23.2/CHANGELOG.rst2023-02-28 08:57:36.0 +0100
@@ -6,6 +6,16 @@
 

commit oci-cli for openSUSE:Factory

2023-02-24 Thread Source-Sync
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 

+
+- 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.0 
+0100
-+++ oci-cli-3.23.0/requirements.txt2023-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.0 
+0100
 

commit oci-cli for openSUSE:Factory

2023-02-20 Thread Source-Sync
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-20 17:46:40

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.22824 (New)


Package is "oci-cli"

Mon Feb 20 17:46:40 2023 rev:36 rq:1066552 version:3.23.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-02-09 
16:23:43.730874270 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.22824/oci-cli.changes   
2023-02-20 17:47:36.480026215 +0100
@@ -1,0 +2,16 @@
+Fri Feb 17 10:00:18 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.23.0
+  * Support for the Autonomous Recovery Service
+* ``oci recovery``
+  * Support for the Visual Builder Studio service
+* ``oci vbstudio``
+  * Added support for selecting DBServers while creating Autonomous VM Cluster 
in Database service
+* ``oci db autonomous-virtual-machine get --autonomous-virtual-machine-id``
+* ``oci db autonomous-virtual-machine list --autonomous-vm-cluster-id, 
--compartment-id``
+  * [BREAKING] Support for a new Capacity Availability API in the Compute 
service
+* ``oci compute computecapacityreport update``
+  * Modified existing commands in Database service
+* ``oci db autonomous-vm-cluster create --db-servers``
+
+---

Old:

  oci-cli-3.22.5.tar.gz

New:

  oci-cli-3.23.0.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.nF03Zz/_old  2023-02-20 17:47:37.124029853 +0100
+++ /var/tmp/diff_new_pack.nF03Zz/_new  2023-02-20 17:47:37.128029875 +0100
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.22.5
+Version:3.23.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.91.0
+BuildRequires:  python3-oci-sdk >= 2.92.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.91.0
+Requires:   python3-oci-sdk >= 2.92.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.nF03Zz/_old  2023-02-20 17:47:37.152030011 +0100
+++ /var/tmp/diff_new_pack.nF03Zz/_new  2023-02-20 17:47:37.156030034 +0100
@@ -1,6 +1,6 @@
-diff -Nru oci-cli-3.22.5.orig/requirements.txt oci-cli-3.22.5/requirements.txt
 oci-cli-3.22.5.orig/requirements.txt   2023-02-07 19:11:34.0 
+0100
-+++ oci-cli-3.22.5/requirements.txt2023-02-08 11:07:27.800184095 +0100
+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.0 
+0100
 oci-cli-3.23.0/requirements.txt2023-02-17 10:56:40.285098388 +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.91.0
+-oci==2.92.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.91.0
++oci>=2.92.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.22.5.orig/setup.py oci-cli-3.22.5/setup.py
 oci-cli-3.22.5.orig/setup.py   2023-02-07 19:11:34.0 +0100
-+++ oci-cli-3.22.5/setup.py2023-02-08 11:06:31.704832653 +0100
+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.0 +0100
 oci-cli-3.23.0/setup.py2023-02-17 10:55:34.800367147 +0100
 @@ -29,23 +29,23 @@
  readme = f.read()
  
  requires = [
--'oci==2.91.0',
-+'oci>=2.91.0',
+-'oci==2.92.0',
++'oci>=2.92.0',
  'arrow>=1.0.0',
  'certifi',
 -'click==7.1.2',

++ oci-cli-3.22.5.tar.gz -> oci-cli-3.23.0.tar.gz ++
 77710 lines of diff (skipped)


commit oci-cli for openSUSE:Factory

2023-02-09 Thread Source-Sync
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-09 16:23:36

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.4462 (New)


Package is "oci-cli"

Thu Feb  9 16:23:36 2023 rev:35 rq:1063996 version:3.22.5

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-01-27 
10:17:25.511946350 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.4462/oci-cli.changes
2023-02-09 16:23:43.730874270 +0100
@@ -1,0 +2,84 @@
+Wed Feb  8 10:21:13 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.22.5
+  * Support for Autonomous Container Database role in the Database service
+* Support for new command
+  * ``oci db autonomous-container-database change-dataguard-role``
+  * ``oci db autonomous-container-database-version list``
+* Support for new optional parameter
+  * ``oci db autonomous-container-database create
+--fast-start-fail-over-lag-limit-in-seconds --version-preference 
--db-version``
+  * ``oci db autonomous-container-database-dataguard update
+--fast-start-fail-over-lag-limit-in-seconds --protection-mode``
+  * ``oci db autonomous-container-database update --version-preference``
+  * Devops Deploy service
+* Support for new optional parameters
+  * ``oci devops deploy-stage create-oke-helm-chart-stage 
--cleanup-on-fail --debug-helm
+--force-helm --history-max --no-hooks --render-subchart-notes 
--reset-values
+--reuse-values --set-string --set-values --skip-crds --wait-helm``
+  * ``oci devops deploy-stage update-oke-helm-chart-stage 
--cleanup-on-fail --debug-helm
+--force-helm --history-max --no-hooks --render-subchart-notes 
--reset-values
+--reuse-values --set-string --set-values --skip-crds --wait-helm``
+* Support for new optional helm-verification-key-source parameter
+  * ``oci devops deploy-artifact --create-helm-repository-artifact
+--helm-verification-key-source``
+  * ``oci devops deploy-artifact --update-helm-repository-artifact
+--helm-verification-key-source``
+* Support for new optional dry-run parameter
+  * ``oci devops deployment create-pipeline-deployment --dry-run``
+  * ``oci devops deployment create-single-stage-deployment --dry-run``
+  * Support for new Uploading MasterKey Wallets commands
+in the OCI GoldenGate Deployments service
+* ``oci goldengate deployment wallet-exists``
+* ``oci goldengate deployment export-wallet``
+* ``oci goldengate deployment import-wallet``
+* ``oci goldengate deployment-wallets list-wallet-operations``
+  * Support for new Custom configuration commands in the OPSI service
+* ``oci opsi opsi-configurations create-opsi-ux-configuration-details``
+* ``oci opsi opsi-configurations list``
+* ``oci opsi opsi-configurations get``
+* ``oci opsi opsi-configurations delete``
+* ``oci opsi opsi-configurations update-opsi-ux-configuration-details``
+* ``oci opsi opsi-configurations change``
+* ``oci opsi opsi-configurations summarize-configuration-items``
+- from version 3.22.4
+  * Support for new optional parameters for ExaCC, vault secret, and tool 
details in the Database service
+* ``oci db autonomous-database create --compute-count --compute-model
+  --secret-id --secret-version-number --db-tools-details``
+* ``oci db autonomous-database create-adb-cross-region-data-guard-details
+  --compute-count --compute-model --secret-id --secret-version-number 
--db-tools-details``
+* ``oci db autonomous-database create-from-backup-id --compute-count
+  --compute-model --secret-id --secret-version-number --db-tools-details``
+* ``oci db autonomous-database create-from-backup-timestamp --compute-count
+  --compute-model --secret-id --secret-version-number --db-tools-details``
+* ``oci db autonomous-database create-from-clone --compute-count
+  --compute-model --secret-id --secret-version-number --db-tools-details``
+* ``oci db autonomous-database create-refreshable-clone --compute-count
+  --compute-model --secret-id --secret-version-number --db-tools-details``
+* ``oci db autonomous-database update --compute-count --secret-id
+  --secret-version-number --db-tools-details``
+* ``oci db autonomous-vm-cluster create --compute-model``
+* ``oci db cloud-autonomous-vm-cluster create --compute-model``
+  * Support for new optional parameters enabling role-based access control in 
the Opensearch service
+* ``oci opensearch cluster create --security-mode
+  --security-master-user-name --security-master-user-password-hash``
+* ``oci opensearch cluster update --security-mode
+  

commit oci-cli for openSUSE:Factory

2023-01-27 Thread Source-Sync
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-01-27 10:16:08

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.32243 (New)


Package is "oci-cli"

Fri Jan 27 10:16:08 2023 rev:34 rq:1061213 version:3.22.3

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2023-01-05 
15:01:50.441369663 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.32243/oci-cli.changes   
2023-01-27 10:17:25.511946350 +0100
@@ -1,0 +2,61 @@
+Wed Jan 25 15:29:36 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.22.3
+  * Support for the Cloud Migrations service
+* ``oci cloud-migrations``
+  * Support for new optional parameter to set Custom Private IP
+during Private End Point provisioning in the Database service
+* ``oci db autonomous-database create --private-endpoint-ip``
+* ``oci db autonomous-database create-adb-cross-region-data-guard-details
+  --private-endpoint-ip``
+* ``oci db autonomous-database create-from-backup-id 
--private-endpoint-ip``
+* ``oci db autonomous-database create-from-backup-timestamp 
--private-endpoint-ip``
+* ``oci db autonomous-database create-from-clone --private-endpoint-ip``
+* ``oci db autonomous-database create-refreshable-clone 
--private-endpoint-ip``
+* ``oci db autonomous-database update --private-endpoint-ip``
+  * Support for Machine Learning pipelines for the Data Science Service
+* ``oci data-science pipeline``
+* ``oci data-science pipeline-run``
+  * Support for the language PII (Personal Identifiable Information)
+detection in the AI Language service
+* ``oci ai language batch-detect-pii-entities``
+  * Support for cross region replication in the File Storage service
+* ``oci fs replication create``
+* ``oci fs replication get``
+* ``oci fs replication list``
+* ``oci fs replication delete``
+* ``oci fs replication change-compartment``
+* ``oci fs file-system estimate-replication``
+- from version 3.22.2
+  * Database service
+* Support for Private DNS in ExaCS systems during provisioning
+  * ``oci db cloud-vm-cluster create --private-zone-id``
+* Support for Elastic Storage Expansion (Multi-Rack) feature
+  * ``oci db exadata-infrastructure create --is-multi-rack-deployment,
+--multi-rack-configuration-file``
+  * ``oci db exadata-infrastructure get --excluded-fields``
+  * ``oci db exadata-infrastructure list --excluded-fields``
+  * ``oci db exadata-infrastructure update --is-multi-rack-deployment,
+--multi-rack-configuration-file``
+* Support for target version fields of infra patching v2
+  features on cloud exadata infrastructure
+  * ``oci db cloud-exa-infra get --storageserverversion``
+  * ``oci db cloud-exa-infra get --dbserverversion``
+  * ``oci db cloud-exa-infra get --monthlystorageserverversion``
+  * ``oci db cloud-exa-infra get --monthlydbserverversion``
+  * Data Science Service
+  * Support for creating model version sets in model catalog
+* ``oci data-science model-version-set *``
+  * Support for option paramater ``model-version-set-id`` and
+``version-label`` for following commands
+* ``oci data-science model create --model-version-set-id, 
--version-label``
+* ``oci data-science model list --model-version-set-name, 
--version-label``
+* ``oci data-science model update --model-version-set-id, 
--version-label``
+- from version 3.22.1
+  * Changelog entries for version 3.22.1 are missing upstream
+* https://github.com/oracle/oci-cli/issues/627
+- Refresh patches for new version
+  * oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.22.0.tar.gz

New:

  oci-cli-3.22.3.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.GogQRL/_old  2023-01-27 10:17:25.915947977 +0100
+++ /var/tmp/diff_new_pack.GogQRL/_new  2023-01-27 10:17:25.923948010 +0100
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.22.0
+Version:3.22.3
 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.90.0
+BuildRequires:  python3-oci-sdk >= 2.90.3
 BuildRequires:  python3-pyOpenSSL >= 22.1.0
 BuildRequires:  python3-python-dateutil >= 2.5.3
 BuildRequires:  

commit oci-cli for openSUSE:Factory

2023-01-05 Thread Source-Sync
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-01-05 15:01:34

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1563 (New)


Package is "oci-cli"

Thu Jan  5 15:01:34 2023 rev:33 rq:1056166 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-12-08 
16:51:19.959528160 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1563/oci-cli.changes
2023-01-05 15:01:50.441369663 +0100
@@ -1,0 +2,88 @@
+Tue Jan  3 09:26:25 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to version 3.22.0
+  * Support for the Queue service
+* ``oci queue``
+  * Support new pluggable-database commands for the Database service
+* ``oci db database move``
+* ``oci db pluggable-database disable-pluggable-database-management``
+* ``oci db pluggable-database enable-pluggable-database-management``
+* ``oci db pluggable-database modify-pluggable-database-management``
+  * Support optional parameters availability_configuration and 
maintenance_window_schedule
+on monitors creation and updation for the APM Synthetics service
+* ``oci apm-synthetics monitor create-browser-monitor
+  --availability_configuration, --maintenance_window_schedule``
+* ``oci apm-synthetics monitor create-rest-monitor
+  --availability_configuration, --maintenance_window_schedule``
+* ``oci apm-synthetics monitor create-scripted-browser-monitor
+  --availability_configuration, --maintenance_window_schedule``
+* ``oci apm-synthetics monitor create-scripted-rest-monitor
+  --availability_configuration, --maintenance_window_schedule``
+* ``oci apm-synthetics monitor update-browser-monitor
+  --availability_configuration, --maintenance_window_schedule``
+* ``oci apm-synthetics monitor update-rest-monitor
+  --availability_configuration, --maintenance_window_schedule``
+* ``oci apm-synthetics monitor update-scripted-browser-monitor
+  --availability_configuration, --maintenance_window_schedule``
+* ``oci apm-synthetics monitor update-scripted-rest-monitor
+  --availability_configuration, --maintenance_window_schedule``
+  * Support new Project commands & optional parameters for the DevOps service
+* ``oci devops work-request list --operation-type-multi-value-query``
+* ``oci devops project schedule-cascading-delete``
+* ``oci devops project cancel-cascading-delete``
+  * Support option paramter nsg-ids for the Database Migration service
+* ``oci database-migration connection create --nsg-ids``
+* ``oci database-migration connection update --nsg-ids``
+  * Support for new optional parameter in the Big Data Service (BDS)
+* ``oci bds instance create --cluster-profile``
+  * Service Mesh service
+* Support for new command in virtual-deployment
+  * ``oci service-mesh virtual-deployment update-virtual-
+deployment-disabled-service-discovery-configuration``
+* Support for cancelling a work request for any work request
+  that has been accepted but not yet started
+  * ``oci service-mesh work-request cancel``
+* Support for new optional parameters in the list work requests
+  to filter on associated resource id and operation status
+  * ``oci service-mesh work-request list --operation-status --resource-id``
+* Support for sorting in the list work requests, list work request errors, 
list work request logs
+  * ``oci service-mesh work-request list --sort-by --sort-order``
+  * ``oci service-mesh work-request list-work-request-errors --sort-by 
--sort-order``
+  * ``oci service-mesh work-request list-work-request-logs --sort-by 
--sort-order``
+  * Fusion Application service
+* Support for Fusion Application self-service refresh scheduling
+  * ``oci fusion-apps update-refresh-activity-details 
update-refresh-activity``
+  * ``oci fusion-apps refresh-activity delete``
+   * Support for new optional parameters in create-refresh-activity-details
+ * ``oci fusion-apps create-refresh-activity-details
+   create-refresh-activity --time-scheduled-start``
+   * Support for new refresh activity lifecycle state NEEDS_ATTENTION in list
+ * ``oci fusion-apps refresh-activity list --lifecycle-state 
needs_attention``
+  * Golden Gate service
+* Support for new commands
+  * ``oci goldengate connection 
create-connection-create-azure-data-lake-storage-connection-details``
+  * ``oci goldengate connection 
create-connection-create-azure-synapse-connection-details``
+  * ``oci goldengate connection 
create-connection-create-kafka-schema-registry-connection-details``
+  * ``oci goldengate connection 

commit oci-cli for openSUSE:Factory

2022-12-08 Thread Source-Sync
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 2022-12-08 16:50:57

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1835 (New)


Package is "oci-cli"

Thu Dec  8 16:50:57 2022 rev:32 rq:1041207 version:3.21.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-12-02 
15:47:36.296629271 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1835/oci-cli.changes
2022-12-08 16:51:19.959528160 +0100
@@ -1,0 +2,95 @@
+Wed Dec  7 10:04:00 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.21.0
+  * Support for the Document Understanding service
+* ``oci ai-document``
+  * Support for Container Instances service
+* ``oci container-instances``
+  * Support for Collecting Diagnostics action in GoldenGate Deployment service
+* ``oci goldengate deployment collect-diagnostics``
+  * Support for enabling create stack from OCI DevOps Service or Bitbucket
+Cloud/Server as Source Control Management in Resource Manager service
+* ``oci resource-manager configuration-source-provider
+  update-bitbucket-cloud-username-app-password-provider``
+* ``oci resource-manager configuration-source-provider
+  update-bitbucket-server-access-token-provider``
+* ``oci resource-manager stack create-from-bitbucket-cloud``
+* ``oci resource-manager stack create-from-bitbucket-server``
+* ``oci resource-manager stack update-from-bitbucket-cloud``
+* ``oci resource-manager stack update-from-devops``
+* ``oci resource-manager configuration-source-provider
+  create-bitbucket-cloud-username-app-password-provider``
+* ``oci resource-manager configuration-source-provider
+  create-bitbucket-server-access-token-provider``
+* ``oci resource-manager stack code``
+  * Support for new optional parameters for Devops Deployments in Devops 
service
+* ``oci devops deployment create-pipeline-deployment 
--stage-override-arguments``
+* ``oci devops deployment create-single-stage-deployment 
--stage-override-arguments``
+  * Stack Monitoring service
+* Support for PeopleSoft Discovery in Stack Monitoring service
+  * ``oci stack-monitoring discovery-job create --discovery-details``
+* Support for Apache Tomcat and SQLServer Discovery
+  * ``oci stack-monitoring discovery-job create --discovery-detail``
+  * Mysql Database Service
+* Support for new required parameter "compartmentId" in BackupSummary 
response of API
+  * ``oci mysql backup get --backup-id"``
+* Supports Managed Read Reaplicas - Load Balancing by adding a
+  LOADBALANCER endpoint to DbSystem endpoints
+  * ``oci mysql db-system get --db-system-id"``
+* Support for Mysql Database Service Managed Read Replicas
+  * ``oci mysql replica *``
+* Support for new optional parameters that allow to set up replication 
filters
+  * ``oci mysql channel create-from-mysql --target-filters``
+  * ``oci mysql channel update-from-mysql --target-filters``
+* Support for new optional parameters that allow to set up replication
+  from a source configured without global transaction identifiers
+  * ``oci mysql channel create-from-mysql 
--source-anonymous-transactions-handling``
+  * ``oci mysql channel update-from-mysql 
--source-anonymous-transactions-handling``
+  * Support for the Timezone and Language Preferences in Announce service
+* ``oci announce announcement-subscription create --preferred-language``
+* ``oci announce announcement-subscription update --preferred-language``
+* ``oci announce announcements-preferences create --preferred-time-zone``
+* ``oci announce announcements-preferences update --preferred-time-zone``
+  * Support for DataSafe Report Scheduling and Alerts Bulk API in data-safe 
service
+* ``oci data-safe masking-policy download-masking-log``
+* ``oci data-safe report-summary list-reports``
+* ``oci data-safe report-definition remove``
+* ``oci data-safe report-definition schedule-report``
+* ``oci data-safe report-definition 
schedule-report-schedule-audit-report-details``
+* ``oci data-safe target-alert-policy-association patch``
+  * Java Management Service
+* Support for Java Server Usage reporting
+  * ``oci jms java-server-usage``
+  * ``oci jms java-server-instance-usage summarize``
+  * ``oci jms deployed-application-usage summarize``
+* Support for Java Library Usage reporting
+  * ``oci jms library-usage *``
+* Support for Cryptographic Roadmap Impact Analysis
+  * ``oci jms crypto-analysis-result *`
+  * ``oci jms fleet request-crypto-analyses``
+* Support for Java Flight Recorder recordings and upload
+  * ``oci 

commit oci-cli for openSUSE:Factory

2022-12-02 Thread Source-Sync
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 2022-12-02 15:47:32

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1835 (New)


Package is "oci-cli"

Fri Dec  2 15:47:32 2022 rev:31 rq:1039555 version:3.20.3

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-11-24 
12:23:23.953362356 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1835/oci-cli.changes
2022-12-02 15:47:36.296629271 +0100
@@ -1,0 +2,10 @@
+Thu Dec  1 10:15:23 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.20.3
+  * Upgraded the cryptography version to (>=3.2.1,<39.0.0)
+to fix the `OpenSSL Security bug
+`_
+- Refresh patches for new version
+  + oc_relax-python-depends.patch
+
+---

Old:

  oci-cli-3.20.2.tar.gz

New:

  oci-cli-3.20.3.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.maUrcO/_old  2022-12-02 15:47:36.844632342 +0100
+++ /var/tmp/diff_new_pack.maUrcO/_new  2022-12-02 15:47:36.852632387 +0100
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.20.2
+Version:3.20.3
 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.88.1
+BuildRequires:  python3-oci-sdk >= 2.88.2
 BuildRequires:  python3-pyOpenSSL >= 19.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.88.1
+Requires:   python3-oci-sdk >= 2.88.2
 Requires:   python3-prompt_toolkit >= 3.0.29
 Requires:   python3-pyOpenSSL >= 19.1.0
 Requires:   python3-python-dateutil >= 2.5.3

++ oc_relax-python-depends.patch ++
--- /var/tmp/diff_new_pack.maUrcO/_old  2022-12-02 15:47:36.900632656 +0100
+++ /var/tmp/diff_new_pack.maUrcO/_new  2022-12-02 15:47:36.904632678 +0100
@@ -1,6 +1,6 @@
-diff -Nru oci-cli-3.20.2.orig/requirements.txt oci-cli-3.20.2/requirements.txt
 oci-cli-3.20.2.orig/requirements.txt   2022-11-15 12:28:19.0 
+0100
-+++ oci-cli-3.20.2/requirements.txt2022-11-22 16:02:52.530811470 +0100
+diff -Nru oci-cli-3.20.3.orig/requirements.txt oci-cli-3.20.3/requirements.txt
+--- oci-cli-3.20.3.orig/requirements.txt   2022-11-22 22:03:48.0 
+0100
 oci-cli-3.20.3/requirements.txt2022-12-01 11:14:31.153750252 +0100
 @@ -2,41 +2,41 @@
  # 
(https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
  # you may need to use the --extra-index-url option instead.
@@ -12,13 +12,13 @@
  cffi>=1.9.1
 -click==7.1.2
 -coverage==4.5.2
--cryptography>=3.2.1,<=37.0.2
+-cryptography>=3.2.1,<39.0.0
 -httpsig-cffi==15.0.0
 -Jinja2==3.0.3
 -jmespath==0.10.0
 -ndg-httpsclient==0.4.2
 -mock==2.0.0
--oci==2.88.1
+-oci==2.88.2
 -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.88.1
++oci>=2.88.2
 +packaging>=20.2
 +pluggy>=0.13.0
 +py>=1.10.0
@@ -75,19 +75,19 @@
 +PyYAML>=5.4
 +docutils>=0.15.2
 +prompt-toolkit>=3.0.29
-diff -Nru oci-cli-3.20.2.orig/setup.py oci-cli-3.20.2/setup.py
 oci-cli-3.20.2.orig/setup.py   2022-11-15 12:28:19.0 +0100
-+++ oci-cli-3.20.2/setup.py2022-11-22 16:01:12.485722400 +0100
+diff -Nru oci-cli-3.20.3.orig/setup.py oci-cli-3.20.3/setup.py
+--- oci-cli-3.20.3.orig/setup.py   2022-11-22 22:03:48.0 +0100
 oci-cli-3.20.3/setup.py2022-12-01 11:15:06.389051934 +0100
 @@ -29,23 +29,23 @@
  readme = f.read()
  
  requires = [
--'oci==2.88.1',
-+'oci>=2.88.1',
+-'oci==2.88.2',
++'oci>=2.88.2',
  'arrow>=1.0.0',
  'certifi',
 -'click==7.1.2',
--'cryptography>=3.2.1,<=37.0.2',
+-'cryptography>=3.2.1,<39.0.0',
 -'jmespath==0.10.0',
 -'python-dateutil>=2.5.3,<3.0.0',
 +'click>=7.1.2',
@@ -112,116 +112,4 @@
  }
  
  fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
-diff -Nru oci-cli-3.20.2.orig/setup.py~ oci-cli-3.20.2/setup.py~
 oci-cli-3.20.2.orig/setup.py~  1970-01-01 01:00:00.0 +0100
-+++ oci-cli-3.20.2/setup.py~   2022-11-15 12:28:19.0 +0100
-@@ -0,0 +1,108 @@
-+# coding: utf-8
-+# 

commit oci-cli for openSUSE:Factory

2022-11-24 Thread Source-Sync
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 2022-11-24 12:23:16

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1597 (New)


Package is "oci-cli"

Thu Nov 24 12:23:16 2022 rev:30 rq:1037508 version:3.20.2

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-11-15 
13:21:28.188814493 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1597/oci-cli.changes
2022-11-24 12:23:23.953362356 +0100
@@ -1,0 +2,26 @@
+Tue Nov 22 15:03:34 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.20.2
+  * Database service
+* Support for mTLS authentication with Listener and for providing custom 
value for
+  TLS port and Non-TLS Port during AVM Cluster Creation on ExaCC
+  * ``oci db autonomous-vm-cluster create --is-mtls-enabled 
--scan-listener-port-non-tls
+--scan-listener-port-tls``
+* Support for new optional parameters in CloudAutonomousVmClusters
+  * ``oci db cloud-autonomous-vm-cluster create 
--autonomous-data-storage-size-in-tbs
+ --cpu-core-count-per-node --db-servers --maintenance-window-details
+--memory-per-oracle-compute-unit-in-gbs --total-container-databases``
+  * ``oci db cloud-autonomous-vm-cluster update 
--maintenance-window-details``
+* Support for new command in CloudExadataInfrastructure
+  * ``oci db cloud-exadata-infrastructure-unallocated-resources get``
+  * Support to list resources and outputs associated with resource manager
+job and stack for the Resource Management service
+* ``oci resource-manager associated-resource-summary 
list-job-associated-resources``
+* ``oci resource-manager associated-resource-summary 
list-stack-associated-resources``
+* ``oci resource-manager job-output-summary list-job-outputs``
+  * Improved handling SSL error messages in CLI to enable customers self help
+- Refresh patches for new version
+  + oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.20.1.tar.gz

New:

  oci-cli-3.20.2.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.GkUNXo/_old  2022-11-24 12:23:24.549366144 +0100
+++ /var/tmp/diff_new_pack.GkUNXo/_new  2022-11-24 12:23:24.561366220 +0100
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.20.1
+Version:3.20.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.88.0
+BuildRequires:  python3-oci-sdk >= 2.88.1
 BuildRequires:  python3-pyOpenSSL >= 19.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.88.0
+Requires:   python3-oci-sdk >= 2.88.1
 Requires:   python3-prompt_toolkit >= 3.0.29
 Requires:   python3-pyOpenSSL >= 19.1.0
 Requires:   python3-python-dateutil >= 2.5.3

++ oc_relax-python-depends.patch ++
--- /var/tmp/diff_new_pack.GkUNXo/_old  2022-11-24 12:23:24.581366347 +0100
+++ /var/tmp/diff_new_pack.GkUNXo/_new  2022-11-24 12:23:24.581366347 +0100
@@ -1,6 +1,6 @@
-diff -Nru oci-cli-3.20.1.orig/requirements.txt oci-cli-3.20.1/requirements.txt
 oci-cli-3.20.1.orig/requirements.txt   2022-11-08 08:43:52.0 
+0100
-+++ oci-cli-3.20.1/requirements.txt2022-11-14 11:48:15.603353504 +0100
+diff -Nru oci-cli-3.20.2.orig/requirements.txt oci-cli-3.20.2/requirements.txt
+--- oci-cli-3.20.2.orig/requirements.txt   2022-11-15 12:28:19.0 
+0100
 oci-cli-3.20.2/requirements.txt2022-11-22 16:02:52.530811470 +0100
 @@ -2,41 +2,41 @@
  # 
(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.88.0
+-oci==2.88.1
 -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.88.0
++oci>=2.88.1
 +packaging>=20.2
 +pluggy>=0.13.0
 +py>=1.10.0
@@ -75,15 +75,15 @@
 +PyYAML>=5.4
 +docutils>=0.15.2
 +prompt-toolkit>=3.0.29
-diff -Nru oci-cli-3.20.1.orig/setup.py oci-cli-3.20.1/setup.py
 

commit oci-cli for openSUSE:Factory

2022-11-15 Thread Source-Sync
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 2022-11-15 13:18:41

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1597 (New)


Package is "oci-cli"

Tue Nov 15 13:18:41 2022 rev:29 rq:1035658 version:3.20.1

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-11-04 
17:41:27.518845828 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1597/oci-cli.changes
2022-11-15 13:21:28.188814493 +0100
@@ -1,0 +2,46 @@
+Mon Nov 14 10:49:40 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.20.1
+  * Database service
+* Support for new commands
+  * ``oci db autonomous-database list-refreshable-clones``
+  * ``oci db cloud-exa-infra add-storage``
+  * ``oci db cloud-vm-cluster add``
+  * ``oci db cloud-vm-cluster remove``
+* Support for new optional parameters
+  * ``oci db cloud-vm-cluster create --data-storage-size-in-tbs
+--db-node-storage-size-in-gbs --db-servers --memory-size-in-gbs``
+  * ``oci db cloud-vm-cluster update --data-storage-size-in-tbs
+--db-node-storage-size-in-gbs --memory-size-in-gbs``
+  * Support for creating rollback jobs in the Resource Manager service
+* ``oci resource-manager job create-plan-rollback-job``
+* ``oci resource-manager job create-apply-rollback-job``
+  * Support for EDGE value for existing parameter --node-type in the Big Data 
service
+* ``oci bds instance worker-nodes add --node-type``
+  * Support for new optional parameter in the Data Flow service
+* ``oci data-flow private-endpoint create --scan-details``
+* ``oci data-flow private-endpoint update --scan-details``
+  * Application Dependency Management service
+* Support for new commands
+  * ``oci adm vulnerability-audit 
create-vulnerability-audit-external-resource-vulnerability-audit-source``
+  * ``oci adm vulnerability-audit 
create-vulnerability-audit-oci-resource-vulnerability-audit-source``
+  * ``oci adm vulnerability-audit 
create-vulnerability-audit-unknown-source-vulnerability-audit-source``
+* Support for new optional parameters
+  * ``oci adm vulnerability-audit 
list-application-dependency-vulnerabilities --depth --root-node-id``
+  * Dependency on click is downgraded to 7.1.2
+  * The required parameters --application-dependencies --compartment-id
+are now optional in the Application Dependency Management service
+* ``oci adm vulnerability-audit create --application-dependencies 
--compartment-id``
+  * Error message improvement with troubleshooting tips on RequestTimeout
+and ConnectTimeout for CLI commands with JSON inputs
+  * Fixed incorrectly raised PermissionError when downloading content in
+folders created from the console in the Object Storage service
+* ``oci os object bulk-download``
+  * Fixed repeated confirmation prompt for no passphrase setup
+* ``oci setup config``
+* ``oci setup keys``
+- Refresh patches for new version
+  + oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.20.0.tar.gz

New:

  oci-cli-3.20.1.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.UAu2dQ/_old  2022-11-15 13:21:28.620816723 +0100
+++ /var/tmp/diff_new_pack.UAu2dQ/_new  2022-11-15 13:21:28.636816806 +0100
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.20.0
+Version:3.20.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.87.0
+BuildRequires:  python3-oci-sdk >= 2.88.0
 BuildRequires:  python3-pyOpenSSL >= 19.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.87.0
+Requires:   python3-oci-sdk >= 2.88.0
 Requires:   python3-prompt_toolkit >= 3.0.29
 Requires:   python3-pyOpenSSL >= 19.1.0
 Requires:   python3-python-dateutil >= 2.5.3

++ oc_relax-python-depends.patch ++
--- /var/tmp/diff_new_pack.UAu2dQ/_old  2022-11-15 13:21:28.664816950 +0100
+++ /var/tmp/diff_new_pack.UAu2dQ/_new  2022-11-15 13:21:28.664816950 +0100
@@ -1,6 +1,6 @@
-diff -Nru oci-cli-3.20.0.orig/requirements.txt 

commit oci-cli for openSUSE:Factory

2022-11-04 Thread Source-Sync
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 2022-11-04 17:37:37

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.2275 (New)


Package is "oci-cli"

Fri Nov  4 17:37:37 2022 rev:28 rq:1033467 version:3.20.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-10-18 
16:06:52.721216534 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.2275/oci-cli.changes
2022-11-04 17:41:27.518845828 +0100
@@ -1,0 +2,73 @@
+Wed Nov  2 12:08:03 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.20.0
+  * Database service
+* Support for Clone from backup from last available timestamp
+  * ``oci db autonomous-database create-from-backup-timestamp
+--use-latest-available-backup-time-stamp ``
+* The required parameter --timestamp is now optional in the below command
+  * ``oci db autonomous-database create-from-backup-timestamp``
+* The required parameter --display-name is now optional in the below 
command
+  * ``oci db autonomous-database-backup create``
+  * Support for agent settings parameter for specifying third-party Qualys 
scanner
+when creating or updating a host scan recipe in the Vulnerability Scanning 
service
+* ``oci vulnerability-scanning host scan recipe create --agent-settings ``
+* ``oci vulnerability-scanning host scan recipe update --agent-settings ``
+  * Support for the below commands in the Logging Analytics service
+* ``oci log-analytics storage list-encryption-key-info``
+* ``oci log-analytics storage assign-encryption-key``
+  * Golden Gate service
+* Support for Connections for Database Resources
+  * ``oci golden-gate connection``
+* Support for the below new command
+  * ``oci goldengate deployment-type-collection list-deployment-types``
+* Support for the parameters --assignable-connection-id, 
--assigned-connection-id
+  and --supported-connection-type in the below command
+  * ``oci goldengate deployment list``
+  * [BREAKING] The command oci organizations work-request-log-entry list has 
been
+changed to oci organizations work-request-log list in the Organization 
service
+  * Improved CLI error message on incorrect JSON input
+- from version 3.19.0
+  * Support for Full Stack Disaster Recovery service
+* ``oci disaster-recovery``
+  * The AI Language service
+* Support for the Language custom models
+  * ``oci ai language project``
+  * ``oci ai language model``
+  * ``oci ai language endpoint``
+* Support for the language translation
+  * ``oci ai language batch-language-translation``
+* Support for new optional parameters in the batch service
+  * ``oci ai language batch-detect-entities --compartment-id 
--endpoint-id``
+  * ``oci ai language batch-detect-key-phrases --compartment-id``
+  * ``oci ai language batch-detect-language --compartment-id``
+  * ``oci ai language batch-detect-sentiments --compartment-id``
+  * ``oci ai language batch-detect-text-classification --compartment-id 
--endpoint-id``
+  * Data Flow Service
+* Support for running code interactively with Session Applications using 
Statement resource
+  * ``oci data-flow statement create --code --run-id``
+  * ``oci data-flow statement delete --run-id --statement-id``
+  * ``oci data-flow statement get --run-id --statement-id``
+  * ``oci data-flow statement list --run-id``
+* Support for new optional parameters
+  * ``oci data-flow application create --idle-timeout-in-minutes 
--max-duration-in-minutes``
+  * ``oci data-flow application update --idle-timeout-in-minutes 
--max-duration-in-minutes``
+  * ``oci data-flow run create --idle-timeout-in-minutes 
--max-duration-in-minutes``
+  * ``oci data-flow run submit --idle-timeout-in-minutes 
--max-duration-in-minutes``
+  * ``oci data-flow run update --idle-timeout-in-minutes 
--max-duration-in-minutes``
+  * Support for using combination of environment variable and other required
+parameter in commands ,if config file is not present
+  * Fixed mismatched help text format when using ``--help``
+  * Dependency on click is upgraded to 8.0.4
+  * Data Flow Service
+* [BREAKING] The parameter --file-url has been removed from the below 
command
+  * ``oci data-flow application create``
+* [BREAKING] The parameters --defined-tags, --force, --freeform-tags, 
--if-match,
+  --max-wait-seconds, --wait-for-state, --wait-interval-seconds have been 
deleted
+  from the below command
+  * ``oci data-flow statement list``
+- Refresh patches for new version
++ oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+

commit oci-cli for openSUSE:Factory

2022-10-18 Thread Source-Sync
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 2022-10-18 16:06:51

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.2275 (New)


Package is "oci-cli"

Tue Oct 18 16:06:51 2022 rev:27 rq:1010232 version:3.18.1

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-09-30 
17:58:18.973315534 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.2275/oci-cli.changes
2022-10-18 16:06:52.721216534 +0200
@@ -1,0 +2,29 @@
+Mon Oct 10 12:22:56 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.18.1
+  * Bastion support for target host identification and enabled SOCKS support
+for dynamic port forwarding sessions
+* ``oci bastion``
+  * Operations Insights service
+* Support for creating Enterprise Manager-based Windows host targets for 
``--platform-type``
+  * ``oci opsi host-insights list --platform-type``
+* Support for creating Management Agent Cloud Service-based Windows and
+  Solaris hosts targets for ``--platform-type``
+  * ``oci opsi host-insights list --platform-type``
+* Support for Host Top Process allowing users to locate top processes
+  running at a particular point in time
+  * ``oci opsi host-insights summarize-top-processes-usage --compartment-id
+--id --resource-metric --timestamp --analysis-time-interval``
+* Support for Host Top Process allowing users to filter by a single process
+  in order to trend this process over time
+  * ``oci opsi host-insights summarize-top-processes-usage --compartment-id
+--id --resource-metric --timestamp --analysis-time-interval``
+  * Cloud-Bridge Service
+* Support for check to require ``--vcenter-endpoint`` and 
``--discovery-credentials``
+  parameters if asset source is VMWARE for ``--type``
+  * ``oci cloud-bridge discovery asset-source create --type VMWARE``
+- Refresh patches for new version
++ oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.18.0.tar.gz

New:

  oci-cli-3.18.1.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.1vrmPH/_old  2022-10-18 16:06:53.237217173 +0200
+++ /var/tmp/diff_new_pack.1vrmPH/_new  2022-10-18 16:06:53.245217183 +0200
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.18.0
+Version:3.18.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.84.0
+BuildRequires:  python3-oci-sdk >= 2.85.0
 BuildRequires:  python3-pyOpenSSL >= 19.1.0
 BuildRequires:  python3-python-dateutil >= 2.5.3
 BuildRequires:  python3-pytz >= 2016.10
@@ -82,7 +82,7 @@
 Requires:   python3-click >= 7.1.2
 Requires:   python3-cryptography >= 3.2.1
 Requires:   python3-jmespath >= 0.10.0
-Requires:   python3-oci-sdk >= 2.84.0
+Requires:   python3-oci-sdk >= 2.85.0
 Requires:   python3-prompt_toolkit >= 3.0.29
 Requires:   python3-pyOpenSSL >= 19.1.0
 Requires:   python3-python-dateutil >= 2.5.3

++ oc_relax-python-depends.patch ++
--- /var/tmp/diff_new_pack.1vrmPH/_old  2022-10-18 16:06:53.269217213 +0200
+++ /var/tmp/diff_new_pack.1vrmPH/_new  2022-10-18 16:06:53.273217218 +0200
@@ -1,6 +1,7 @@
-diff -Nru oci-cli-3.18.0.orig/requirements.txt oci-cli-3.18.0/requirements.txt
 oci-cli-3.18.0.orig/requirements.txt   2022-09-28 00:50:08.0 
+0200
-+++ oci-cli-3.18.0/requirements.txt2022-09-29 11:45:07.455751956 +0200
+Common subdirectories: oci-cli-3.18.1.orig/.github and oci-cli-3.18.1/.github
+diff -u oci-cli-3.18.1.orig/requirements.txt oci-cli-3.18.1/requirements.txt
+--- oci-cli-3.18.1.orig/requirements.txt   2022-10-04 22:54:50.0 
+0200
 oci-cli-3.18.1/requirements.txt2022-10-10 14:22:35.258579182 +0200
 @@ -2,41 +2,41 @@
  # 
(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 +19,7 @@
 -jmespath==0.10.0
 -ndg-httpsclient==0.4.2
 -mock==2.0.0
--oci==2.84.0
+-oci==2.85.0
 -packaging==20.2
 -pluggy==0.13.0
 -py==1.10.0
@@ -37,7 +38,7 @@
 +jmespath>=0.10.0
 +ndg-httpsclient>=0.4.2
 +mock>=2.0.0
-+oci>=2.84.0
++oci>=2.85.0
 +packaging>=20.2
 +pluggy>=0.13.0
 +py>=1.10.0
@@ -75,15 +76,17 @@
 +PyYAML>=5.4
 +docutils>=0.15.2
 +prompt-toolkit>=3.0.29

commit oci-cli for openSUSE:Factory

2022-09-30 Thread Source-Sync
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 2022-09-30 17:58:01

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.2275 (New)


Package is "oci-cli"

Fri Sep 30 17:58:01 2022 rev:26 rq:1007086 version:3.18.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-09-16 
13:32:52.181371220 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.2275/oci-cli.changes
2022-09-30 17:58:18.973315534 +0200
@@ -1,0 +2,109 @@
+Thu Sep 29 08:57:21 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.18.0
+  * Support for previous pagination in Resource Search service
+* ``oci search resource structured-search --page $opc-previous-token``
+  * Support for Elastic Compute feature as part of database service
+* ``oci db exadata-infrastructure generate-recommended-vm-cluster-network 
--db-servers``
+* ``oci db exadata-infrastructure update --additional-compute-count,
+  --additional-compute-system-model``
+* ``oci db vm-cluster-network resize --action, --exadata-infrastructure-id,
+  --vm-cluster-network-id, --vm-networks``
+  * Stack Monitoring service
+* Support for new command
+  * ``oci stack-monitoring resource search-associated-resources``
+* Support for new optional parameter
+  * ``oci stack-monitoring resource search --external-id``
+  * ``oci stack-monitoring resource create --external-id``
+  * ``oci stack-monitoring resource delete --is-delete-members``
+  * NoSQL service
+* ``oci nosql query prepare``
+  * Added a new optional argument ``--is-get-query-plan``
+  * Added the optional ``queryPlan`` property in the JSON response
+* ``oci nosql table get``
+  * Added the properties ``isAsUuid`` and ``isGenerated`` to the ``Column``
+JSON object that is included in the JSON response
+  * Added the ``identity`` JSON object that is included in the the JSON 
response
+* ``oci nosql table list-table-usage``
+  * Added the property ``maxShardSizeUsageInPercent`` in the JSON response
+  * [BREAKING]  DNS service
+*  ``oci dns resolver-endpoint create --subnet-id --nsg-ids``
+  * Required parameter ``--subnet-id`` was added
+  * Optional paramater ``--nsg-ids`` was added
+  * Optional paramater ``--endpoint-type`` was removed
+* ``oci dns resolver-endpoint update``
+  * The optional paramater ``--nsg-ids`` was added
+- from version 3.17.0
+  * Support for the Cloud Migrations service
+* ``oci cloud-migrations``
+  * Support for the Cloud Bridge service
+* ``oci cloud-bridge``
+  * Support for listing summary messages, trail files, and trail file
+sequences for a deployment in the Golden Gate service
+* ``oci goldengate message-summary list-messages``
+* ``oci goldengate trail-file-summary list-trail-files``
+* ``oci goldengate trail-sequence-summary list-trail-sequences``
+  * Threat Intelligence service
+* Support for new command
+  * ``oci threat-intelligence indicator summarize``
+* Support for new optional parameters
+  * ``oci threat-intelligence indicator-summaries list-indicators 
--time-created-after
+--time-created-before --time-last-seen-after --time-last-seen-before 
--time-updated-before``
+  * Log Analytics service
+* Support for new commands
+  * ``oci log-analytics ingest-time-rule``
+  * ``oci log-analytics rule list``
+* Support for new optional parameters
+  * ``oci log-analytics object-collection-rule create --log-set
+--log-set-ext-regex --log-set-key --timezone``
+  * ``oci log-analytics object-collection-rule update --log-set
+--log-set-ext-regex --log-set-key --timezone``
+  * ``oci log-analytics storage recall-archived-data --log-sets 
--query-string``
+  * Support for new commands in the DevOps service
+* ``oci devops connection create-vbs-connection``
+* ``oci devops connection update-vbs-connection``
+* ``oci devops trigger create-vbs-trigger``
+* ``oci devops trigger update-vbs-trigger``
+  * Support for new optional parameters in the Usage service
+* ``oci usage-api schedule create --output-file-format --saved-report-id 
--description``
+* ``oci usage-api schedule update --output-file-format --result-location 
--description``
+  * Data integration service
+* Support for new commands
+  * ``oci data-integration runtime-operator get``
+  * ``oci data-integration runtime-operators list-runtime-operators``
+  * ``oci data-integration runtime-pipeline get``
+  * ``oci data-integration runtime-pipelines list-runtime-pipelines``
+  * ``oci data-integration task-run-lineage list-task-run-lineages``
+  * ``oci 

commit oci-cli for openSUSE:Factory

2022-09-16 Thread Source-Sync
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 2022-09-16 13:32:30

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.2083 (New)


Package is "oci-cli"

Fri Sep 16 13:32:30 2022 rev:25 rq:1004061 version:3.16.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-09-08 
14:22:41.910536661 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.2083/oci-cli.changes
2022-09-16 13:32:52.181371220 +0200
@@ -1,0 +2,59 @@
+Tue Sep 13 13:49:07 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.16.0
+  * Monitoring service
+* Support for new parameters
+  * ``oci monitoring alarm create 
--is-notifications-per-metric-dimension-enabled``
+  * ``oci monitoring alarm update 
--is-notifications-per-metric-dimension-enabled``
+  * ``oci monitoring metric-data post --content-encoding``
+* Support for retrieving dimension
+  * ``oci monitoring alarm-dimension-states-collection 
retrieve-dimension-states``
+  * Support for Preferred Credentials for performing privileged operations
+in the Database Management service
+* ``oci database-management preferred-credential``
+  * Data Connectivity service
+* Support for new commands
+  * ``oci data-connectivity data-entity 
create-entity-shape-create-entity-shape-from-message``
+  * ``oci data-connectivity data-preview 
create-data-preview-derived-entity``
+  * ``oci data-connectivity data-profile 
create-data-profile-derived-entity``
+  * ``oci data-connectivity execute-operation-job-details
+create-execute-operation-job-operation-from-api``
+* Support for new parameters
+  * ``oci data-connectivity endpoint update --dns-zones``
+  * ``oci data-connectivity data-entity list --include-types``
+  * ``oci data-connectivity schema list --include-types``
+* Support for new optional parameter data-entity-entity-properties in the 
below commands
+  * ``oci data-connectivity data-entity create-data-preview-ds``
+  * ``oci data-connectivity data-entity create-data-preview-file``
+  * ``oci data-connectivity data-entity create-data-preview-sql``
+  * ``oci data-connectivity data-entity create-data-preview-table``
+  * ``oci data-connectivity data-entity create-data-preview-view``
+  * ``oci data-connectivity data-entity create-data-profile-ds``
+  * ``oci data-connectivity data-entity create-data-profile-file``
+  * ``oci data-connectivity data-entity create-data-profile-sql``
+  * ``oci data-connectivity data-entity create-data-profile-table``
+  * ``oci data-connectivity data-entity create-data-profile-view``
+  * ``oci data-connectivity data-preview 
create-data-preview-data-entity-from-data-store``
+  * ``oci data-connectivity data-preview 
create-data-preview-data-entity-from-file``
+  * ``oci data-connectivity data-preview 
create-data-preview-data-entity-from-sql``
+  * ``oci data-connectivity data-preview 
create-data-preview-data-entity-from-table``
+  * ``oci data-connectivity data-preview 
create-data-preview-data-entity-from-view``
+  * ``oci data-connectivity data-profile 
create-data-profile-data-entity-from-data-store``
+  * ``oci data-connectivity data-profile 
create-data-profile-data-entity-from-file``
+  * ``oci data-connectivity data-profile 
create-data-profile-data-entity-from-sql``
+  * ``oci data-connectivity data-profile 
create-data-profile-data-entity-from-table``
+  * ``oci data-connectivity data-profile 
create-data-profile-data-entity-from-view``
+  * ``oci data-connectivity execute-operation-job-details
+create-execute-operation-job-operation-from-procedure``
+  * [BREAKING] Data Connectivity service
+* The optional parameter resource-id renamed to registry-id for the command
+  * ``oci data-connectivity work-request list``
+* The commands below are deleted
+  * ``oci data-connectivity connection-validation delete``
+  * ``oci data-connectivity connection-validation get``
+  * ``oci data-connectivity connection-validation list``
+- Refresh patches for new version
++ oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.15.2.tar.gz

New:

  oci-cli-3.16.0.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.XeDAEe/_old  2022-09-16 13:32:52.613372616 +0200
+++ /var/tmp/diff_new_pack.XeDAEe/_new  2022-09-16 13:32:52.617372629 +0200
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   

commit oci-cli for openSUSE:Factory

2022-09-08 Thread Source-Sync
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 2022-09-08 14:22:05

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.2083 (New)


Package is "oci-cli"

Thu Sep  8 14:22:05 2022 rev:24 rq:1001682 version:3.15.2

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-08-27 
11:49:56.037822950 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.2083/oci-cli.changes
2022-09-08 14:22:41.910536661 +0200
@@ -1,0 +2,60 @@
+Tue Sep  6 08:48:14 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.15.2
+  * Support for dynamic window sizing and new terminal too
+small error message in interactive mode
+* ``oci -i``
+  * Support for in-place upgrade in the OCVS service
+* ``oci ocvs esxi-host create``
+  * Support for customers to choose to opt for Guest VM event collection,
+diagnostics logs and traces in the Database service
+* ``oci db system launch``
+* ``oci db system launch-from-backup``
+* ``oci db system launch-from-database``
+* ``oci db system launch-from-db-system``
+* ``oci db system update``
+* ``oci db data-guard-association create with-new-db-system``
+  * Support for performance-based autotuning of Block and Boot
+Volumes in the Block Storage service
+* ``oci bv boot-volume create``
+* ``oci bv boot-volume 
create-boot-volume-boot-volume-source-from-boot-volume-replica-details``
+* ``oci bv boot-volume update``
+* ``oci bv volume create``
+* ``oci bv volume 
create-volume-volume-source-from-block-volume-replica-details``
+* ``oci bv volume update``
+  * Support for Single Client Access Name protocol as Data Source and for
+Network Security Groups in Private Access Channel in the Analytics service
+* ``oci analytics analytics-instance create-private-access-channel``
+- from version 3.15.1
+  * Support for support rewards redemption summaries in the Usage service
+* ``oci usage redemption-summary list-redemption-summaries``
+  * Support for parent tenancy of an organization to view child tenancy
+categories, recommendations, and resource actions in the Optimizer service
+* ``oci optimizer category-summary list``
+* ``oci optimizer recommendation-summary list``
+* ``oci optimizer resource-action-summary list``
+  * Support for File filter in the DevOps service
+* ``oci devops trigger create-bitbucket-cloud-trigger``
+* ``oci devops trigger create-github-trigger``
+* ``oci devops trigger create-gitlab-trigger``
+* ``oci devops trigger update-bitbucket-cloud-trigger``
+* ``oci devops trigger update-github-trigger``
+* ``oci devops trigger update-gitlab-trigger``
+  * Added additional support for Configuration variables to MDS in the MySQL 
Service
+* ``oci mysql configuration create --init-variables``
+  * Database service
+* Support for allowing choosing prior versions for Infrastructure 
Maintenance for ExaCC
+  * ``oci db infrastructure-target-version get``
+* Support for new optional parameters
+  * ``oci db maintenance-run update --target-db-server-version 
--target-storage-server-version``
+  * Optimizer service
+* The parameter --category-id is now optional in the below command
+  * ``oci optimizer recommendation-summary list``
+* The parameter --recommendation-id is now optional in the below commands
+  * ``oci optimizer resource-action-summary filter-resource-actions``
+  * ``oci optimizer resource-action-summary list``
+- Refresh patches for new version
++ oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.15.0.tar.gz

New:

  oci-cli-3.15.2.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.Z93CTp/_old  2022-09-08 14:22:42.366537713 +0200
+++ /var/tmp/diff_new_pack.Z93CTp/_new  2022-09-08 14:22:42.374537732 +0200
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.15.0
+Version:3.15.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.79.0
+BuildRequires:  python3-oci-sdk >= 2.80.1
 BuildRequires:  python3-pyOpenSSL >= 19.1.0
 BuildRequires:  python3-python-dateutil >= 2.5.3
 BuildRequires:  python3-pytz >= 2016.10
@@ -82,7 +82,7 @@
 Requires:   python3-click >= 7.1.2
 Requires:   

commit oci-cli for openSUSE:Factory

2022-08-27 Thread Source-Sync
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 2022-08-27 11:49:53

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.2083 (New)


Package is "oci-cli"

Sat Aug 27 11:49:53 2022 rev:23 rq:999382 version:3.15.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-08-09 
15:27:43.509517658 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.2083/oci-cli.changes
2022-08-27 11:49:56.037822950 +0200
@@ -1,0 +2,113 @@
+Mon Aug 22 12:23:55 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.15.0
+  * Support for debug reports and analysis in Service Mesh service
+* ``oci service-mesh debug report``
+  * Support for Logging Analytics as a target for Streaming Source
+feature for Service Connector Hub in the Logging service
+* ``oci logging analytics target``
+  * Support for streaming Application logs to Logging Service
+in the Data Flow Service
+* ``oci data-flow run create --application-log-config``
+* ``oci data-flow application create --application-log-config``
+* ``oci data-flow application update --application-log-config``
+* ``oci data-flow run submit --application-log-config``
+  * Support for the below commands in the Cloud Guard service
+* ``oci cloud-guard data-source``
+* ``oci cloud-guard detector-recipe-detector-rule``
+* ``oci cloud-guard problem list-problem-entities``
+* ``oci cloud-guard work-request``
+* ``oci cloud-guard work-request-error``
+* ``oci cloud-guard work-request-log-entry``
+  * The parameter --source-detector-recipe-id is now optional
+in the below command in the Cloud Guard service
+* ``oci cloud-guard detector-recipe create``
+  * [BREAKING] The command ``oci logging-search search-result search-logs``
+has been changed back to be ``oci logging-search search-logs``
+- from version 3.14.0
+  * Support for moving resources in the Dashboard Service
+* ``oci dashboard-service dashboard-group change-compartment``
+* ``oci dashboard-service dashboard change-dashboard-group``
+  * Java Management service
+* Support for Java download and installation
+  * ``oci jms java-family get``
+  * ``oci jms java-family-collection list-java-families``
+  * ``oci jms java-release``
+  * ``oci jms installation-site-summary add``
+  * ``oci jms fleet generate-agent-deploy-script``
+* Support for new parameters
+  * ``oci jms application-usage summarize --display-name-contains``
+  * ``oci jms fleet create --inventory-log, 
--is-advanced-features-enabled``
+  * ``oci jms fleet list --display-name-contains``
+  * ``oci jms fleet update --is-advanced-features-enabled``
+  * ``oci jms installation-site-summary list-installation-sites
+--path-contains, --time-end, --time-start``
+  * ``oci jms installation-usage summarize --path-contains``
+  * ``oci jms managed-instance-usage summarize --hostname-contains``
+  * Support for ETags for Optimistic Concurrency Control for all
+commands in Load Balancer service
+* ``oci lb --if-match``
+  * Support for single host Software Defined Data Center in the
+Oracle Cloud VMware Provisioning service
+* `` oci ocvs sddc create --is-single-host-sddc ``
+  * Support for maintenance run history for Infrastructure
+maintenance for ExaCC as part of Database service
+* ``oci db maintenance-run-history``
+  * Support for Optimiser statistics monitoring and management for Database 
Management service
+* ``oci database-management managed-database 
get-optimizer-statistics-advisor-execution``
+* ``oci database-management managed-database 
get-optimizer-statistics-advisor-execution-script``
+* ``oci database-management managed-database 
get-optimizer-statistics-collection-operation``
+* ``oci database-management managed-database 
implement-optimizer-statistics-advisor-recommendations``
+* ``oci database-management managed-database 
list-optimizer-statistics-advisor-executions``
+* ``oci database-management managed-database 
list-optimizer-statistics-collection-aggregations``
+* ``oci database-management managed-database 
list-optimizer-statistics-collection-operations``
+* ``oci database-management managed-database list-table-statistics``
+  * APM Synthetic service
+* Support for Round Robin Alerting for create/update monitors
+  * ``oci apm-synthetics monitor create-browser-monitor 
--batch-interval-in-seconds,
+--dns-configuration, --is-run-now, --scheduling-policy``
+  * ``oci apm-synthetics monitor create-rest-monitor 
--batch-interval-in-seconds,
+--dns-configuration, --is-run-now, --scheduling-policy``
+  * ``oci 

commit oci-cli for openSUSE:Factory

2022-08-09 Thread Source-Sync
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 2022-08-09 15:27:08

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1521 (New)


Package is "oci-cli"

Tue Aug  9 15:27:08 2022 rev:22 rq:993784 version:3.13.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-07-26 
19:45:10.792800726 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1521/oci-cli.changes
2022-08-09 15:27:43.509517658 +0200
@@ -1,0 +2,74 @@
+Fri Aug  5 09:13:55 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.13.0
+  * Support for the Open Search service
+* ``oci opensearch``
+  * Support for private repositories in the DevOps service
+* Added support for DevOps Build connection resource for private 
repositories
+  * ``oci devops connection create-bitbucket-server-connection``
+  * ``oci devops connection create-gitlab-server-connection``
+  * ``oci devops connection update-bitbucket-server-connection``
+  * ``oci devops connection update-gitlab-server-connection``
+* Added support for DevOps Build trigger resource for private repositories
+  * ``oci devops trigger create-gitlab-server-trigger``
+  * ``oci devops trigger create-bitbucket-server-trigger``
+  * ``oci devops trigger update-bitbucket-server-trigger``
+  * ``oci devops trigger update-gitlab-server-trigger``
+* Added support for DevOps Build stage resource to use private connections
+  * ``oci devops build-pipeline-stage create-build-stage 
--network-channel``
+  * ``oci devops build-pipeline-stage update-build-stage 
--network-channel``
+  * Changed --table-limits argument to optional in the NoSQL service
+* ``oci nosql table create --table-limits``
+  * Changed loading json document to support case insensitive prefix
+(file://) for global parameter and all json loading commands
+* ``--from-json``
+  * [BREAKING] Command and subgroup work-request-log list renamed
+in the Governance Rules Control Plane service
+* ``oci governance-rules-control-plane work-request
+  work-request-log-entry list-work-request-logs``
+  * [BREAKING] Subgroup work-request renamed in the Tenant
+Manager Control Plane service
+* ``oci organizations work-request-log list``
+  - from version 3.12.0
+  * [BREAKING]  Support for the Fusion Apps as a Service
+* ``oci fusion-apps``
+  * Support for specifying size preference when requesting a
+Data Transfer Appliance in the Data Transfer Service
+* ``oci dts appliance request --minimum-storage-capacity-in-terabytes``
+  * Support for listing all boot volume and replicas within a
+volume group replica in Boot-volume service
+* ``oci bv boot-volume list --volume-group-id``
+* ``oci bv boot-volume-replica list --volume-group-replica-id``
+  * ``Big data service``
+  * Added support for encryption of boot and block volumes associated
+with the cluster using customer specified kmsKeyId
+ * ``oci bds instance create --kms-key-id``
+ * ``oci bds instance update --kms-key-id``
+  * Added support for VM.Standard.E4.Flex shape for Cloud SQL (CSQL) node
+ * ``oci bds cloudsql add --shape-config``
+  * Support for Autonomous Database Dedicated on ExaCS in Operator Access 
Control Service
+* ``oci opctl operator-control create --resource-type``
+* ``oci opctl operator-control-assignment create --resource-type``
+  * Support for new parameter in management-agent service
+* ``oci management-agent work-request list --type``
+* ``oci management-agent plugin list --agent-id``
+* ``oci management-agent agent list --access-level 
--compartment-id-in-subtree``
+  * Support for viewing Automatic Workload Repository (AWR) data for databases
+added to AWRHub in Operations Insights service
+* ``oci opsi awr-hubs *``
+  * Support for Monthly Security Maintenance with subtype "SECURITY_MONTHLY" 
in Database service
+* ``oci db maintenance-run list --maintenance-subtype SECURITY_MONTHLY``
+  * Support for new fields to enable/modify database management in Database 
service
+* ``oci db database modify-database-management --port --protocol --role 
--ssl-secret-id``
+  * Support for runtime configuration in notebook session in Data-science 
service
+* ``oci data-science notebook-session create --runtime-config-details``
+* ``oci data-science notebook-session update --runtime-config-details``
+  * Support for following command in Media service
+* ``oci media-services media-stream``
+  * Fixed "wait-for-state" for oci db autonomous-database delete
+* ``oci db autonomous-database delete --wait-for-state``
+- Refresh patches for new version
++ 

commit oci-cli for openSUSE:Factory

2022-07-26 Thread Source-Sync
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 2022-07-26 19:45:09

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1533 (New)


Package is "oci-cli"

Tue Jul 26 19:45:09 2022 rev:21 rq:991050 version:3.11.1

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-07-05 
12:08:47.920497997 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1533/oci-cli.changes
2022-07-26 19:45:10.792800726 +0200
@@ -1,0 +2,55 @@
+Mon Jul 25 10:36:58 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.11.1
+  * Support for 2 new global parameters to provide connection and read timeout 
value
+* ``oci --connection-timeout --read-timeout``
+  * Support for Container Databases (CDBs) and Pluggable Databases (PDBs) 
discovery
+in the Stack Monitoring service
+* ``oci stack-monitoring discovery-job create --compartment-id 
--discovery-details``
+  * Support for the Fusion Apps service
+* ``oci fusion-apps``
+  * Support for the Oracle Process Automation service
+* ``oci opa``
+  * Support for ingress routing tables to NAT Gateway and Internet
+Gateway in the VCN Routing service
+* ``oci network nat-gateway create --route-table-id``
+* ``oci network nat-gateway update --route-table-id``
+* ``oci network internet-gateway create --route-table-id``
+* ``oci network internet-gateway update --route-table-id``
+  * Support for maintenance reboot due date extension on Virtual Machine
+instances in the core service
+* ``oci compute instance-maintenance-reboot get``
+* ``oci compute instance update --time-maintenance-reboot-due``
+  * Support for Oracle Managed Access service
+* ``oci oma``
+  * Support for grapePeriod for wallet rotation feature in the Autonomous 
Database service
+* ``oci db autonomous-database-wallet rotate --grace-period``
+* ``oci db autonomous-database-wallet rotate-regional-wallet 
--grace-period``
+  * Support for the Media service
+* ``oci media-services``
+  * Modified supported version for the following package:
+cryptography (>=3.2.1, <=37.0.2), pyOpenSSL (>=17.5.0, <=22.0.0)
+- from version 3.11.0
+  * Support to provide database management private endpoint ID as input to 
enable
+DBCS databases in the Operations Insights service
+* ``oci opsi database-insights create-pe-comanged-database 
--dbm-private-endpoint-id``
+  * Support for the below new fields to create data guard association with
+new db system in the Database service
+* ``oci db data-guard-association create with-new-db-system 
--database-defined-tags
+  --database-freeform-tags --db-system-defined-tags 
--db-system-freeform-tags
+  --fault-domains --license-model --node-count --private-ip --time-zone``
+  * Support for Native Pod Networking in Oracle Kubernetes Engine service
+* ``oci ce cluster create --cluster-pod-network-options``
+* ``oci ce node-pool create --max-pods-per-node --pod-nsg-ids 
--pod-subnet-ids``
+* ``oci ce node-pool update --max-pods-per-node --pod-nsg-ids 
--pod-subnet-ids``
+  * Support for Compute Instance Maintenance in the Compute service
+* ``oci compute instance action --action rebootmigrate``
+  * [BREAKING] The confusing flag naming for preserving data volumes created on
+instance launch --preserve-data-volumes is removed in the compute service
+* ``oci compute instance terminate --preserve-data-volumes``
+  * Bug fixes and improvements to project_o
+- Refresh patches for new version
++ oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.10.5.tar.gz

New:

  oci-cli-3.11.1.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.nPPqbH/_old  2022-07-26 19:45:11.396707408 +0200
+++ /var/tmp/diff_new_pack.nPPqbH/_new  2022-07-26 19:45:11.400706790 +0200
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.10.5
+Version:3.11.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.73.0
+BuildRequires:  python3-oci-sdk >= 2.75.1
 BuildRequires:  python3-pyOpenSSL >= 19.1.0
 BuildRequires:  python3-python-dateutil >= 2.5.3
 BuildRequires:  python3-pytz >= 2016.10
@@ -82,7 +82,7 @@
 Requires:   python3-click >= 7.1.2
 Requires:   python3-cryptography >= 

commit oci-cli for openSUSE:Factory

2022-07-05 Thread Source-Sync
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 2022-07-05 12:08:46

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1548 (New)


Package is "oci-cli"

Tue Jul  5 12:08:46 2022 rev:20 rq:986473 version:3.10.5

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-05-25 
20:34:27.196218520 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1548/oci-cli.changes
2022-07-05 12:08:47.920497997 +0200
@@ -1,0 +2,186 @@
+Fri Jul  1 12:20:50 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.10.5
+  * Support for the Network Monitoring service
+* ``oci vn-monitoring``
+  * Support for EmWarehouse Service
+* ``oci em-warehouse``
+  * Support for specifying application scan settings when creating or updating
+host scan recipes in the Vulnerability Scanning service
+* ``oci vulnerability-scanning host scan recipe create 
--application-settings``
+* ``oci vulnerability-scanning host scan recipe update 
--application-settings``
+  * Support for shared infrastructure autonomous database character sets in 
the Database service
+* ``oci db autonomous-database-character-sets list``
+  * Support for safe-deleting nodes in the Container Engine for Kubernetes 
service
+* ``oci ce node-pool create 
--is-force-deletion-after-override-grace-duration-query-param``
+* ``oci ce node-pool update 
--is-force-deletion-after-override-grace-duration-query-param``
+* ``oci ce node-pool delete 
--is-force-deletion-after-override-grace-duration-query-param``
+* ``oci ce node-pool delete-node 
--is-force-deletion-after-override-grace-duration-query-param``
+  * Support for ``ncharacter-set`` and ``ncharacter-set`` in Autonomous 
database service
+* ``oci db autonomous-database create --character-set "AL32UTF8" 
--ncharacter-set "AL16UTF16"``
+- from version 3.10.4
+  * Support for the Network Firewall service
+* ``oci network-firewall``
+  * Support for CSV file type datasets for text labeling and JSONL in the Data 
Labeling service
+* ``oci data-labeling-service dataset 
create-dataset-text-dataset-format-details
+  --dataset-format-details-text-file-type-metadata``
+  * Support for diagnostics in the Database Management service
+* ``oci database-management diagnosability``
+* ``oci database-management sql-tuning-task``
+  * Fixed following command/operations input, output filenames and path for
+windows OS in object storage service
+* ``oci os object sync``
+  * Fixed pagination bug in list database service
+* ``oci db database list``
+- from version 3.10.3
+  * Support for clearing commands history with 'F7' in interactive mode
+* ``oci -i``
+  * Support for the Web Application Acceleration (WAA) service
+* ``oci waa``
+  * Support for the Governance Rules service
+* ``oci governance-rules-control-plane governance-rule``
+  * Support for the OneSubscription service
+* ``oci onesubscription``
+  * Support for quota resource locking in the Limits service
+* ``oci limits quota addlock``
+* ``oci limits quota removelock``
+* ``oci limits quota create --locks``
+* ``oci limits quota delete --is-lock-override``
+  * Support for ``--wait-for-state`` for following command in the MySQL 
Database service
+* ``oci mysql backup update``
+  * Support for time zone in Cloud Autonomous VM (CAVM) clusters in the 
Database service
+* ``oci db cloud-autonomous-vm-cluster create --cluster-time-zone``
+  * Support for configuration options in the Application Performance 
Monitoring service
+* ``oci apm-config config create-options``
+  * Support for MySQL connections in the Database Tools service
+* ``oci dbtools connection``
+  * Support for resource locking in the Identity service
+* ``oci iam tag-namespace add --tag-namespace-id $tag_namespace_id --type 
$lock_type``
+* ``oci iam tag-namespace remove --tag-namespace-id $tag_namespace_id 
--type $lock_type``
+* ``oci iam tag-default add --tag-default-id $tag_default_id --type 
$lock_type``
+* ``oci iam tag-default remove --tag-default-id $tag_default_id --type 
$lock_type``
+  * Fixed bugs in the following commands in Rover service
+* ``oci rover node add-workload``
+* ``oci rover node create``
+- from version 3.10.2
+  * Support for private endpoint in the Resource Manager service
+* ``oci resource-manager private-endpoint``
+  * Support for generated downloading terraform plan output in json or
+binary format in the Resource Manager service
+* ``oci resource-manager job get-job-tf-plan``
+  * Support for query OPSI Data Objects
+* ``oci opsi opsi-data-objects``
+  * Modified supported version for the following 

commit oci-cli for openSUSE:Factory

2022-05-25 Thread Source-Sync
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 2022-05-25 20:34:12

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.2254 (New)


Package is "oci-cli"

Wed May 25 20:34:12 2022 rev:19 rq:978241 version:3.9.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-05-07 
23:54:26.500919535 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.2254/oci-cli.changes
2022-05-25 20:34:27.196218520 +0200
@@ -1,0 +2,38 @@
+Wed May 18 07:45:12 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.9.0
+  * Data Integration service
+* Support for BIP connection in the following commands
+  * ``oci data-integration connection
+create-connection-create-connection-from-bip``
+  * ``oci data-integration connection-validation
+create-connection-validation-create-connection-from-bip``
+* New parameters --conditional-composite-field-map, --is-single-load
+  and --parallel-load-limit for the below commands
+  * ``oci data-integration task create-data-loader-task
+ --conditional-composite-field-map --is-single-load
+--parallel-load-limit``
+  * ``oci data-integration task update-data-loader-task
+--conditional-composite-field-map --is-single-load
+   --parallel-load-limit``
+  * Rover service
+* [BREAKING] Parameters --compartment-id and --bucket-id for
+  add-workload operations for node and cluster are being deleted
+  * ``oci rover node add-workload``
+  * ``oci rover standalone-cluster add-workload``
+  * ``oci rover station-cluster add-workload``
+- from version 3.8.1
+  * Support for Application Dependency Management service
+* ``oci adm``
+  * Support for provisioned concurrency in the Functions service
+* ``oci fn function create --provisioned-concurrency``
+* ``oci fn function update --provisioned-concurrency``
+  * Support for allow reboot migration for DenseIO shape
+in maintenance situations in Compute service
+* ``oci compute instance instance-action-reset-action-details``
+* ``oci compute instance instance-action-soft-reset-action-details``
+- Refresh patches for new version
++ oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.8.0.tar.gz

New:

  oci-cli-3.9.0.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.BMwIUb/_old  2022-05-25 20:34:27.776219329 +0200
+++ /var/tmp/diff_new_pack.BMwIUb/_new  2022-05-25 20:34:27.780219334 +0200
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.8.0
+Version:3.9.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.65.0
+BuildRequires:  python3-oci-sdk >= 2.67.0
 BuildRequires:  python3-pyOpenSSL >= 19.1.0
 BuildRequires:  python3-python-dateutil >= 2.5.3
 BuildRequires:  python3-pytz >= 2016.10
@@ -82,7 +82,7 @@
 Requires:   python3-click >= 7.1.2
 Requires:   python3-cryptography >= 3.2.1
 Requires:   python3-jmespath >= 0.10.0
-Requires:   python3-oci-sdk >= 2.65.0
+Requires:   python3-oci-sdk >= 2.67.0
 Requires:   python3-pyOpenSSL >= 19.1.0
 Requires:   python3-python-dateutil >= 2.5.3
 Requires:   python3-pytz >= 2016.10

++ oc_relax-python-depends.patch ++
--- /var/tmp/diff_new_pack.BMwIUb/_old  2022-05-25 20:34:27.800219363 +0200
+++ /var/tmp/diff_new_pack.BMwIUb/_new  2022-05-25 20:34:27.804219368 +0200
@@ -1,6 +1,6 @@
-diff -Nru oci-cli-3.8.0.orig/requirements.txt oci-cli-3.8.0/requirements.txt
 oci-cli-3.8.0.orig/requirements.txt2022-04-26 20:33:37.0 
+0200
-+++ oci-cli-3.8.0/requirements.txt 2022-05-03 14:25:34.963726116 +0200
+diff -Nru oci-cli-3.9.0.orig/requirements.txt oci-cli-3.9.0/requirements.txt
+--- oci-cli-3.9.0.orig/requirements.txt2022-05-10 22:43:37.0 
+0200
 oci-cli-3.9.0/requirements.txt 2022-05-18 09:44:49.191067453 +0200
 @@ -2,40 +2,40 @@
  # 
(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.65.0
+-oci==2.67.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
 

commit oci-cli for openSUSE:Factory

2022-05-07 Thread Source-Sync
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 2022-05-07 23:54:22

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1538 (New)


Package is "oci-cli"

Sat May  7 23:54:22 2022 rev:18 rq:975532 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-05-02 
16:25:46.876852332 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1538/oci-cli.changes
2022-05-07 23:54:26.500919535 +0200
@@ -1,0 +2,67 @@
+Tue May  3 12:27:48 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.8.0
+  * Support for the Service Mesh service
+* ``oci service-mesh``
+  * Big Data service
+* Support for compute only worker nodes
+  * ``oci bds instance remove  --node-id``
+  * ``oci bds instance remove  --node-id --is-force-remove-enabled``
+* Support for horizontal autoscaling policy
+  * ``oci bds auto-scale-config create --policy-details``
+  * ``oci bds auto-scale-config edit --policy-details``
+* Support for bootstrap script
+  * ``oci bds instance create --bootstrap-script-url``
+  * ``oci bds instance update --bootstrap-script-url``
+* Support for customizable kerberos realm name
+  * ``oci bds instance create --kerberos-realm-name``
+* Support for ODH patch patch management
+  * ``oci bds instance install-patch``
+  * ``oci bds instance list-patch-histories``
+  * ``oci bds instance list-patches``
+  * Rover service
+* [BREAKING] Support for required shape parameter
+  to the creation of a roving edge node
+  * ``oci rover node create --shape``
+* Support to list the available shapes for Rover
+  * ``oci rover shape list --compartment-id``
+* Support the option for the user to provide their own master key OCID to
+  encrypt secret data to roving edge nodes, standalone clusters and station
+  clusters.
+  * ``oci rover node create --master-key-id --policy-compartment-id 
--policy-name``
+  * ``oci rover standalone-cluster --master-key-id --policy-compartment-id 
--policy-name``
+  * ``oci rover station-cluster --master-key-id``
+* Support to create the master key policy with required parameter 
master-key-id and
+  optional parameters policy-compartment-id and policy-name
+  * ``oci rover create-master-key-policy --master-key-id 
--policy-compartment-id --policy-name``
+  * APM Synthetics service
+* Support for create/update/delete of dedicated-vantage-points
+  * ``oci apm-synthetics dedicated-vantage-point``
+* Support for list of dedicated-vantage-points
+  * ``oci apm-synthetics dedicated-vantage-point-collection 
list-dedicated-vantage-points``
+  * Support for Additional Transcription Format (SRT) and Punctuation in the 
Speech service
+* ``oci speech transcription-job create 
--additional-transcription-formats``
+  * Support for cost management schedule in the Usage service
+* ``oci usage-api schedule``
+* ``oci usage-api scheduled-run``
+  * Support for Security Zone in the Cloud Guard service
+* ``oci cloud-guard security-zone``
+* ``oci cloud-guard security-policy``
+  * Support for creating budgets that target subscriptions and child tenancies
+* ``oci budgets budget create --processing-period-type``
+  * Support for Virtual Test Access Point (VTAP) feature as a part of the vcn 
service
+* ``oci network vtap``
+* ``oci network capture-filter``
+  * Support to reactive child tenancy in the Organizations service
+* ``oci organizations organization-tenancy restore 
--organization-tenancy-id``
+  * Bug in --wait-for-state param for following commands in the Database 
service
+* ``oci db data-guard-association switchover``
+* ``oci db data-guard-association failover``
+* ``oci db data-guard-association reinstate``
+  * [BREAKING] --subscription-id is now required in the below command in the 
Organization service
+* ``oci organizations subscription-mapping list --subscription-id``
+- Refresh patches for new version
++ oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.7.3.tar.gz

New:

  oci-cli-3.8.0.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.RT0QRY/_old  2022-05-07 23:54:27.108920296 +0200
+++ /var/tmp/diff_new_pack.RT0QRY/_new  2022-05-07 23:54:27.112920301 +0200
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.7.3
+Version:3.8.0
 Release:0
 Summary:Oracle Cloud 

commit oci-cli for openSUSE:Factory

2022-05-02 Thread Source-Sync
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 2022-05-02 16:25:40

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1538 (New)


Package is "oci-cli"

Mon May  2 16:25:40 2022 rev:17 rq:974329 version:3.7.3

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-04-08 
22:45:44.287126246 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1538/oci-cli.changes
2022-05-02 16:25:46.876852332 +0200
@@ -1,0 +2,119 @@
+Tue Apr 26 10:27:10 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.7.3
+  * Support for choosing compute shapes when creating SDDCs
+and ESXi hosts in the VMWare Solution service
+* ``oci ocvs esxi-host create --host-ocpu-count, --host-shape-name``
+* ``oci ocvs sddc create --initial-host-ocpu-count, 
--initial-host-shape-name``
+  * Database service
+  * Support for stack monitoring on external databases
+* ``oci db external-cdb 
disable-external-container-database-stack-monitoring``
+* ``oci db external-cdb 
enable-external-container-database-stack-monitoring``
+* ``oci db external-non-cdb 
disable-external-non-container-database-stack-monitoring``
+* ``oci db external-non-cdb 
enable-external-non-container-database-stack-monitoring``
+* ``oci db external-pdb 
disable-external-pluggable-database-stack-monitoring``
+* ``oci db external-pdb 
enable-external-pluggable-database-stack-monitoring``
+  * Support for upgrading VM database systems in place
+* ``oci db system upgrade``
+* ``oci db db-system-upgrade-history get``
+* ``oci db db-system-upgrade-history list``
+  * Support for the Stack Monitoring service
+* ``oci stack-monitoring``
+- from version 3.7.2
+  * Database service
+* Support for enabling and disabling data collection options during create 
and
+  update operations on VM clusters on Exadata Cloud
+  * ``oci db vm-cluster create --data-collection-options ``
+  * ``oci db vm-cluster update --data-collection-options ``
+* Support for new fields --database-edition and --max-cpu-core-count
+  to create and update an autonomous database
+  * ``oci db autonomous-database create --database-edition, 
--max-cpu-core-count``
+  * ``oci db autonomous-database create-adb-cross-region-data-guard-details
+--database-edition, --max-cpu-core-count``
+  * ``oci db autonomous-database create-from-backup-id --database-edition, 
--max-cpu-core-count``
+  * ``oci db autonomous-database create-from-backup-timestamp 
--database-edition, --max-cpu-core-count``
+  * ``oci db autonomous-database create-from-clone --database-edition, 
--max-cpu-core-count``
+  * ``oci db autonomous-database create-refreshable-clone 
--database-edition, --max-cpu-core-count``
+  * ``oci db autonomous-database create-virtual-clone --database-edition, 
--max-cpu-core-count``
+  * ``oci db autonomous-database update --database-edition, 
--max-cpu-core-count``
+  * Network service
+* Support for using Ipv6 cidr block in the below commands
+  * ``oci network byoip-range create --ipv6-cidr-block``
+  * ``oci network subnet create --ipv6-cidr-blocks``
+  * ``oci network subnet update --ipv6-cidr-blocks``
+  * ``oci network subnet add-ipv6-subnet-cidr``
+  * ``oci network subnet remove-ipv6-subnet-cidr``
+  * ``oci network vcn add-ipv6-vcn-cidr``
+  * ``oci network vcn remove-ipv6-vcn-cidr``
+  * ``oci network vnic assign-ipv6 --ipv6-subnet-cidr``
+* Support for the parameters --ipv6-private-cidr-block, 
--is-oracle-gua-allocation-enabled,
+  --byoipv6-cidr-detail in the below command
+  * ``oci network vcn create --byoipv6-cidr-details, 
--is-oracle-gua-allocation-enabled,
+--ipv6-private-cidr-blocks``
+  * Parameter --cidr-block has been made optional in the Network service
+* ``oci network byoip-range create --cidr-block``
+- from version 3.7.1
+  * Support viewing top process analytics in the Operations Insights service
+* ``oci opsi host-insights summarize-top-processes-usage-trend``
+  * Support for creating Enterprise Manager-based zLinux host targets for 
``--platform-type``
+in the Operations Insights service
+* ``oci opsi host-insights list --platform-type``
+- from version 3.7.0
+  * Support for --type-key on entities, attributes, and folders in the Data 
Catalog service
+* ``oci data-catalog attribute create --type-key``
+* ``oci data-catalog folder create --type-key``
+  * DevOps service
+* Support for the below commands
+  * ``oci devops repository get-repo-file-diff``
+  * ``oci devops repository get-repo-file-lines``
+* Support for 

commit oci-cli for openSUSE:Factory

2022-04-08 Thread Source-Sync
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 2022-04-08 22:45:37

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1900 (New)


Package is "oci-cli"

Fri Apr  8 22:45:37 2022 rev:16 rq:967700 version:3.6.2

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-03-15 
19:10:59.385049601 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1900/oci-cli.changes
2022-04-08 22:45:44.287126246 +0200
@@ -1,0 +2,57 @@
+Mon Mar 28 13:19:05 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.6.2
+  * Support for virtual machines, bare metal machines, and Exadata databases
+with private endpoints in the Operations Insights service
+* ``oci opsi opsi-private-endpoint``
+* ``oci opsi database-insights change-pe-comanaged-database-detail``
+  * Support for setting deletion policies on database systems
+in the MySQL Database service
+* ``oci mysql db-system clone--deletion-policy``
+* ``oci mysql db-system create --deletion-policy``
+* ``oci mysql db-system import --deletion-policy``
+* ``oci mysql db-system update --deletion-policy``
+  * Changed existing database insight operations updated
+in the Operations Insights service
+* ``oci opsi database-insights create-pe-comanged-database``
+* ``oci opsi database-insights enable-pe-comanaged-database``
+* ``oci opsi database-insights update-pe-comanaged-database``
+- from version 3.6.1
+  * Support for DI application resource in the Data Integration service
+* ``oci data-integration dis-application``
+  * Support for enabling shielded instances feature in create SDDC
+in the Oracle Cloud VMware Solution service
+* ``oci ocvs sddc create --is-shielded-instance-enabled``
+  * Vulnerability Scanning Service
+* Support for Optional param ``--image-count`` in container scan recipe 
create and update
+  * ``oci vulnerability-scanning container scan recipe create 
--image-count``
+  * ``oci vulnerability-scanning container scan recipe update 
--image-count``
+* Support for vulnerabilities list and get
+  * ``oci vulnerability-scanning vulnerability get``
+  * ``oci vulnerability-scanning vulnerability list``
+  * ``oci vulnerability-scanning vulnerability 
list-vulnerability-impacted-containers``
+  * ``oci vulnerability-scanning vulnerability 
list-vulnerability-impacted-hosts``
+  * Support for Custom Maintenance Schedule for AVM clusters
+on ExaCC Infrastructure in the Database service
+  * ``oci db autonomous-vm-cluster create 
--autonomous-data-storage-size-in-tbs,
+--cpu-core-count-per-node, --maintenance-window-details,
+   --memory-per-oracle-compute-unit-in-gbs, --total-container-databases``
+  * ``oci db autonomous-vm-cluster update --maintenance-window-details``
+  * Support for the following parameters -defined-tags, --display-name, 
--freeform-tags
+for the below commands in the Data Integration service
+* ``oci data-integration application create --defined-tags, 
--display-name, --freeform-tags``
+* ``oci data-integration application update --defined-tags, 
--display-name, --freeform-tags``
+  * Complex param --input-ports,--output-port have been updated for
+below commands in the Data Integration service
+* ``oci data-integration task create-task-from-rest-task --auth-config,
+  --poll-rest-call-config, --typed-expressions``
+* ``oci data-integration task update-task-from-rest-task --auth-config,
+  --poll-rest-call-config, --typed-expressions``
+  * Updated the help text for creating an Autonomous Database Data Guard 
standby
+to be more descriptive and have better examples
+* ``create-adb-cross-region-data-guard-details``
+- Refresh patches for new version
+  + oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  oci-cli-3.6.0.tar.gz

New:

  oci-cli-3.6.2.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.plmhIA/_old  2022-04-08 22:45:44.951118876 +0200
+++ /var/tmp/diff_new_pack.plmhIA/_new  2022-04-08 22:45:44.963118743 +0200
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:3.6.0
+Version:3.6.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.60.0
+BuildRequires:  

commit oci-cli for openSUSE:Factory

2022-03-15 Thread Source-Sync
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 2022-03-15 19:10:58

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.25692 (New)


Package is "oci-cli"

Tue Mar 15 19:10:58 2022 rev:15 rq:961963 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-02-27 
22:43:01.538629268 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.25692/oci-cli.changes   
2022-03-15 19:10:59.385049601 +0100
@@ -2 +2,80 @@
-Fri Feb 25 11:32:30 UTC 2022 - John Paul Adrian Glaubitz 

+Tue Mar 15 13:36:13 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.6.0
+  * Support for the Sales Accelerator license option in the Content Management 
service  
+* ``oci oce oce-instance create --add-on-features``
+* ``oci oce oce-instance update --add-on-features``
+  * Support for new VCN hostname cluster endpoint as part of Container Engine 
service
+* ``oci ce cluster create-kubeconfig --kube-endpoint VCN_HOSTNAME``
+  * Database Migration service
+* Support for reporting all excluded objects based on static exclusion 
rules and
+  dynamic exclusion settings configured by the Database Migration Service 
(DMS) user
+  * ``oci database-migration excluded-object-summary list``
+* Support to remove, list, and add database objects reported by the Cloud
+  Premigration Advisor Tool (CPAT)
+  * ``oci database-migration migration add``
+  * ``oci database-migration migration remove``
+  * ``oci database-migration migration-objects list``
+* Support for migrating Oracle Database from Amazon Web Services (AWS) RDS 
to Oracle
+  Autonomous Database (ADB) using Amazon Simple Storage Service (Amazon 
S3) and DBLINK
+  for data transfer
+  * ``oci database-migration connection create --db-subtype``
+  * Enhancement in launch dbsystem as well as create database using customer 
managed
+keys for VMBM in the Database service
+* ``oci db system launch --vault-id``
+* ``oci db database create --vault-id``
+* ``oci db database migrate-vault-key --vault-id --admin-password 
--tde-wallet-password``
+  * The parameters --admin-username and --admin-password are now optional in 
the below
+commands in the MySQL database service
+* ``oci mysql db-system clone``
+* ``oci mysql db-system create``
+* ``oci mysql db-system import``
+  * [BREAKING] The command ``oci rover cluster`` is being deleted and its 
logic has been
+divided in to the newly created commands below in the Roving Edge 
Infrastructure Service
+* ``oci rover station-cluster``
+* ``oci rover standalone-cluster``
+- from version 3.5.3
+  * Support for managed egress via a default networking option on jobs and 
notebooks
+in the Data Science service
+* ``oci data-science``
+  * Networking service
+* Support for DRG route distribution statements to be specified with a new
+  match type 'MATCH_ALL' for matching criteria
+  * ``oci network drg-route-distribution-statement add --statements
+'[{"matchCriteria":[{"matchType": "MATCH_ALL"}],"action": 
"ACCEPT","priority": 1}]'
+   --route-distribution-id "id-example"``
+* Support for VCN route types on DRG attachments for deciding whether to 
import
+  VCN CIDRs or subnet CIDRs into route rules
+  * ``oci network drg-attachment create --drg-id "example-drg-id" 
--network-details
+'{"type":"VCN","id":"example-vcn-id","vcnRouteType":"VCN_CIDRS"}'``
+  * Database service  
+* Support for CPS offline reports in the Database service
+  * ``oci db exadata-infrastructure create 
--is-cps-offline-report-enabled``
+  * ``oci db exadata-infrastructure update 
--is-cps-offline-report-enabled``
+* Support for infrastructure patching v2 features
+  * ``oci db maintenance-run update 
--current-custom-action-timeout-in-mins,
+--custom-action-timeout-in-mins, --is-custom-action-timeout-enabled,
+   --is-resume-patching``
+* Support for Autonomous Database Create with Auto Scaling Storage via
+  a new parameter (is-auto-scaling-for-storage-enabled)
+  * ``oci db autonomous-database create 
--is-auto-scaling-for-storage-enabled``
+  * ``oci db autonomous-database create-adb-cross-region-data-guard-details
+--is-auto-scaling-for-storage-enabled``
+  * ``oci db autonomous-database create-from-backup-id 
--is-auto-scaling-for-storage-enabled``
+  * ``oci db autonomous-database create-from-backup-timestamp 
--is-auto-scaling-for-storage-enabled``
+  * ``oci db autonomous-database create-from-clone 
--is-auto-scaling-for-storage-enabled``
+  * ``oci db autonomous-database create-refreshable-clone 

commit oci-cli for openSUSE:Factory

2022-02-27 Thread Source-Sync
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 2022-02-27 22:42:50

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1958 (New)


Package is "oci-cli"

Sun Feb 27 22:42:50 2022 rev:14 rq:957762 version:3.5.2

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-01-27 
23:18:33.874315888 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1958/oci-cli.changes
2022-02-27 22:43:01.538629268 +0100
@@ -1,0 +2,108 @@
+Fri Feb 25 11:32:30 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.5.2
+  * Support for Speech Service
+* ``oci speech``
+  * Support for Data Connectivity Management Service
+* ``oci data-connectivity``
+  * Support for Resource Profile, Sightings, Tactics, and Technique features
+as a part of the Cloud Guard Service
+* ``oci cloud-guard problem-endpoint-summary list-problem-endpoints``
+* ``oci cloud-guard resource-risk-score-aggregation
+  request-summarized-trend-resource-risk-scores``
+* ``oci cloud-guard resource-profile get``
+* ``oci cloud-guard resource-profile-endpoint-summary 
list-resource-profile-endpoints``
+* ``oci cloud-guard resource-profile-impacted-resource-summary
+  list-resource-profile-impacted-resources``
+* ``oci cloud-guard resource-profile-risk-score-aggregation-summary
+  request-summarized-top-trend-resource-profile-risk-scores``
+* ``oci cloud-guard resource-profile-summary list-resource-profiles``
+* ``oci cloud-guard resource-type-summary list-resource-types``
+* ``oci cloud-guard sighting get``
+* ``oci cloud-guard sighting-endpoint-summary list-sighting-endpoints``
+* ``oci cloud-guard sighting-impacted-resource-summary 
list-sighting-impacted-resources``
+* ``oci cloud-guard sighting-summary list-sightings``
+* ``oci cloud-guard tactic-summary list-tactics``
+* ``oci cloud-guard technique-summary list-techniques``
+  * Support for disabling crash recovery to improve the performance
+of large imports in the MySql Database service.
+* ``oci mysql db-system clone --crash-recovery``
+* ``oci mysql db-system create --crash-recovery``
+* ``oci mysql db-system import --crash-recovery``
+* ``oci mysql db-system update --crash-recovery``
+  * Support for customer managed encryption keys for secrets stored in 
Analytics service
+* ``oci analytics analytics-instance set-kms-key``
+  * Support for option --kms-key-id to specify customer managed vault key
+ocid when creating an instance in the Analytics service
+* ``oci analytics analytics-instance create --kms-key-id``
+  * Bug in the object storage sync in windows which deletes unexpected local 
subfolders
+`github issue #502 `_
+- from version 3.5.1
+  * Support for the AI Vision service
+* ``oci ai-vision``
+  * Support for the Threat Intelligence service
+* ``oci threat-intelligence``
+  * Support for creation of NoSQL database tables with on-demand throughput
+capacity in the NoSQL Database Cloud service
+* New optional property ``capacityMode`` in ``oci nosql table create
+  --table-limits`` parameter
+  * Support for trace snapshots in the Application Performance Monitoring 
service
+* ``oci apm-traces trace aggregated-snapshot get``
+  * Support for auditing and alerts in the Data Safe service
+* ``oci data-safe alert update``
+  * Support for data discovery and data masking in the Data Safe service
+* ``oci data-safe alert-policy-rule-collection list-alert-policy-rules``
+* ``oci data-safe audit-profile discover-audit-trails``
+* ``oci data-safe audit-profile-collection list-audit-profiles
+  --audit-collected-volume-greater-than-or-equal-to``
+* ``oci data-safe report-definition generate-report``
+  * Support for documentation for pagination support in Logging Search service
+* ``oci logging-search search-logs``
+  * Support for Announcements Subscriptions feature
+* ``oci announce announcement-subscription change-compartment``
+* ``oci announce announcement-subscription create``
+* ``oci announce announcement-subscription create-filter-group``
+* ``oci announce announcement-subscription delete``
+* ``oci announce announcement-subscription delete-filter-group``
+* ``oci announce announcement-subscription get``
+* ``oci announce announcement-subscription list``
+* ``oci announce announcement-subscription update-filter-group``
+- from version 3.5.0
+  * Support for listing fast launch job configs in the Data Science service
+* ``oci data-science fast-launch-job-config list``
+  * Support for Subscription endpoints to Upgrade and Manage 

commit oci-cli for openSUSE:Factory

2022-01-27 Thread Source-Sync
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 2022-01-27 23:16:52

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1898 (New)


Package is "oci-cli"

Thu Jan 27 23:16:52 2022 rev:13 rq:949388 version:3.4.4

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-01-09 
22:50:37.235307946 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1898/oci-cli.changes
2022-01-27 23:18:33.874315888 +0100
@@ -1,0 +2,80 @@
+Wed Jan 26 22:27:10 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.4.4
+  * Below services were added to support the Account Management finance data
+* One Subscription Billing Schedule service
+  * ``oci osub-billing-schedule billing-schedule-summary``
+* One Subscription Subscription service
+  * ``oci osub-subscription commitment``
+  * ``oci osub-subscription ratecard``
+  * ``oci osub-subscription subscription``
+* One Subscription Usage service
+  * ``oci osub-usage computed-usage``
+  * ``oci osub-usage computed-usage-aggregated-summary``
+* One Subscription Organization subscription service
+  * ``oci osub-organization-subscription subscription``
+  * Support for new field 'type' to specify if a run or application
+is streaming or batch in the Data Flow service
+* ``oci data-flow application create --type``
+* ``oci data-flow run create --type``
+* ``oci data-flow run submit --type``
+- from version 3.4.3
+  * Support for calling Oracle Cloud Infrastructure services
+in the me-dcc-muscat-1 region
+  * Support for the Visual Builder service
+  * ``oci visual-builder``
+  * Support for cross-region replication of volume groups in the Block Storage 
service
+* ``oci bv volume-group create --volume-group-replicas``
+* ``oci bv volume-group update  --volume-group-replicas``
+  * Support for boot volume encryption in the Container Engine for Kubernetes 
service
+* ``oci ce node-pool create --is-pv-encryption-in-transit-enabled, 
--kms-key-id``
+* ``oci ce node-pool update  --is-pv-encryption-in-transit-enabled, 
--kms-key-id``
+  * Support for adding metadata to records when creating and
+updating records in the Data Labeling service
+* ``oci data-labeling-service-dataplane record``
+  * Support for global export formats in snapshot datasets in the Data 
Labeling service
+* ``oci data-labeling-service dataset snapshot --export-format``
+* ``oci data-labeling-service dataset update --labeling-instructions``
+  * Support for adding labeling instructions to datasets in the Data Labeling 
service
+* ``oci data-labeling-service dataset create --labeling-instructions``
+* ``oci data-labeling-service dataset update --labeling-instructions``
+  * Support for updating autonomous dataguard associations for
+autonomous container databases in the Database service
+* ``oci db autonomous-container-database-dataguard update``
+  * Support for setting up automatic failover when creating
+autonomous container databases in the Database service
+* ``oci db autonomous-container-database create 
--is-automatic-failover-enabled``
+  * Support for setting the RECO storage size when updating
+a database system in the Database service
+* ``oci db system update --reco-storage-size-in-gbs``
+  * Support for reconnecting refreshable clones to source for autonomous
+databases on shared infrastructure in the Database service
+* ``oci db autonomous-database update --is-refreshable-clone true``
+  * Support for checking if an autonomous database on shared infrastructure
+can be reconnected to source, in the Database service
+* ``oci db autonomous-database get --autonomous-database-id ``
+- from version 3.4.2
+  * Network Load Balancer service  
+* Support for Multiple Protocols on the Same Listener of the Network Load 
Balancer.
+  * ``oci nlb listener create --protocol``
+  * ``oci nlb listener create --protocol``
+* Support for IPv6 in the below commands
+  * ``oci nlb backend-set create --ip-version``
+  * ``oci nlb backend-set update --ip-version``
+  * ``oci nlb listener create --ip-version``
+  * ``oci nlb listener update --ip-version``
+  * ``oci nlb network-load-balancer create --nlb-ip-version``
+  * ``oci nlb network-load-balancer update --nlb-ip-version``
+  * Support for creating Enterprise Manager-based Solaris/SunOS
+Host targets in the Operations Insights service
+* ``oci opsi host-insights``
+  * More information related to the user system in the --debug option
+  * Improvement to the OCI CLI service error exception message
+  * Removed python install by source in install.sh script for 

commit oci-cli for openSUSE:Factory

2022-01-09 Thread Source-Sync
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 2022-01-09 22:50:18

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1892 (New)


Package is "oci-cli"

Sun Jan  9 22:50:18 2022 rev:12 rq:945124 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2021-12-02 
02:18:57.521925327 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1892/oci-cli.changes
2022-01-09 22:50:37.235307946 +0100
@@ -1,0 +2,129 @@
+Wed Jan  5 15:46:29 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.4.1
+  * Bug when using ``oci os object put`` from STDIN. Please see `github issue
+#490 `_ for more details.
+- from version 3.4.0
+  * Support for node replacement in the VMWare Solution service
+* ``oci ocvs esxi-host create --failed-esxi-host-id`` 
+  * Support for ingestion of SQL stats metrics in the Operations Insights 
service
+* ``oci opsi database-insights ingest-sql-stats --database-id``
+  * Support for AWR hub integration in the Operations Insights service
+* ``oci opsi awr-hubs``
+* ``oci opsi operations-insights-warehouse-users``
+* ``oci opsi operations-insights-warehouses``
+  * Support for automatically generating logical entities from filename 
patterns and
+relationships between business terms across glossaries in the Data Catalog 
service
+* ``oci data-catalog pattern create --file-path-prefix``
+* ``oci data-catalog pattern update --file-path-prefix``
+* ``oci data-catalog pattern validate --file-path-prefix``
+* ``oci data-catalog entity list-aggregated-physical 
--is-include-properties``
+* ``oci data-catalog entity create --type-key``
+  * Support for automatic start/stop at scheduled times in the Database service
+* Option ``--scheduled-operations`` for the following operations under 
``oci db
+  autonomous-database``:  ``create, 
create-adb-cross-region-data-guard-details,
+  create-from-backup-id, create-from-backup-timestamp, create-from-clone,
+  create-refreshable-clone, update``
+  * Support for cloud VM cluster resources on autonomous dedicated databases 
in the Database service
+* ``oci db autonomous-container-database create  
--cloud-autonomous-vm-cluster-id
+  --peer-cloud-autonomous-vm-cluster-id``
+* ``oci db autonomous-container-database list 
--cloud-autonomous-vm-cluster-id``
+* ``oci db cloud-autonomous-vm-cluster``
+* ``oci db cloud-vm-cluster create | update --ocpu-count``
+* ``oci db vm-cluster create | udpate --data-storage-size-in-gbs 
--ocpu-count``
+  * Support for external Hive metastores in the Big Data service
+* ``oci bds bds-metastore-configuration``
+  * [Breaking] Support for batch detection/inference in the AI Language service
+* ``oci ai language batch*``
+  * Support for invoice operations in the Account Management service
+* ``oci osp-gateway``
+  * Support for custom CA trust stores in the API Gateway service
+* ``oci api-gateway gateway create --ca-bundles``
+* ``oci api-gateway gateway update --ca-bundles`` 
+  * Support for generating scoped database token to be used to authorize
+Identity Service users to OCI database services
+* ``oci iam db-token get`` 
+  * Support for database passwords for users, for logging into database
+accounts, in the Identity service
+* ``oci iam user create-db-credential``
+* ``oci iam user delete-db-credential``
+* ``oci iam user list-db-credentials``
+* ``oci iam user update --db-user-name``
+* ``oci iam user update-user-capabilities --can-use-db-credentials``
+- from version 3.3.3
+  * Support for Resource Discovery and Monitoring service
+* ``oci appmgmt-control``
+  * Support for finding and listing locations of all default OCI CLI installs.
+* ``oci setup find-installations``
+  * Support for the following in the Log Analytics service
+* Log analytics categories
+  * ``oci log-analytics category``
+* List entity topology
+  * ``oci log-analytics entity-topology list``
+* Verify Scheduled Task
+  * ``oci log-analytics scheduled-task verify``
+  * Support for the following in the Java Management service
+* Retrieve the inventory of JMS resources in the specified compartment.
+  * ``oci jms fleet summarize-resource-inventory --compartment-id``
+* List Java Runtime usage in a specified host filtered by query parameters.
+  * ``oci jms jre-usage list --compartment-id --host-id``
+  * Support for RAC Databases in GoldenGate Service
+* ``oci goldengate database-registration create --session-mode``
+* ``oci goldengate database-registration update --session-mode``
+  * 

commit oci-cli for openSUSE:Factory

2021-12-01 Thread Source-Sync
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 2021-12-01 20:47:04

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.31177 (New)


Package is "oci-cli"

Wed Dec  1 20:47:04 2021 rev:11 rq:934745 version:3.3.1

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2021-10-28 
18:31:29.720416697 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.31177/oci-cli.changes   
2021-12-02 02:18:57.521925327 +0100
@@ -1,0 +2,134 @@
+Mon Nov 29 14:22:15 UTC 2021 - John Paul Adrian Glaubitz 

+
+- Update to version 3.3.1
+  * Support for Object Storage integration with the Big Data service
+* ``oci bds bds-api-key``
+  * Support for the GetSubnetTopology API in the Networking Topology Service
+* ``oci network subnet-topology get``
+  * Support for Cloud Advisor V2 features as a part of the Cloud Advisor 
Service
+* ``oci optimizer profile-level-summary list-profile-levels``
+* ``oci optimizer queryable-field-summary 
list-resource-action-queryable-fields``
+* ``oci optimizer resource-action-summary filter-resource-actions``
+  * FastConnect Service
+* Support for MACSEC in the below commands
+  * ``oci network cross-connect create --macsec-properties``
+  * ``oci network cross-connect update --macsec-properties``
+  * ``oci network cross-connect-group create --macsec-properties``
+  * ``oci network cross-connect-group update --macsec-properties``
+* Support for MTU in the below commands
+  * ``oci network virtual-circuit create --ip-mtu``
+  * ``oci network virtual-circuit update --ip-mtu``
+  * Support for Service Manager Proxy aimed at having SaaS environments that
+implement Service Manager API contract.
+* ``oci service-manager-proxy service-environment``
+  * Database service
+* The required parameter --backup-tde-password is now optional
+  in the below commands
+  * ``oci db database create-from-backup``
+  * ``oci db database create-from-database``
+* The parameter --backup-tde-password is now optional in the below commands
+  * ``oci db system launch-from-backup ``
+  * ``oci db database launch-from-database``
+* The parameters --pdb-admin-password, --tde-wallet-password and
+  --target-tde-wallet-password are now optional and a new parameter
+  --is-pdb-admin-acc-locked is introduced in the below commands
+  * ``oci db pluggable-database create``
+  * ``oci db pluggable-database local-clone``
+  * ``oci db pluggable-database remote-clone ``
+- from version 3.3.0
+  * Support for Drilldown configuration in the Management Dashboard service
+* ``oci management-dashboard dashboard create | update --drilldown-config``
+* ``oci management-dashboard saved-search create | update 
--drilldown-config``
+  * Support for Autonomous Database Dedicated on Cloud at Customer
+Infrastructure in the Operator Access Control Service
+* ``oci opctl access-request approve --time-of-user-creation``
+* ``oci opctl access-request list --resource-type, --time-end, 
--time-start``
+* ``oci opctl access-request review``
+* ``oci opctl operator-action list --resource-type``
+* ``oci opctl operator-control create --resource-type``
+* ``oci opctl operator-control list  --resource-type``
+* ``oci opctl operator-control-assignment create 
--is-auto-approve-during-maintenance
+  --is-log-forwarded --remote-syslog-server-address 
--remote-syslog-server-ca-cert
+  --remote-syslog-server-port``
+* ``oci opctl operator-control-assignment list  --resource-type``
+* ``oci opctl operator-control-assignment update --resource-type
+  --is-auto-approve-during-maintenance --is-log-forwarded
+  --remote-syslog-server-address --remote-syslog-server-ca-cert
+  --remote-syslog-server-port``
+* [Breaking] Fields ``--approver-groups-list``, ``--is-fully-pre-approved``
+  are now required for ``oci opctl operator-control create``
+* [Breaking] Field ``--is-enforced-always`` is now required for
+  ``oci opctl operator-control-assignment update``
+* [Breaking] Fields ``--approver-groups-list``, 
``--is-fully-pre-approved``,
+  ``--operator-control-name`` are now required for
+  ``oci opctl operator-control update``
+* [Breaking] Fields ``--is-enforced-always``, ``--resource-type`` are now
+  required for ``oci opctl operator-control-assignment create``
+  * Support for verifying the checksum for the python installer script from
+within the shell and powershell installer scripts
+- from version 3.2.2
+  * Support for Domains in the Identity Service 
+* ``oci iam domain`` 
+  * Support for redeemable user and support rewards in the 

commit oci-cli for openSUSE:Factory

2021-10-28 Thread Source-Sync
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 2021-10-28 18:31:19

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1890 (New)


Package is "oci-cli"

Thu Oct 28 18:31:19 2021 rev:10 rq:927782 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2021-08-30 
13:55:43.161861761 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1890/oci-cli.changes
2021-10-28 18:31:29.720416697 +0200
@@ -1,0 +2,220 @@
+Wed Oct 27 13:35:35 UTC 2021 - John Paul Adrian Glaubitz 

+
+- Update to version 3.2.0
+  * Support for Node subsetting feature for vmcluster resources
+for ExaCC in Database Service
+* ``oci db vm-cluster add --db-servers``
+* ``oci db vm-cluster create --db-servers``
+* ``oci db vm-cluster remove --db-servers``
+  * Support for convert to pdb, rollback, sync, sync-rollback, 
list-pdb-conversion-history,
+get-pdb-conversion-history in Database Service
+* ``oci db database convert-to-new-pdb``
+* ``oci db database convert-to-new-pdb-precheck``
+* ``oci db database convert-to-pdb-sync``
+* ``oci db database convert-to-pdb-sync-rollback``
+* ``oci db database list-pdb-conversion-history``
+* ``oci db pdb-conversion-history get --history-id``
+  * Support to optionally provide peer database unique name AND SID prefix
+during database creation in ExaCS and ExaCC in Database Service
+* ``oci db database create --sid-prefix``
+* ``oci db database create-from-backup --sid-prefix``
+* ``oci db data-guard-association create from-existing-db-system
+  --peer-db-unique-name  --peer-sid-prefix``
+* ``oci db data-guard-association create from-existing-vm-cluster
+  --peer-db-unique-name  --peer-sid-prefix``
+  * Support for a parameter for creating db system from the backup with
+database software image in Database Service
+* ``oci db system launch-from-backup --database-software-image-id``
+  * Support for preference get/update/remove in Log Analytics Service
+* ``oci log-analytics preference get``
+* ``oci log-analytics preference update``
+* ``oci log-analytics preference remove``
+  * Support for unprocessed data bucket in Log Analytics Service
+* ``oci log-analytics upload set-unprocessed-bucket``
+* ``oci log-analytics upload get-unprocessed-bucket``
+* ``oci log-analytics source disable-auto-assoc``
+  * Support for new parameter ``object-name-filters`` to object
+collection rule in Log Analytics Service
+* ``oci log-analytics object-collection-rule create --object-name-filters``
+  * Logic for CLI retries.
+* Number of attempts is now 8 (previously 5)
+* Maximum time for retries is now 600s (previously 300s)
+* Exponential backoff with de-correlated jitter is used
+- from version 3.1.2
+  * Support for Web Application Firewall service
+* ``oci waf``
+  * Support for Application Performance Monitoring Configuration service
+* ``oci apm-config``
+  * Support for Data Labeling Service Control Plane
+* ``oci data-labeling-service``
+  * Support for Data Labeling Service Data Plane
+* ``oci data-labeling-service-dataplane``
+  * Log Analytics service
+* Support for partitioning/searching data via logset
+  * ``oci log-analytics storage get-log-sets-count``
+* Support for filtering by log-set-name-contains from the existing 
list-log-sets API
+  * ``oci log-analytics storage list-log-sets --log-set-name-contains``
+  * Application Performance Monitoring Synthetic service
+* Support for run once feature in monitor.
+  * ``oci apm-synthetics monitor create-rest-monitor --is-run-once``
+* Support for enabling network data collection on the monitor by providing 
a network configuration
+  * ``oci apm-synthetics monitor create-browser-monitor 
--configuration-network-configuration``
+- from version 3.1.1
+  * Management Agent service
+* Support for set-auto-upgradable-config and get-auto-upgradable-config
+  * ``oci management-agent agent set-auto-upgradable-config``
+  * ``oci management-agent agent get-auto-upgradable-config``
+* Support for additional -install-type parameters for List Management 
Agents,
+  Images and Count operations
+  * ``oci management-agent agent list --install-type``
+  * ``oci management-agent agent summarize-agent-counts --install-type``
+  * ``oci management-agent agent-image list --install-type``
+  * Support for configuring Binlog variables in the MySQL Database service
+* ``oci mysql configuration create --variables '{"binlogRowMetadata": 
""}'``
+* ``oci mysql configuration create --variables 
'{"binlog-row-value-options": "PARTIAL_JSON"}'``
+* ``oci 

commit oci-cli for openSUSE:Factory

2021-08-30 Thread Source-Sync
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 2021-08-30 13:55:23

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1899 (New)


Package is "oci-cli"

Mon Aug 30 13:55:23 2021 rev:9 rq:914960 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2021-08-04 
22:29:27.569759931 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1899/oci-cli.changes
2021-08-30 13:55:43.161861761 +0200
@@ -1,0 +2,76 @@
+Wed Aug 25 13:20:44 UTC 2021 - John Paul Adrian Glaubitz 

+
+- Update to version 3.0.2
+  * Support to generate recommended vm cluster network and create vm cluster
+network with given customer listener port in the Database service
+* ``oci db exadata-infrastructure generate-recommended-vm-cluster-network
+  --scan-listener-port-tcp, --scan-listener-port-tcp-ssl``
+* ``oci db vm-cluster-network create --scans``
+  * Prompt to create a config file with a CLI session profile if a CLI command
+is run with a nonexistent config file and --auth security_token
+  * Prompt to re-authenticate a CLI session profile if a CLI command is run 
with
+an expired session token and --auth security_token
+  * Modified supported versions for the following packages:
+cryptography (>3.2.1, <=3.4.7), click (7.1.2).
+- from version 3.0.1  
+  * Support for identifying Management Agent hosts eligible to create
+Operations Insights Host resources on  
+* ``oci opsi host-insights list-importable-agent-entities``
+  * Support for summarize-agen-counts and summarize-plugin-counts
+in Management Agent service
+* ``oci management-agent agent summarize-agent-counts``
+* ``oci management-agent agent summarize-plugin-counts``
+  * Support for additional filters when listing management agents
+in Management Agent service
+* ``oci management-agent agent list --availability-status,
+  --host-id, --is-customer-deployed``
+  * Modified supported versions for the following packages: six (>=0.15.0).
+  * Check the bucket exists before bulk and sync operations in Object Storage 
service
+* ``oci os object bulk-upload``
+* ``oci os object bulk-download``
+* ``oci os object sync``
+  * Session authentication now has no private key passphrase prompt by 
default; private key
+passphrase can be provided by running session authenticate with 
--use-passphrase option
+* ``oci session authenticate``
+- from version 3.0.0
+  [BREAKING] Drop support for Python 2  
+  * Support for ``os object sync`` command that synchronizes a filesystem 
directory with
+an Object Storage bucket in the Object Storage service.
+* ``oci os object sync``
+  * Support for --availability-domain option when listing VNICs attached
+to an instance in the Compute service
+* ``oci compute instance list-vnics --availability-domain``
+  * Support for Autonomous Database Create with Early Patching via a new 
parameter
+(maintenance-schedule-type) in the Database service.
+* ``oci db autonomous-database create --maintenance-schedule-type``
+* ``oci db autonomous-database create-adb-cross-region-data-guard-details
+  --maintenance-schedule-type``
+* ``oci db autonomous-database create-from-backup-id 
--maintenance-schedule-type``
+* ``oci db autonomous-database create-from-backup-timestamp 
--maintenance-schedule-type``
+* ``oci db autonomous-database create-from-clone 
--maintenance-schedule-type``
+* ``oci db autonomous-database create-virtual-clone 
--maintenance-schedule-type``
+  * Support for non-default config file locations for the below commands
+* ``oci session refresh``
+* ``oci session export``
+* ``oci session import``
+  * Support for Model Catalog v2.0 features including Provenance,
+Metadata, Schema, Artifact introspection
+* ``oci data-science model``
+  * Support for new parameter --metastore-id to specify external hive metastore
+for Application in the Data Flow service
+* ``oci data-flow application create --metastore-id``
+* ``oci data-flow application update --metastore-id``
+  * Support for manual copy of volume group backups across regions in the 
Block Storage service
+* ``oci bv volume-group-backup copy``
+  * Support for MDS Backup Change Compartment in MySql service
+* ``oci mysql backup change-compartment``
+  * Block volume backup copy operations now wait for their associated work 
requests to complete
+* ``oci bv boot-volume-backup copy``
+* ``oci bv backup copy``
+- Refresh patches for new version
+  + oc_relax-python-depends.patch
+- Drop patch for compatibility with click >= 7.0, fixed upstream
+  + oc_name-defaults_file-parameter.patch
+- Update 

commit oci-cli for openSUSE:Factory

2021-08-04 Thread Source-Sync
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 2021-08-04 22:28:48

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1899 (New)


Package is "oci-cli"

Wed Aug  4 22:28:48 2021 rev:8 rq:910078 version:2.26.4

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2021-07-01 
07:05:51.899369028 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1899/oci-cli.changes
2021-08-04 22:29:27.569759931 +0200
@@ -1,0 +2,128 @@
+Tue Aug  3 15:33:40 UTC 2021 - John Paul Adrian Glaubitz 

+
+- Update to version 2.26.4
+  * Support for filtering by tag on capacity planning and SQL warehouse
+list operations in the Operations Insights service
+* Parameters ``defined-tag-equals``, ``freeform-tag-equals``, 
``defined-tag-exists``,
+  ``freeform-tag-exists`` are added for some commands under ``oci opsi 
database-insights``
+  * Support for creating cross-region autonomous data guards in the Database 
service
+* ``oci db autonomous-database create-cross-region-data-guard``
+* ``oci db autonomous-database fail-over --peer-db-id``
+* ``oci db autonomous-database switchover --peer-db-id``
+* ``oci db autonomous-database update --peer-db-id``
+  * Support for the customer contacts feature on cloud exadata infrastructure
+in the Database service
+* ``oci db cloud-exa-infra create --customer-contacts``
+* ``oci db cloud-exa-infra update --customer-contacts``
+  * Support for cost analysis custom tables in the Usage service
+* ``oci usage-api custom-table``
+  * Support non-default config file locations for ``oci session validate``
+and ``oci session terminate``
+  * Support to add passphrase for session authentication (``oci session 
authenticate``)
+- from version 2.26.3
+  * Support for empty and dry-run options while deleting buckets in Object 
Storage service  
+* ``oci os bucket delete --empty  --dry-run``
+* ``oci os bucket delete --empty``
+  * Support for schedules and tasks in Data Integration service
+* ``oci data-integration schedule``
+* ``oci data-integration task``
+  * Database service
+* Support for getting available updates and updating histories for a VM 
cluster
+  * ``oci db vm-cluster get-update --update-id  
--vm-cluster-id ``
+  * ``oci db vm-cluster list-updates --vm-cluster-id 
+--update-type ``
+  * ``oci db vm-cluster get-update-history --update-history-entry-id 

+--vm-cluster-id ``
+  * ``oci db vm-cluster list-update-histories --vm-cluster-id 
+--update-type ``
+* Support for updating dataguard
+  * ``oci db data-guard-association update``
+* Support for downloading network validation report file for VM Cluster 
Networks
+  * ``oci db vm-cluster-network download-validation-report 
--exadata-infrastructure-id,
+--file, --vm-cluster-network-id``
+  * Support patch and upgrade of Grid Infrastructure (GI) and update of
+DomU OS software for a VM cluster  
+* ``oci db vm-cluster update --update-id 
+  --update-action ``  
+- from version 2.26.2
+  * Support for AI Anomaly Detection service
+* ``oci anomaly-detection``
+  * Support for retrieving a DNS zone as a zone file in DNS service
+* ``oci dns zone get-zone-content --file``
+  * Support for Search domain type for DHCP options to support multi-level
+search domain in Network Service.
+* ``oci network dhcp-options create --domain-name-type``
+* ``oci network dhcp-options update --domain-name-type``
+  * Support for searching Marketplace Listings
+* ``oci marketplace listing-summary search-listings``
+* ``oci marketplace listing-summary search-listings-free-text``
+* ``oci marketplace listing-summary search-listings-structured``
+  * Parameter --availability-domain is now optional in create VLAN in Network 
service.  
+* ``oci network vlan create--availability-domain``  
+- from version 2.26.1
+  * Support for Order Activation features in the Organizations Service
+* oci organizations order activate
+* oci organizations order get
+  * Support new OCE instance license type - Starter Edition in the OCE service.
+The new license type is: STARTER
+* ``oci oce oce-instance create --instance-license-type STARTER``
+* ``oci oce oce-instance update --instance-license-type STARTER``
+  * Expanded DRG functionality in the Networking Service
+* More than one VCN can be attached to a DRG
+* Flexible routing inside DRG enables packet flow between any two 
attachments
+* Routing policy to customize dynamic import/export of routes
+  * Operations Insights
+* Support for resource principal authorization for enterprise manager 
bridge resource
+  

commit oci-cli for openSUSE:Factory

2021-06-30 Thread Source-Sync
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 2021-07-01 07:05:39

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.2625 (New)


Package is "oci-cli"

Thu Jul  1 07:05:39 2021 rev:7 rq:903196 version:2.25.4

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2021-05-23 
00:06:20.058559711 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.2625/oci-cli.changes
2021-07-01 07:05:51.899369028 +0200
@@ -1,0 +2,136 @@
+Tue Jun 29 10:38:35 UTC 2021 - John Paul Adrian Glaubitz 

+
+- Update to version 2.25.4
+  * Users can authenticate the CLI with only environment variables,
+a config does not need to exist
+* The following environment variables need to be set, OCI_CLI_USER, 
OCI_CLI_TENANCY,
+  OCI_CLI_FINGERPRINT, OCI_CLI_KEY_FILE, OCI_CLI_REGION
+* Optional variable for passphrase, OCI_CLI_PASSPHRASE
+  * Support for VMBM Pluggable Database feature as a part of the Database 
Service
+* ``oci db pluggable-database``
+  * Support for cross-tenancy volume clone in Block Storage service
+* ``oci bv volume create --source-volume-id``
+* ``oci bv boot-volume create --source-volume-id``
+  * Changed allowed versions of cryptography package to a range from 3.2.1 to 
3.4.7
+  * Following updates in installer scripts:
+* Use dnf, if available, to install python
+* Updated check for ubuntu/debian systems to use ID_LIKE/ID
+  instead of NAME in /etc/os-release
+  * oci setup bootstrap was causing a ``AttributeError: module 'oci' has no 
attribute 'identity'``
+  - from version 2.25.3
+  * Support for migrating an OKE cluster not integrated with your
+VCN to a VCN-Native cluster in Container Engine
+* ``oci ce cluster cluster-migrate-to-native-vcn``
+* ``oci ce cluster cluster-migrate-to-native-vcn-status``
+  * Support for filtering of applications based on spark version in Data Flow 
service
+* ``oci data-flow application list --spark-version``
+  * Support for registration and management of target databases in Data Safe 
service.
+* ``oci data-safe target-database create``
+  * Support for Elastic Storage feature for Exadata Infrastructure
+resources for ExaCC in Database service.
+* ``oci db exadata-infrastructure create --compute-count``
+* ``oci db exadata-infrastructure update --additional-storage-count``
+* ``oci db exadata-infrastructure add --exadata-infrastructure-id``
+  * New parameter --parameters-config has been added to the below commands
+in Management Dashboard service
+* ``oci management-dashboard dashboard create --parameters-config``
+* ``oci management-dashboard dashboard update``
+* ``oci management-dashboard saved-search create``
+* ``oci management-dashboard saved-search update``
+  * PyYAML version requirement relaxed from PyYAML==5.4.1 to PyYAML>=5.4,<6
+  * Default thread count for multipart upload/download using ``oci os object 
put | get`` is 10.
+  * Multipart download is now default for ``oci os object get``.
+Please use ``--no-multipart`` to disable multipart download.
+  * Changed multipart download chunk size to maximum instead of 1Mb
+  * Parameter --compartment-id was existing twice in change compartment
+for rove node in Rover service
+* ``oci rover node change-compartment --compartment-id``
+  * Issue with multipart download - progress bar was only showing 50% even
+though full file was uploaded.
+  - from version 2.25.2
+  * Support for Java Management Service
+* ``oci jms``
+  * Support to update iscsi Login State for a Volume Attachment in Compute 
service
+* ``oci compute volume-attachment update --iscsi-login-state``
+  * Support for 'host-name' and 'is-database-instance-level-metrics' query 
parameters
+in Operations Insights service
+* ``oci opsi database-insights 
summarize-database-insight-resource-capacity-trend``
+* ``oci opsi database-insights 
summarize-database-insight-resource-forecast-trend``
+* ``oci opsi database-insights 
summarize-database-insight-resource-statistics``
+* ``oci opsi database-insights summarize-database-insight-resource-usage``
+* ``oci opsi database-insights 
summarize-database-insight-resource-usage-trend``
+* ``oci opsi database-insights 
summarize-database-insight-resource-utilization-insight``
+* ``oci opsi database-insights summarize-sql-insights``
+* ``oci opsi database-insights summarize-sql-statistics``
+* ``oci opsi database-insights summarize-sql-statistics-time-series``
+  * Support for listing database configurations in Operations Insights service
+* ``oci opsi database-insights list-database-configurations``
+  * Added support for a new type of Source 

commit oci-cli for openSUSE:Factory

2021-05-22 Thread Source-Sync
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 2021-05-23 00:06:14

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.2988 (New)


Package is "oci-cli"

Sun May 23 00:06:14 2021 rev:6 rq:894935 version:2.24.5

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2021-05-15 
23:17:27.948433757 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.2988/oci-cli.changes
2021-05-23 00:06:20.058559711 +0200
@@ -1,0 +2,12 @@
+Thu May 20 16:16:13 UTC 2021 - Ferdinand Thiessen 
+
+- Update to version 2.24.5
+  * Support for Object storage configuration source in the
+Resource Manager service
+  * Support for spark-submit compatible options in the Data Flow service
+  * Fixed: Wait for state parameter for the following commands were
+returning an error on valid states
+  * Fixed list commands in Artifacts service
+- Refresh oc_relax-python-depends.patch
+
+---

Old:

  v2.24.4.tar.gz

New:

  oci-cli-2.24.5.tar.gz



Other differences:
--
++ oci-cli.spec ++
--- /var/tmp/diff_new_pack.88ii1R/_old  2021-05-23 00:06:20.582556923 +0200
+++ /var/tmp/diff_new_pack.88ii1R/_new  2021-05-23 00:06:20.586556902 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package oci-cli-test
+# spec file for package oci-cli
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -28,16 +28,17 @@
 %bcond_with test
 %endif
 Name:   oci-cli%{psuffix}
-Version:2.24.4
+Version:2.24.5
 Release:0
 Summary:Oracle Cloud Infrastructure CLI
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:
https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/cli.htm
-Source: https://github.com/oracle/oci-cli/archive/v%{version}.tar.gz
+Source: 
https://github.com/oracle/oci-cli/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch0: oc_relax-python-depends.patch
 Patch1: oc_name-defaults_file-parameter.patch
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3-PyJWT
 BuildRequires:  python3-PyYAML >= 5.4.1
 BuildRequires:  python3-arrow >= 0.14.7
@@ -46,7 +47,7 @@
 BuildRequires:  python3-cryptography >= 3.3.2
 BuildRequires:  python3-devel
 BuildRequires:  python3-jmespath >= 0.9.4
-BuildRequires:  python3-oci-sdk >= 2.38.2
+BuildRequires:  python3-oci-sdk >= 2.38.3
 BuildRequires:  python3-pyOpenSSL >= 18.0.0
 BuildRequires:  python3-python-dateutil >= 2.5.3
 BuildRequires:  python3-pytz >= 2016.10
@@ -84,7 +85,7 @@
 Requires:   python3-click >= 6.7
 Requires:   python3-cryptography >= 3.3.2
 Requires:   python3-jmespath >= 0.10.0
-Requires:   python3-oci-sdk >= 2.38.2
+Requires:   python3-oci-sdk >= 2.38.3
 Requires:   python3-pyOpenSSL >= 18.0.0
 Requires:   python3-python-dateutil >= 2.5.3
 Requires:   python3-pytz >= 2016.10
@@ -102,25 +103,23 @@
 functionality.
 
 %prep
-%setup -q -n oci-cli-%{version}
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1
 # Fix includes
 sed -i 's/from oci._vendor //' src/oci_cli/*.py 
services/container_engine/src/oci_cli_container_engine/*.py 
services/object_storage/src/oci_cli_object_storage/object_storage_transfer_manager/*.py
 services/dts/src/oci_cli_dts/physical_appliance_control_plane/client/*.py 
services/dts/src/oci_cli_dts/*.py tests/*.py
 sed -i 's/oci\._vendor\.//' src/oci_cli/*.py services/dts/src/oci_cli_dts/*.py 
services/container_engine/src/oci_cli_container_engine/*.py tests/*.py 
tests/vcr_mods/*.py
 
 %build
-python3 setup.py build
+%python3_build
 
-%check
 %if %{with test}
+%check
 export PYTHONDONTWRITEBYTECODE=1
 export PYTHONPATH=%{buildroot}%{python3_sitelib}
 py.test -s tests/unit
 %endif
 
 %install
-python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--install-scripts=%{_bindir}
+%python3_install
 %fdupes %{buildroot}%{python3_sitelib}
 
 %files

++ oc_relax-python-depends.patch ++
--- /var/tmp/diff_new_pack.88ii1R/_old  2021-05-23 00:06:20.606556795 +0200
+++ /var/tmp/diff_new_pack.88ii1R/_new  2021-05-23 00:06:20.606556795 +0200
@@ -1,14 +1,14 @@
-diff -Nru oci-cli-2.24.4.orig/requirements.txt oci-cli-2.24.4/requirements.txt
 oci-cli-2.24.4.orig/requirements.txt   2021-05-11 22:38:54.0 
+0200
-+++ oci-cli-2.24.4/requirements.txt2021-05-14 13:21:01.440182907 +0200
-@@ -2,41 +2,40 @@
+diff -Nur oci-cli-2.24.5/requirements.txt new/requirements.txt
+--- oci-cli-2.24.5/requirements.txt2021-05-19 01:47:14.0 +0200
 new/requirements.txt   2021-05-20 18:19:50.801629082 +0200
+@@ -2,41 +2,41 @@
  # 

commit oci-cli for openSUSE:Factory

2021-05-15 Thread Source-Sync
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 2021-05-15 23:16:26

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.2988 (New)


Package is "oci-cli"

Sat May 15 23:16:26 2021 rev:5 rq:893346 version:2.24.4

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2021-02-15 
23:23:03.688001707 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.2988/oci-cli.changes
2021-05-15 23:17:27.948433757 +0200
@@ -1,0 +2,351 @@
+Fri May 14 11:21:31 UTC 2021 - John Paul Adrian Glaubitz 

+
+- Update to version 2.24.4
+  * Support for database maintenance run patchMode feature as a part of the 
Database Service
+* ``oci db maintenance-run``
+  * PyYAML was upgraded to version 5.4.1 to address a vulnerability identified 
on GitHub as CVE-2020-14343  
+  * Py was upgraded to version 1.10.0 to address a vulnerability identified on 
GitHub as CVE-2020-29651.
+Py isn't used in our run-time system but as part of our documentation 
build process.
+- from version 2.24.3
+  * Options for configuring config path and profile name for session 
authentication
+* ``oci session authenticate --profile-name --config-location``
+  * Support for the Operator Access Control service
+   * ``oci opctl``
+  * Support for the Service Catalog service
+   * ``oci service-catalog``
+  * Support for the AI Language service
+   * ``oci ai language``
+  * Wait for state parameter for the following database commands were 
returning on incorrect states
+* oci db database create --wait-for-state
+* oci db database create-from-backup --wait-for-state
+* oci db database create-from-database --wait-for-state
+* oci db db-home create --wait-for-state
+- from version  2.24.2
+  * Support for data masking and other enhancements in the Cloud Guard service
+* ``oci cloud-guard data-mask-rule``
+* ``oci cloud-guard policy-summary list-policies``
+* ``oci cloud-guard problem update-bulk-problem-status --comment``
+  * Support for opting out of DNS records during instance launch, as well as 
attaching
+secondary VNICs, in the Compute service
+* ``oci compute instance attach-vnic --assign-private-dns-record``
+* ``oci compute instance launch --assign-private-dns-record``
+  * Support for mutable sizes on cluster networks in the Compute Management 
service. Argument (instance-pools)
+allows to specify updates to the underlying instance pool(s) of a cluster 
network.
+* ``oci compute-management cluster-network update --instance-pools`` 
+  * Support for auto-tiering on buckets in the Object Storage service
+* ``oci os bucket create --auto-tiering``
+* ``oci os bucket update --auto-tiering``
+  * VCN id parameter is now optional on list operation in the Networking 
service
+* ``oci network vlan list --vcn-id``
+- from version 2.24.1
+  * Previous release had a bug which caused CLI installations on Windows 
operating systems to fail with an
+error. Please see `github issue #404 
`_ for more details
+- from version 2.24.0
+  * Support for enabling and disabling Operations Insights for External 
Non-Container and
+External Pluggable Databases in Database service
+* ``oci db external-non-cdb enable-operations-insights``
+* ``oci db external-non-cdb disable-operations-insights``
+* ``oci db external-pdb enable-operations-insights``
+* ``oci db external-pdb disable-operations-insights``
+  * Support for customer contract for Autonomous Databases in Database Service
+* ``oci db autonomous-database create --customer-contacts``
+* ``oci db autonomous-database create-from-backup-id --customer-contacts``
+* ``oci db autonomous-database create-from-backup-timestamp 
--customer-contacts``
+* ``oci db autonomous-database create-from-clone --customer-contacts``
+* ``oci db autonomous-database create-refreshable-clone 
--customer-contacts``
+* ``oci db autonomous-database update --customer-contacts``
+  * Support for business name annotation of harvested objects in Data Catalog 
service
+* ``oci data-catalog attribute | entity | folder update --business-name``
+  * Support for opt-in/opt-out of live migration at an instance level in 
Compute service
+* ``oci compute instance launch --availability-config 
'{"isLiveMigrationPreferred": true}'``
+  * [Breaking] This version drops support for Python 3.5
+* Due to a possible security issue in the version of the dependent 
cryptography package, we have bumped
+  up the version to 3.3.2. This version does not support Python 3.5.
+  * Updated help text for putting messages into a stream in Streaming Service
+* ``oci streaming stream message 

commit oci-cli for openSUSE:Factory

2021-02-15 Thread Source-Sync
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 2021-02-15 23:20:42

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.28504 (New)


Package is "oci-cli"

Mon Feb 15 23:20:42 2021 rev:4 rq:872528 version:2.21.1

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2020-10-18 
16:32:07.092776485 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.28504/oci-cli.changes   
2021-02-15 23:23:03.688001707 +0100
@@ -1,0 +2,382 @@
+Mon Feb 15 13:53:54 UTC 2021 - John Paul Adrian Glaubitz 

+
+- Update to version 2.21.1
+  * Support for Database Management service
+* ``oci database-management``
+  * Support for additional upgrade options in Database service
+* ``oci db database upgrade-with-db-home``
+* ``oci db database upgrade-with-database-software-image``
+* ``oci db database upgrade-with-db-version``
+  * Support for discovering available plugins in Oracle Cloud Agent service
+* ``oci instance-agent plugin``
+* ``oci instance-agent available-plugins``
+  * Support for Erratum List API in OS Management service
+* ``oci os-management erratum-summary list-errata``
+* ``oci os-management managed-instance list-managed-instance-errata``
+  * Support to Enable/Disable Oracle Cloud Agent plugins in Compute service
+* ``oci compute instance launch --agent-config
+  '{ "are-all-plugins-disabled" : true|false,"plugins-config": []}'``
+* ``oci compute instance update --agent-config
+  '{ "are-all-plugins-disabled" : true|false,"plugins-config": []}'``
+  * Support for recommending glossary terms in Data Catalog service
+* ``oci data-catalog catalog recommendations``
+* ``oci data-catalog catalog process-recommendation``
+  * Support for setting the offset to start budget processing in Budgets 
service
+* ``oci budgets budget create --budget-processing-period-start-offset``
+* ``oci budgets budget update --budget-processing-period-start-offset``
+  * Minor help text updates for
+* ``oci os object bulk-delete-versions``
+* ``oci os object bulk-delete``
+* ``oci os object bulk-download``
+- from version 2.21.0
+  * Support for checking if a contact for Exadata infrastructure is valid in
+My Oracle Support in the Database service
+* ``oci db exadata-infrastructure create --contacts``
+* ``oci db exadata-infrastructure update --contacts``
+  * Support for external databases in the Database service
+* ``oci db external-cdb``
+* ``oci db external-database-connector``
+* ``oci db external-pdb``
+* ``oci db external-non-cdb``
+  * Support for uploading objects to the infrequent access storage tier
+in the Object Storage service
+* ``oci os object put --storage-tier``
+* ``oci os object copy --destination-object-storage-tier``
+* ``oci os object bulk-upload --storage-tier`` 
+  * Support for changing the storage tier of existing objects
+in the Object Storage service
+* ``oci os object update-storage-tier --storage-tier`` 
+  * Support for private templates in the Resource Manager service
+* ``oci resource-manager template create``
+* ``oci resource-manager template get``
+* ``oci resource-manager template delete``
+* ``oci resource-manager template get-template-logo``
+* ``oci resource-manager template get-template-tf-config``
+* ``oci resource-manager template list``
+* ``oci resource-manager template update``
+* ``oci resource-manager template list-template-categories``
+* ``oci resource-manager template change-compartment``
+  * Support for multiple encryption domains on IPSec tunnels in the Networking 
service
+* ``oci network ip-sec-tunnel update --encryption-domain-config``
+  * Input parameter ``--vnic-id`` is now optional for the command ``oci 
network ipv6 create``
+  * [Breaking] Response field ``vnicId`` is now optional for the following 
commands
+* ``oci network ipv6 create``
+* ``oci network ipv6 get``
+* ``oci network ipv6 update``
+- from version 2.20.0
+  * Support for Load Balancer Shape update for Blockchain Platform in 
Blockchain Service
+* ``oci blockchain blockchain-platform update --load-balancer-shape``
+  * [Breaking] The parameter --idcs-access-token is now required for
+Blockchain Platform create in Blockchain Service
+* ``oci blockchain blockchain-platform create``
+  * Support for private access channel in Analytics Service
+* ``oci analytics analytics-instance create-private-access-channel ``
+* ``oci analytics analytics-instance get-private-access-channel``
+* ``oci analytics analytics-instance update-private-access-channel``
+* ``oci analytics analytics-instance