Accepting request 763691 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.8.0 + Improved configuration of the maintenance window details for Autonomous Container Database by adding the option in the Database Service * ``oci db autonomous-container-database create --maintenance-window-details`` * ``oci db autonomous-container-database update --maintenance-window-details`` + Corporate proxy field is now optional when a creating exadata infrastructure. * ``oci db exadata-infrastructure create --corporate-proxy`` + [Breaking] Hostname field within Node details which is part of VM Networks field is now required * ``oci db vm-cluster-network update --vm-networks`` + Fixed ``--all`` option for ``api-gateway`` list commands * ``oci api-gateway deployment list`` * ``oci api-gateway gateway list`` - Refresh patches for new version + oc_relax-python-depends.patch - Update BuildRequires and Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/763691 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=4
This commit is contained in:
parent
f9e71a1ce1
commit
e285820a0b
@ -1,6 +1,6 @@
|
||||
diff -Nru oci-cli-2.7.0.orig/requirements.txt oci-cli-2.7.0/requirements.txt
|
||||
--- oci-cli-2.7.0.orig/requirements.txt 2019-12-17 23:36:23.000000000 +0100
|
||||
+++ oci-cli-2.7.0/requirements.txt 2020-01-09 13:48:34.711288988 +0100
|
||||
diff -Nru oci-cli-2.8.0.orig/requirements.txt oci-cli-2.8.0/requirements.txt
|
||||
--- oci-cli-2.8.0.orig/requirements.txt 2020-01-09 00:10:14.000000000 +0100
|
||||
+++ oci-cli-2.8.0/requirements.txt 2020-01-12 19:26:49.317375327 +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.
|
||||
@ -21,7 +21,7 @@ diff -Nru oci-cli-2.7.0.orig/requirements.txt oci-cli-2.7.0/requirements.txt
|
||||
-jmespath==0.9.3
|
||||
-ndg-httpsclient==0.4.2
|
||||
-mock==2.0.0
|
||||
-oci==2.8.0
|
||||
-oci==2.9.0
|
||||
-packaging==16.8
|
||||
-pluggy==0.4.0
|
||||
-py==1.4.33
|
||||
@ -55,7 +55,7 @@ diff -Nru oci-cli-2.7.0.orig/requirements.txt oci-cli-2.7.0/requirements.txt
|
||||
+jmespath>=0.9.3
|
||||
+ndg-httpsclient>=0.4.2
|
||||
+mock>=2.0.0
|
||||
+oci>=2.8.0
|
||||
+oci>=2.9.0
|
||||
+packaging>=16.8
|
||||
+pluggy>=0.4.0
|
||||
+py>=1.4.33
|
||||
@ -79,16 +79,16 @@ diff -Nru oci-cli-2.7.0.orig/requirements.txt oci-cli-2.7.0/requirements.txt
|
||||
+pytest-xdist>=1.22.2
|
||||
+pytest-forked>=1.0.2
|
||||
+PyYAML>=5.1.2
|
||||
diff -Nru oci-cli-2.7.0.orig/setup.py oci-cli-2.7.0/setup.py
|
||||
--- oci-cli-2.7.0.orig/setup.py 2019-12-17 23:36:23.000000000 +0100
|
||||
+++ oci-cli-2.7.0/setup.py 2020-01-09 13:47:58.415544372 +0100
|
||||
diff -Nru oci-cli-2.8.0.orig/setup.py oci-cli-2.8.0/setup.py
|
||||
--- oci-cli-2.8.0.orig/setup.py 2020-01-09 00:10:14.000000000 +0100
|
||||
+++ oci-cli-2.8.0/setup.py 2020-01-12 19:27:01.021598842 +0100
|
||||
@@ -29,25 +29,25 @@
|
||||
readme = f.read()
|
||||
|
||||
requires = [
|
||||
- 'oci==2.8.0',
|
||||
- 'oci==2.9.0',
|
||||
- 'arrow==0.10.0',
|
||||
+ 'oci>=2.8.0',
|
||||
+ 'oci>=2.9.0',
|
||||
+ 'arrow>=0.10.0',
|
||||
'certifi',
|
||||
- 'click==6.7',
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 18:29:36 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 2.8.0
|
||||
+ Improved configuration of the maintenance window details for Autonomous
|
||||
Container Database by adding the option in the Database Service
|
||||
* ``oci db autonomous-container-database create --maintenance-window-details``
|
||||
* ``oci db autonomous-container-database update --maintenance-window-details``
|
||||
+ Corporate proxy field is now optional when a creating exadata infrastructure.
|
||||
* ``oci db exadata-infrastructure create --corporate-proxy``
|
||||
+ [Breaking] Hostname field within Node details which is
|
||||
part of VM Networks field is now required
|
||||
* ``oci db vm-cluster-network update --vm-networks``
|
||||
+ Fixed ``--all`` option for ``api-gateway`` list commands
|
||||
* ``oci api-gateway deployment list``
|
||||
* ``oci api-gateway gateway list``
|
||||
- Refresh patches for new version
|
||||
+ oc_relax-python-depends.patch
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 12:58:19 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%endif
|
||||
|
||||
Name: oci-cli
|
||||
Version: 2.7.0
|
||||
Version: 2.8.0
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
Summary: Oracle Cloud Infrastructure CLI
|
||||
@ -50,7 +50,7 @@ BuildRequires: python3-idna >= 2.5
|
||||
BuildRequires: python3-PyJWT
|
||||
BuildRequires: python3-pyOpenSSL >= 18.0.0
|
||||
BuildRequires: python3-PyYAML >= 5.1.2
|
||||
BuildRequires: python3-oci-sdk >= 2.8.0
|
||||
BuildRequires: python3-oci-sdk >= 2.9.0
|
||||
%if %{with test}
|
||||
BuildRequires: python3-appdirs >= 1.4.3
|
||||
BuildRequires: python3-cffi >= 1.9.1
|
||||
@ -85,7 +85,7 @@ Requires: python3-cryptography >= 2.4.2
|
||||
Requires: python3-httpsig_cffi >= 15.0.0
|
||||
Requires: python3-idna >= 2.5
|
||||
Requires: python3-jmespath >= 0.9.3
|
||||
Requires: python3-oci-sdk >= 2.8.0
|
||||
Requires: python3-oci-sdk >= 2.9.0
|
||||
Requires: python3-pyOpenSSL >= 18.0.0
|
||||
Requires: python3-python-dateutil >= 2.7.3
|
||||
Requires: python3-pytz >= 2016.10
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:582697f77af28134a8a83b35704041be8e5e465980b95d51e25f09600958b6c4
|
||||
size 903223
|
3
v2.8.0.tar.gz
Normal file
3
v2.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e09b0eb8c540e76c978c80a095f4ddd4d3749bd0faa23d29b4bcee6cf0741d4
|
||||
size 903582
|
Loading…
Reference in New Issue
Block a user