Accepting request 1001682 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/1001682 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=24
This commit is contained in:
commit
db68448178
@ -1,6 +1,6 @@
|
|||||||
diff -Nru oci-cli-3.15.0.orig/requirements.txt oci-cli-3.15.0/requirements.txt
|
diff -Nru oci-cli-3.15.2.orig/requirements.txt oci-cli-3.15.2/requirements.txt
|
||||||
--- oci-cli-3.15.0.orig/requirements.txt 2022-08-16 23:04:07.000000000 +0200
|
--- oci-cli-3.15.2.orig/requirements.txt 2022-08-30 11:06:01.000000000 +0200
|
||||||
+++ oci-cli-3.15.0/requirements.txt 2022-08-22 14:23:25.585718056 +0200
|
+++ oci-cli-3.15.2/requirements.txt 2022-09-06 10:47:54.525373470 +0200
|
||||||
@@ -2,41 +2,41 @@
|
@@ -2,41 +2,41 @@
|
||||||
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
|
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
|
||||||
# you may need to use the --extra-index-url option instead.
|
# you may need to use the --extra-index-url option instead.
|
||||||
@ -18,7 +18,7 @@ diff -Nru oci-cli-3.15.0.orig/requirements.txt oci-cli-3.15.0/requirements.txt
|
|||||||
-jmespath==0.10.0
|
-jmespath==0.10.0
|
||||||
-ndg-httpsclient==0.4.2
|
-ndg-httpsclient==0.4.2
|
||||||
-mock==2.0.0
|
-mock==2.0.0
|
||||||
-oci==2.79.0
|
-oci==2.80.1
|
||||||
-packaging==20.2
|
-packaging==20.2
|
||||||
-pluggy==0.13.0
|
-pluggy==0.13.0
|
||||||
-py==1.10.0
|
-py==1.10.0
|
||||||
@ -37,7 +37,7 @@ diff -Nru oci-cli-3.15.0.orig/requirements.txt oci-cli-3.15.0/requirements.txt
|
|||||||
+jmespath>=0.10.0
|
+jmespath>=0.10.0
|
||||||
+ndg-httpsclient>=0.4.2
|
+ndg-httpsclient>=0.4.2
|
||||||
+mock>=2.0.0
|
+mock>=2.0.0
|
||||||
+oci>=2.79.0
|
+oci>=2.80.1
|
||||||
+packaging>=20.2
|
+packaging>=20.2
|
||||||
+pluggy>=0.13.0
|
+pluggy>=0.13.0
|
||||||
+py>=1.10.0
|
+py>=1.10.0
|
||||||
@ -75,15 +75,15 @@ diff -Nru oci-cli-3.15.0.orig/requirements.txt oci-cli-3.15.0/requirements.txt
|
|||||||
+PyYAML>=5.4
|
+PyYAML>=5.4
|
||||||
+docutils>=0.15.2
|
+docutils>=0.15.2
|
||||||
+prompt-toolkit>=3.0.29
|
+prompt-toolkit>=3.0.29
|
||||||
diff -Nru oci-cli-3.15.0.orig/setup.py oci-cli-3.15.0/setup.py
|
diff -Nru oci-cli-3.15.2.orig/setup.py oci-cli-3.15.2/setup.py
|
||||||
--- oci-cli-3.15.0.orig/setup.py 2022-08-16 23:04:07.000000000 +0200
|
--- oci-cli-3.15.2.orig/setup.py 2022-08-30 11:06:01.000000000 +0200
|
||||||
+++ oci-cli-3.15.0/setup.py 2022-08-22 14:21:32.224463693 +0200
|
+++ oci-cli-3.15.2/setup.py 2022-09-06 10:47:01.600921535 +0200
|
||||||
@@ -29,23 +29,23 @@
|
@@ -29,23 +29,23 @@
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
- 'oci==2.79.0',
|
- 'oci==2.80.1',
|
||||||
+ 'oci>=2.79.0',
|
+ 'oci>=2.80.1',
|
||||||
'arrow>=1.0.0',
|
'arrow>=1.0.0',
|
||||||
'certifi',
|
'certifi',
|
||||||
- 'click==7.1.2',
|
- 'click==7.1.2',
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:75992683b96da4b3c18e194b872cd37d4219c562880a1d3b27a9f401d11ad4f9
|
|
||||||
size 2641334
|
|
3
oci-cli-3.15.2.tar.gz
Normal file
3
oci-cli-3.15.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ee271c5720519f4c5feedb27c29fc5ccb7b5f61f559bd6e1314a5bb9a25b1e02
|
||||||
|
size 2646661
|
@ -1,3 +1,63 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 08:48:14 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 22 12:23:55 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Aug 22 12:23:55 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: oci-cli%{psuffix}
|
Name: oci-cli%{psuffix}
|
||||||
Version: 3.15.0
|
Version: 3.15.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Oracle Cloud Infrastructure CLI
|
Summary: Oracle Cloud Infrastructure CLI
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -46,7 +46,7 @@ BuildRequires: python3-click >= 7.1.2
|
|||||||
BuildRequires: python3-cryptography >= 3.2.1
|
BuildRequires: python3-cryptography >= 3.2.1
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-jmespath >= 0.10.0
|
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-pyOpenSSL >= 19.1.0
|
||||||
BuildRequires: python3-python-dateutil >= 2.5.3
|
BuildRequires: python3-python-dateutil >= 2.5.3
|
||||||
BuildRequires: python3-pytz >= 2016.10
|
BuildRequires: python3-pytz >= 2016.10
|
||||||
@ -82,7 +82,7 @@ Requires: python3-certifi
|
|||||||
Requires: python3-click >= 7.1.2
|
Requires: python3-click >= 7.1.2
|
||||||
Requires: python3-cryptography >= 3.2.1
|
Requires: python3-cryptography >= 3.2.1
|
||||||
Requires: python3-jmespath >= 0.10.0
|
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-prompt_toolkit >= 3.0.29
|
||||||
Requires: python3-pyOpenSSL >= 19.1.0
|
Requires: python3-pyOpenSSL >= 19.1.0
|
||||||
Requires: python3-python-dateutil >= 2.5.3
|
Requires: python3-python-dateutil >= 2.5.3
|
||||||
|
Loading…
Reference in New Issue
Block a user