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 
<adrian.glaub...@suse.com>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  oci-cli-3.18.1.tar.gz

New:
----
  oci-cli-3.20.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ oci-cli.spec ++++++
--- /var/tmp/diff_new_pack.NIrJfw/_old  2022-11-04 17:41:28.042848566 +0100
+++ /var/tmp/diff_new_pack.NIrJfw/_new  2022-11-04 17:41:28.046848587 +0100
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:           oci-cli%{psuffix}
-Version:        3.18.1
+Version:        3.20.0
 Release:        0
 Summary:        Oracle Cloud Infrastructure CLI
 License:        Apache-2.0
@@ -42,11 +42,11 @@
 BuildRequires:  python3-PyYAML >= 5.4.1
 BuildRequires:  python3-arrow >= 1.0.0
 BuildRequires:  python3-certifi
-BuildRequires:  python3-click >= 7.1.2
+BuildRequires:  python3-click >= 8.0.4
 BuildRequires:  python3-cryptography >= 3.2.1
 BuildRequires:  python3-devel
 BuildRequires:  python3-jmespath >= 0.10.0
-BuildRequires:  python3-oci-sdk >= 2.85.0
+BuildRequires:  python3-oci-sdk >= 2.87.0
 BuildRequires:  python3-pyOpenSSL >= 19.1.0
 BuildRequires:  python3-python-dateutil >= 2.5.3
 BuildRequires:  python3-pytz >= 2016.10
@@ -79,10 +79,10 @@
 Requires:       python3-PyYAML >= 5.4.1
 Requires:       python3-arrow >= 1.0.0
 Requires:       python3-certifi
-Requires:       python3-click >= 7.1.2
+Requires:       python3-click >= 8.0.4
 Requires:       python3-cryptography >= 3.2.1
 Requires:       python3-jmespath >= 0.10.0
-Requires:       python3-oci-sdk >= 2.85.0
+Requires:       python3-oci-sdk >= 2.87.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.NIrJfw/_old  2022-11-04 17:41:28.078848753 +0100
+++ /var/tmp/diff_new_pack.NIrJfw/_new  2022-11-04 17:41:28.082848774 +0100
@@ -1,7 +1,6 @@
-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.000000000 
+0200
-+++ oci-cli-3.18.1/requirements.txt    2022-10-10 14:22:35.258579182 +0200
+diff -Nru oci-cli-3.20.0.orig/requirements.txt oci-cli-3.20.0/requirements.txt
+--- oci-cli-3.20.0.orig/requirements.txt       2022-11-01 20:08:18.000000000 
+0100
++++ oci-cli-3.20.0/requirements.txt    2022-11-02 12:39:46.299912638 +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.
@@ -11,7 +10,7 @@
  arrow>=1.0.0
  certifi
  cffi>=1.9.1
--click==7.1.2
+-click==8.0.4
 -coverage==4.5.2
 -cryptography>=3.2.1,<=37.0.2
 -httpsig-cffi==15.0.0
@@ -19,7 +18,7 @@
 -jmespath==0.10.0
 -ndg-httpsclient==0.4.2
 -mock==2.0.0
--oci==2.85.0
+-oci==2.87.0
 -packaging==20.2
 -pluggy==0.13.0
 -py==1.10.0
@@ -30,7 +29,7 @@
 -pytest==3.2.3
 -pytest-cov==2.5.1
 -python-dateutil>=2.5.3,<3.0.0
-+click>=7.1.2
++click>=8.0.4
 +coverage>=4.5.2
 +cryptography>=3.2.1
 +httpsig-cffi>=15.0.0
@@ -38,7 +37,7 @@
 +jmespath>=0.10.0
 +ndg-httpsclient>=0.4.2
 +mock>=2.0.0
-+oci>=2.85.0
++oci>=2.87.0
 +packaging>=20.2
 +pluggy>=0.13.0
 +py>=1.10.0
@@ -76,24 +75,22 @@
 +PyYAML>=5.4
 +docutils>=0.15.2
 +prompt-toolkit>=3.0.29
-Common subdirectories: oci-cli-3.18.1.orig/scripts and oci-cli-3.18.1/scripts
-Common subdirectories: oci-cli-3.18.1.orig/services and oci-cli-3.18.1/services
-diff -u oci-cli-3.18.1.orig/setup.py oci-cli-3.18.1/setup.py
---- oci-cli-3.18.1.orig/setup.py       2022-10-04 22:54:50.000000000 +0200
-+++ oci-cli-3.18.1/setup.py    2022-10-10 14:21:56.146255580 +0200
+diff -Nru oci-cli-3.20.0.orig/setup.py oci-cli-3.20.0/setup.py
+--- oci-cli-3.20.0.orig/setup.py       2022-11-01 20:08:18.000000000 +0100
++++ oci-cli-3.20.0/setup.py    2022-11-02 12:39:12.087779814 +0100
 @@ -29,23 +29,23 @@
      readme = f.read()
  
  requires = [
--    'oci==2.85.0',
-+    'oci>=2.85.0',
+-    'oci==2.87.0',
++    'oci>=2.87.0',
      'arrow>=1.0.0',
      'certifi',
--    'click==7.1.2',
+-    'click==8.0.4',
 -    'cryptography>=3.2.1,<=37.0.2',
 -    'jmespath==0.10.0',
 -    'python-dateutil>=2.5.3,<3.0.0',
-+    'click>=7.1.2',
++    'click>=8.0.4',
 +    'cryptography>=3.2.1',
 +    'jmespath>=0.10.0',
 +    'python-dateutil>=2.5.3',
@@ -115,6 +112,4 @@
  }
  
  fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
-Common subdirectories: oci-cli-3.18.1.orig/src and oci-cli-3.18.1/src
-Common subdirectories: oci-cli-3.18.1.orig/tests and oci-cli-3.18.1/tests
 

++++++ oci-cli-3.18.1.tar.gz -> oci-cli-3.20.0.tar.gz ++++++
++++ 14276 lines of diff (skipped)

Reply via email to