Accepting request 1035658 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/1035658 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=29
This commit is contained in:
commit
363586fbef
@ -1,6 +1,6 @@
|
|||||||
diff -Nru oci-cli-3.20.0.orig/requirements.txt oci-cli-3.20.0/requirements.txt
|
diff -Nru oci-cli-3.20.1.orig/requirements.txt oci-cli-3.20.1/requirements.txt
|
||||||
--- oci-cli-3.20.0.orig/requirements.txt 2022-11-01 20:08:18.000000000 +0100
|
--- oci-cli-3.20.1.orig/requirements.txt 2022-11-08 08:43:52.000000000 +0100
|
||||||
+++ oci-cli-3.20.0/requirements.txt 2022-11-02 12:39:46.299912638 +0100
|
+++ oci-cli-3.20.1/requirements.txt 2022-11-14 11:48:15.603353504 +0100
|
||||||
@@ -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.
|
||||||
@ -10,7 +10,7 @@ diff -Nru oci-cli-3.20.0.orig/requirements.txt oci-cli-3.20.0/requirements.txt
|
|||||||
arrow>=1.0.0
|
arrow>=1.0.0
|
||||||
certifi
|
certifi
|
||||||
cffi>=1.9.1
|
cffi>=1.9.1
|
||||||
-click==8.0.4
|
-click==7.1.2
|
||||||
-coverage==4.5.2
|
-coverage==4.5.2
|
||||||
-cryptography>=3.2.1,<=37.0.2
|
-cryptography>=3.2.1,<=37.0.2
|
||||||
-httpsig-cffi==15.0.0
|
-httpsig-cffi==15.0.0
|
||||||
@ -18,7 +18,7 @@ diff -Nru oci-cli-3.20.0.orig/requirements.txt oci-cli-3.20.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.87.0
|
-oci==2.88.0
|
||||||
-packaging==20.2
|
-packaging==20.2
|
||||||
-pluggy==0.13.0
|
-pluggy==0.13.0
|
||||||
-py==1.10.0
|
-py==1.10.0
|
||||||
@ -29,7 +29,7 @@ diff -Nru oci-cli-3.20.0.orig/requirements.txt oci-cli-3.20.0/requirements.txt
|
|||||||
-pytest==3.2.3
|
-pytest==3.2.3
|
||||||
-pytest-cov==2.5.1
|
-pytest-cov==2.5.1
|
||||||
-python-dateutil>=2.5.3,<3.0.0
|
-python-dateutil>=2.5.3,<3.0.0
|
||||||
+click>=8.0.4
|
+click>=7.1.2
|
||||||
+coverage>=4.5.2
|
+coverage>=4.5.2
|
||||||
+cryptography>=3.2.1
|
+cryptography>=3.2.1
|
||||||
+httpsig-cffi>=15.0.0
|
+httpsig-cffi>=15.0.0
|
||||||
@ -37,7 +37,7 @@ diff -Nru oci-cli-3.20.0.orig/requirements.txt oci-cli-3.20.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.87.0
|
+oci>=2.88.0
|
||||||
+packaging>=20.2
|
+packaging>=20.2
|
||||||
+pluggy>=0.13.0
|
+pluggy>=0.13.0
|
||||||
+py>=1.10.0
|
+py>=1.10.0
|
||||||
@ -75,22 +75,22 @@ diff -Nru oci-cli-3.20.0.orig/requirements.txt oci-cli-3.20.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.20.0.orig/setup.py oci-cli-3.20.0/setup.py
|
diff -Nru oci-cli-3.20.1.orig/setup.py oci-cli-3.20.1/setup.py
|
||||||
--- oci-cli-3.20.0.orig/setup.py 2022-11-01 20:08:18.000000000 +0100
|
--- oci-cli-3.20.1.orig/setup.py 2022-11-08 08:43:52.000000000 +0100
|
||||||
+++ oci-cli-3.20.0/setup.py 2022-11-02 12:39:12.087779814 +0100
|
+++ oci-cli-3.20.1/setup.py 2022-11-14 11:47:37.807302313 +0100
|
||||||
@@ -29,23 +29,23 @@
|
@@ -29,23 +29,23 @@
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
- 'oci==2.87.0',
|
- 'oci==2.88.0',
|
||||||
+ 'oci>=2.87.0',
|
+ 'oci>=2.88.0',
|
||||||
'arrow>=1.0.0',
|
'arrow>=1.0.0',
|
||||||
'certifi',
|
'certifi',
|
||||||
- 'click==8.0.4',
|
- 'click==7.1.2',
|
||||||
- 'cryptography>=3.2.1,<=37.0.2',
|
- 'cryptography>=3.2.1,<=37.0.2',
|
||||||
- 'jmespath==0.10.0',
|
- 'jmespath==0.10.0',
|
||||||
- 'python-dateutil>=2.5.3,<3.0.0',
|
- 'python-dateutil>=2.5.3,<3.0.0',
|
||||||
+ 'click>=8.0.4',
|
+ 'click>=7.1.2',
|
||||||
+ 'cryptography>=3.2.1',
|
+ 'cryptography>=3.2.1',
|
||||||
+ 'jmespath>=0.10.0',
|
+ 'jmespath>=0.10.0',
|
||||||
+ 'python-dateutil>=2.5.3',
|
+ 'python-dateutil>=2.5.3',
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cd869f35974cb82a6cf7e5d55aac62bbd5a70b05240481542d60e169aea08ec9
|
|
||||||
size 2749409
|
|
3
oci-cli-3.20.1.tar.gz
Normal file
3
oci-cli-3.20.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea9107c8ee5c7af1dce99757aa861972693adcfda81393fbb5b14583b9a2c189
|
||||||
|
size 2754346
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 14 10:49:40 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.20.1
|
||||||
|
* Database service
|
||||||
|
* Support for new commands
|
||||||
|
* ``oci db autonomous-database list-refreshable-clones``
|
||||||
|
* ``oci db cloud-exa-infra add-storage``
|
||||||
|
* ``oci db cloud-vm-cluster add``
|
||||||
|
* ``oci db cloud-vm-cluster remove``
|
||||||
|
* Support for new optional parameters
|
||||||
|
* ``oci db cloud-vm-cluster create --data-storage-size-in-tbs
|
||||||
|
--db-node-storage-size-in-gbs --db-servers --memory-size-in-gbs``
|
||||||
|
* ``oci db cloud-vm-cluster update --data-storage-size-in-tbs
|
||||||
|
--db-node-storage-size-in-gbs --memory-size-in-gbs``
|
||||||
|
* Support for creating rollback jobs in the Resource Manager service
|
||||||
|
* ``oci resource-manager job create-plan-rollback-job``
|
||||||
|
* ``oci resource-manager job create-apply-rollback-job``
|
||||||
|
* Support for EDGE value for existing parameter --node-type in the Big Data service
|
||||||
|
* ``oci bds instance worker-nodes add --node-type``
|
||||||
|
* Support for new optional parameter in the Data Flow service
|
||||||
|
* ``oci data-flow private-endpoint create --scan-details``
|
||||||
|
* ``oci data-flow private-endpoint update --scan-details``
|
||||||
|
* Application Dependency Management service
|
||||||
|
* Support for new commands
|
||||||
|
* ``oci adm vulnerability-audit create-vulnerability-audit-external-resource-vulnerability-audit-source``
|
||||||
|
* ``oci adm vulnerability-audit create-vulnerability-audit-oci-resource-vulnerability-audit-source``
|
||||||
|
* ``oci adm vulnerability-audit create-vulnerability-audit-unknown-source-vulnerability-audit-source``
|
||||||
|
* Support for new optional parameters
|
||||||
|
* ``oci adm vulnerability-audit list-application-dependency-vulnerabilities --depth --root-node-id``
|
||||||
|
* Dependency on click is downgraded to 7.1.2
|
||||||
|
* The required parameters --application-dependencies --compartment-id
|
||||||
|
are now optional in the Application Dependency Management service
|
||||||
|
* ``oci adm vulnerability-audit create --application-dependencies --compartment-id``
|
||||||
|
* Error message improvement with troubleshooting tips on RequestTimeout
|
||||||
|
and ConnectTimeout for CLI commands with JSON inputs
|
||||||
|
* Fixed incorrectly raised PermissionError when downloading content in
|
||||||
|
folders created from the console in the Object Storage service
|
||||||
|
* ``oci os object bulk-download``
|
||||||
|
* Fixed repeated confirmation prompt for no passphrase setup
|
||||||
|
* ``oci setup config``
|
||||||
|
* ``oci setup keys``
|
||||||
|
- Refresh patches for new version
|
||||||
|
+ oc_relax-python-depends.patch
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 2 12:08:03 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Nov 2 12:08:03 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.20.0
|
Version: 3.20.1
|
||||||
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 >= 8.0.4
|
|||||||
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.87.0
|
BuildRequires: python3-oci-sdk >= 2.88.0
|
||||||
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 >= 8.0.4
|
Requires: python3-click >= 8.0.4
|
||||||
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.87.0
|
Requires: python3-oci-sdk >= 2.88.0
|
||||||
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