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 
<adrian.glaub...@suse.com>
+
+- 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 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.61.0
+BuildRequires:  python3-oci-sdk >= 2.65.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.61.0
+Requires:       python3-oci-sdk >= 2.65.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.RT0QRY/_old  2022-05-07 23:54:27.136920331 +0200
+++ /var/tmp/diff_new_pack.RT0QRY/_new  2022-05-07 23:54:27.144920341 +0200
@@ -1,6 +1,6 @@
-diff -Nru oci-cli-3.7.3.orig/requirements.txt oci-cli-3.7.3/requirements.txt
---- oci-cli-3.7.3.orig/requirements.txt        2022-04-19 21:29:12.000000000 
+0200
-+++ oci-cli-3.7.3/requirements.txt     2022-04-26 11:57:51.721710523 +0200
+diff -Nru oci-cli-3.8.0.orig/requirements.txt oci-cli-3.8.0/requirements.txt
+--- oci-cli-3.8.0.orig/requirements.txt        2022-04-26 20:33:37.000000000 
+0200
++++ oci-cli-3.8.0/requirements.txt     2022-05-03 14:25:34.963726116 +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.64.0
+-oci==2.65.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.64.0
++oci>=2.65.0
 +packaging>=20.2
 +pluggy>=0.13.0
 +py>=1.10.0
@@ -73,4 +73,39 @@
 +pytest-forked>=1.0.2
 +PyYAML>=5.4
 +docutils>=0.15.2
+diff -Nru oci-cli-3.8.0.orig/setup.py oci-cli-3.8.0/setup.py
+--- oci-cli-3.8.0.orig/setup.py        2022-04-26 20:33:37.000000000 +0200
++++ oci-cli-3.8.0/setup.py     2022-05-03 14:26:13.576112998 +0200
+@@ -29,22 +29,22 @@
+     readme = f.read()
+ 
+ requires = [
+-    'oci==2.65.0',
++    'oci>=2.65.0',
+     'arrow>=1.0.0',
+     'certifi',
+-    'click==7.1.2',
+-    'cryptography>=3.2.1,<=3.4.7',
+-    'jmespath==0.10.0',
+-    'python-dateutil>=2.5.3,<3.0.0',
++    'click>=7.1.2',
++    'cryptography>=3.2.1',
++    'jmespath>=0.10.0',
++    'python-dateutil>=2.5.3',
+     'pytz>=2016.10',
+     'six>=1.15.0',
+-    'terminaltables==3.1.0',
+-    'pyOpenSSL==19.1.0',
+-    'PyYAML>=5.4,<6'
++    'terminaltables>=3.1.0',
++    'pyOpenSSL>=19.1.0',
++    'PyYAML>=5.4'
+ ]
+ 
+ extras = {
+-    'db': ['cx_Oracle==8.3']
++    'db': ['cx_Oracle>=8.3']
+ }
+ 
+ fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
 

++++++ oci-cli-3.7.3.tar.gz -> oci-cli-3.8.0.tar.gz ++++++
++++ 9509 lines of diff (skipped)

Reply via email to