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 
<adrian.glaub...@suse.com>
+
+- 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:       python3-cryptography >= 3.2.1
 Requires:       python3-jmespath >= 0.10.0
-Requires:       python3-oci-sdk >= 2.79.0
+Requires:       python3-oci-sdk >= 2.80.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.Z93CTp/_old  2022-09-08 14:22:42.402537796 +0200
+++ /var/tmp/diff_new_pack.Z93CTp/_new  2022-09-08 14:22:42.402537796 +0200
@@ -1,6 +1,6 @@
-diff -Nru oci-cli-3.15.0.orig/requirements.txt oci-cli-3.15.0/requirements.txt
---- oci-cli-3.15.0.orig/requirements.txt       2022-08-16 23:04:07.000000000 
+0200
-+++ oci-cli-3.15.0/requirements.txt    2022-08-22 14:23:25.585718056 +0200
+diff -Nru oci-cli-3.15.2.orig/requirements.txt oci-cli-3.15.2/requirements.txt
+--- oci-cli-3.15.2.orig/requirements.txt       2022-08-30 11:06:01.000000000 
+0200
++++ oci-cli-3.15.2/requirements.txt    2022-09-06 10:47:54.525373470 +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 +18,7 @@
 -jmespath==0.10.0
 -ndg-httpsclient==0.4.2
 -mock==2.0.0
--oci==2.79.0
+-oci==2.80.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.79.0
++oci>=2.80.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.15.0.orig/setup.py oci-cli-3.15.0/setup.py
---- oci-cli-3.15.0.orig/setup.py       2022-08-16 23:04:07.000000000 +0200
-+++ oci-cli-3.15.0/setup.py    2022-08-22 14:21:32.224463693 +0200
+diff -Nru oci-cli-3.15.2.orig/setup.py oci-cli-3.15.2/setup.py
+--- oci-cli-3.15.2.orig/setup.py       2022-08-30 11:06:01.000000000 +0200
++++ oci-cli-3.15.2/setup.py    2022-09-06 10:47:01.600921535 +0200
 @@ -29,23 +29,23 @@
      readme = f.read()
  
  requires = [
--    'oci==2.79.0',
-+    'oci>=2.79.0',
+-    'oci==2.80.1',
++    'oci>=2.80.1',
      'arrow>=1.0.0',
      'certifi',
 -    'click==7.1.2',

++++++ oci-cli-3.15.0.tar.gz -> oci-cli-3.15.2.tar.gz ++++++
++++ 3828 lines of diff (skipped)

Reply via email to