Accepting request 1009354 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.18.1 * Bastion support for target host identification and enabled SOCKS support for dynamic port forwarding sessions * ``oci bastion`` * Operations Insights service * Support for creating Enterprise Manager-based Windows host targets for ``--platform-type`` * ``oci opsi host-insights list --platform-type`` * Support for creating Management Agent Cloud Service-based Windows and Solaris hosts targets for ``--platform-type`` * ``oci opsi host-insights list --platform-type`` * Support for Host Top Process allowing users to locate top processes running at a particular point in time * ``oci opsi host-insights summarize-top-processes-usage --compartment-id --id --resource-metric --timestamp --analysis-time-interval`` * Support for Host Top Process allowing users to filter by a single process in order to trend this process over time * ``oci opsi host-insights summarize-top-processes-usage --compartment-id --id --resource-metric --timestamp --analysis-time-interval`` * Cloud-Bridge Service * Support for check to require ``--vcenter-endpoint`` and ``--discovery-credentials`` parameters if asset source is VMWARE for ``--type`` * ``oci cloud-bridge discovery asset-source create --type VMWARE`` - 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/1009354 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=55
This commit is contained in:
parent
454a135b29
commit
82a49c7f3a
@ -1,6 +1,7 @@
|
|||||||
diff -Nru oci-cli-3.18.0.orig/requirements.txt oci-cli-3.18.0/requirements.txt
|
Common subdirectories: oci-cli-3.18.1.orig/.github and oci-cli-3.18.1/.github
|
||||||
--- oci-cli-3.18.0.orig/requirements.txt 2022-09-28 00:50:08.000000000 +0200
|
diff -u oci-cli-3.18.1.orig/requirements.txt oci-cli-3.18.1/requirements.txt
|
||||||
+++ oci-cli-3.18.0/requirements.txt 2022-09-29 11:45:07.455751956 +0200
|
--- 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
|
||||||
@@ -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 +19,7 @@ diff -Nru oci-cli-3.18.0.orig/requirements.txt oci-cli-3.18.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.84.0
|
-oci==2.85.0
|
||||||
-packaging==20.2
|
-packaging==20.2
|
||||||
-pluggy==0.13.0
|
-pluggy==0.13.0
|
||||||
-py==1.10.0
|
-py==1.10.0
|
||||||
@ -37,7 +38,7 @@ diff -Nru oci-cli-3.18.0.orig/requirements.txt oci-cli-3.18.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.84.0
|
+oci>=2.85.0
|
||||||
+packaging>=20.2
|
+packaging>=20.2
|
||||||
+pluggy>=0.13.0
|
+pluggy>=0.13.0
|
||||||
+py>=1.10.0
|
+py>=1.10.0
|
||||||
@ -75,15 +76,17 @@ diff -Nru oci-cli-3.18.0.orig/requirements.txt oci-cli-3.18.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.18.0.orig/setup.py oci-cli-3.18.0/setup.py
|
Common subdirectories: oci-cli-3.18.1.orig/scripts and oci-cli-3.18.1/scripts
|
||||||
--- oci-cli-3.18.0.orig/setup.py 2022-09-28 00:50:08.000000000 +0200
|
Common subdirectories: oci-cli-3.18.1.orig/services and oci-cli-3.18.1/services
|
||||||
+++ oci-cli-3.18.0/setup.py 2022-09-29 11:45:45.796411459 +0200
|
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
|
||||||
@@ -29,23 +29,23 @@
|
@@ -29,23 +29,23 @@
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
- 'oci==2.84.0',
|
- 'oci==2.85.0',
|
||||||
+ 'oci>=2.84.0',
|
+ 'oci>=2.85.0',
|
||||||
'arrow>=1.0.0',
|
'arrow>=1.0.0',
|
||||||
'certifi',
|
'certifi',
|
||||||
- 'click==7.1.2',
|
- 'click==7.1.2',
|
||||||
@ -112,3 +115,5 @@ diff -Nru oci-cli-3.18.0.orig/setup.py oci-cli-3.18.0/setup.py
|
|||||||
}
|
}
|
||||||
|
|
||||||
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
|
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
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4a749e6e30a6667d072a9af677a65ef3e1ba8d7dd84ae49f1ee13d5bfc3b5a51
|
|
||||||
size 2711278
|
|
3
oci-cli-3.18.1.tar.gz
Normal file
3
oci-cli-3.18.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:130472a366879a94b6e410769f6c5f4e3229724fb98281f808b797cb400f0b00
|
||||||
|
size 2713294
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 10 12:22:56 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.18.1
|
||||||
|
* Bastion support for target host identification and enabled SOCKS support
|
||||||
|
for dynamic port forwarding sessions
|
||||||
|
* ``oci bastion``
|
||||||
|
* Operations Insights service
|
||||||
|
* Support for creating Enterprise Manager-based Windows host targets for ``--platform-type``
|
||||||
|
* ``oci opsi host-insights list --platform-type``
|
||||||
|
* Support for creating Management Agent Cloud Service-based Windows and
|
||||||
|
Solaris hosts targets for ``--platform-type``
|
||||||
|
* ``oci opsi host-insights list --platform-type``
|
||||||
|
* Support for Host Top Process allowing users to locate top processes
|
||||||
|
running at a particular point in time
|
||||||
|
* ``oci opsi host-insights summarize-top-processes-usage --compartment-id
|
||||||
|
--id --resource-metric --timestamp --analysis-time-interval``
|
||||||
|
* Support for Host Top Process allowing users to filter by a single process
|
||||||
|
in order to trend this process over time
|
||||||
|
* ``oci opsi host-insights summarize-top-processes-usage --compartment-id
|
||||||
|
--id --resource-metric --timestamp --analysis-time-interval``
|
||||||
|
* Cloud-Bridge Service
|
||||||
|
* Support for check to require ``--vcenter-endpoint`` and ``--discovery-credentials``
|
||||||
|
parameters if asset source is VMWARE for ``--type``
|
||||||
|
* ``oci cloud-bridge discovery asset-source create --type VMWARE``
|
||||||
|
- Refresh patches for new version
|
||||||
|
+ oc_relax-python-depends.patch
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 29 08:57:21 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Thu Sep 29 08:57:21 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.18.0
|
Version: 3.18.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 >= 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.84.0
|
BuildRequires: python3-oci-sdk >= 2.85.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 >= 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.84.0
|
Requires: python3-oci-sdk >= 2.85.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