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 
<adrian.glaub...@suse.com>
+
+- 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
@@ -46,7 +46,7 @@
 BuildRequires:  python3-cryptography >= 3.2.1
 BuildRequires:  python3-devel
 BuildRequires:  python3-jmespath >= 0.10.0
-BuildRequires:  python3-oci-sdk >= 2.116.0
+BuildRequires:  python3-oci-sdk >= 2.117.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.116.0
+Requires:       python3-oci-sdk >= 2.117.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.xhlFmH/_old  2023-12-11 21:52:07.379024793 +0100
+++ /var/tmp/diff_new_pack.xhlFmH/_new  2023-12-11 21:52:07.383024942 +0100
@@ -1,6 +1,6 @@
-diff -Nru oci-cli-3.36.2.orig/requirements.txt oci-cli-3.36.2/requirements.txt
---- oci-cli-3.36.2.orig/requirements.txt       2023-11-14 11:31:43.000000000 
+0100
-+++ oci-cli-3.36.2/requirements.txt    2023-11-23 11:49:39.943270346 +0100
+diff -Nru oci-cli-3.37.0.orig/requirements.txt oci-cli-3.37.0/requirements.txt
+--- oci-cli-3.37.0.orig/requirements.txt       2023-12-05 06:02:52.000000000 
+0100
++++ oci-cli-3.37.0/requirements.txt    2023-12-07 15:07:53.083631085 +0100
 @@ -2,47 +2,47 @@
  # 
(https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
  # you may need to use the --extra-index-url option instead.
@@ -18,18 +18,11 @@
 -jmespath==0.10.0
 -ndg-httpsclient==0.4.2
 -mock==2.0.0
--oci==2.116.0
+-oci==2.117.0
 -packaging==20.2
 -pluggy==0.13.0
 -py==1.11.0
 -pyasn1==0.2.3
--pyOpenSSL>=17.5.0,<24.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,12 +31,18 @@
 +jmespath>=0.10.0
 +ndg-httpsclient>=0.4.2
 +mock>=2.0.0
-+oci>=2.116.0
++oci>=2.117.0
 +packaging>=20.2
 +pluggy>=0.13.0
 +py>=1.11.0
 +pyasn1>=0.2.3
-+pyOpenSSL>=17.5.0
+ pyOpenSSL>=17.5.0,<24.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
 +pycparser>=2.20
 +pyparsing>=2.2.0
 +pytest>=4.6.10; python_version <= '3.9'
@@ -84,18 +83,16 @@
 -setuptools==59.6.0; python_version == '3.6'
 +setuptools>=59.6.0; python_version >= '3.6'
  # this is required because of python 3.6 requests dependency version bound
--urllib3<=1.26.15
-\ No newline at end of file
-+urllib3<=1.26.15
-diff -Nru oci-cli-3.36.2.orig/setup.py oci-cli-3.36.2/setup.py
---- oci-cli-3.36.2.orig/setup.py       2023-11-14 11:31:43.000000000 +0100
-+++ oci-cli-3.36.2/setup.py    2023-11-23 11:49:02.643025594 +0100
+ urllib3<=1.26.15
+diff -Nru oci-cli-3.37.0.orig/setup.py oci-cli-3.37.0/setup.py
+--- oci-cli-3.37.0.orig/setup.py       2023-12-05 06:02:52.000000000 +0100
++++ oci-cli-3.37.0/setup.py    2023-12-07 15:07:20.340265628 +0100
 @@ -30,23 +30,23 @@
      readme = f.read()
  
  requires = [
--    'oci==2.116.0',
-+    'oci>=2.116.0',
+-    'oci==2.117.0',
++    'oci>=2.117.0',
      'arrow>=1.0.0',
      'certifi',
 -    'click==8.0.4',

++++++ oci-cli-3.36.2.tar.gz -> oci-cli-3.37.0.tar.gz ++++++
++++ 16445 lines of diff (skipped)

Reply via email to