Accepting request 1094647 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/1094647 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=43
This commit is contained in:
commit
8ce8ef1a34
@ -1,6 +1,6 @@
|
|||||||
diff -Nru oci-cli-3.28.2.orig/requirements.txt oci-cli-3.28.2/requirements.txt
|
diff -Nru oci-cli-3.29.1.orig/requirements.txt oci-cli-3.29.1/requirements.txt
|
||||||
--- oci-cli-3.28.2.orig/requirements.txt 2023-06-06 09:14:58.000000000 +0200
|
--- oci-cli-3.29.1.orig/requirements.txt 2023-06-21 00:54:35.000000000 +0200
|
||||||
+++ oci-cli-3.28.2/requirements.txt 2023-06-06 12:18:34.654505601 +0200
|
+++ oci-cli-3.29.1/requirements.txt 2023-06-22 12:01:51.334890518 +0200
|
||||||
@@ -2,44 +2,44 @@
|
@@ -2,44 +2,44 @@
|
||||||
# (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.28.2.orig/requirements.txt oci-cli-3.28.2/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.104.1
|
-oci==2.104.3
|
||||||
-packaging==20.2
|
-packaging==20.2
|
||||||
-pluggy==0.13.0
|
-pluggy==0.13.0
|
||||||
-py==1.10.0
|
-py==1.10.0
|
||||||
@ -38,7 +38,7 @@ diff -Nru oci-cli-3.28.2.orig/requirements.txt oci-cli-3.28.2/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.104.1
|
+oci>=2.104.3
|
||||||
+packaging>=20.2
|
+packaging>=20.2
|
||||||
+pluggy>=0.13.0
|
+pluggy>=0.13.0
|
||||||
+py>=1.10.0
|
+py>=1.10.0
|
||||||
@ -82,15 +82,15 @@ diff -Nru oci-cli-3.28.2.orig/requirements.txt oci-cli-3.28.2/requirements.txt
|
|||||||
-setuptools==59.6.0; python_version == '3.6'
|
-setuptools==59.6.0; python_version == '3.6'
|
||||||
\ No newline at end of file
|
\ No newline at end of file
|
||||||
+setuptools>=59.6.0; python_version >= '3.6'
|
+setuptools>=59.6.0; python_version >= '3.6'
|
||||||
diff -Nru oci-cli-3.28.2.orig/setup.py oci-cli-3.28.2/setup.py
|
diff -Nru oci-cli-3.29.1.orig/setup.py oci-cli-3.29.1/setup.py
|
||||||
--- oci-cli-3.28.2.orig/setup.py 2023-06-06 09:14:58.000000000 +0200
|
--- oci-cli-3.29.1.orig/setup.py 2023-06-21 00:54:35.000000000 +0200
|
||||||
+++ oci-cli-3.28.2/setup.py 2023-06-06 12:17:39.837955922 +0200
|
+++ oci-cli-3.29.1/setup.py 2023-06-22 12:00:40.878177225 +0200
|
||||||
@@ -29,23 +29,23 @@
|
@@ -30,23 +30,23 @@
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
- 'oci==2.104.1',
|
- 'oci==2.104.3',
|
||||||
+ 'oci>=2.104.1',
|
+ 'oci>=2.104.3',
|
||||||
'arrow>=1.0.0',
|
'arrow>=1.0.0',
|
||||||
'certifi',
|
'certifi',
|
||||||
- 'click==8.0.4',
|
- 'click==8.0.4',
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a072f744dcb92e407cb649ecd604cd942a1716beecb4f14b4a3fa894adc64d0
|
|
||||||
size 3890024
|
|
3
oci-cli-3.29.1.tar.gz
Normal file
3
oci-cli-3.29.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:331877ea0a4edbfc20145ae223c28927cf3a6ab38b64f34e5c98e94ec7787f57
|
||||||
|
size 3916325
|
111
oci-cli.changes
111
oci-cli.changes
@ -1,3 +1,114 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 22 10:23:51 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.29.1
|
||||||
|
* Support for the Serial Console Access in the Database service
|
||||||
|
* ``oci db console-connection create``
|
||||||
|
* ``oci db console-connection delete``
|
||||||
|
* ``oci db console-connection update``
|
||||||
|
* ``oci db node update``
|
||||||
|
* Database Migration Service
|
||||||
|
* Support for creating a new connection with Network Security Group (NSG) Id's
|
||||||
|
* ``oci database-migration connection create --nsg-ids``
|
||||||
|
* Support for updating a connection with new Network Security Group (NSG) Id's
|
||||||
|
* ``oci database-migration connection update --nsg-ids``
|
||||||
|
* Support for new optional parameter in the Functions service
|
||||||
|
* ``oci fn application create --shape``
|
||||||
|
* Data Flow service
|
||||||
|
* Support for creating and managing Data Flow Pools
|
||||||
|
* ``oci data-flow pool``
|
||||||
|
* Support for additional optional parameters for using Data Flow pools
|
||||||
|
* ``oci data-flow application create --pool-id``
|
||||||
|
* ``oci data-flow application update --pool-id``
|
||||||
|
* ``oci data-flow run create --pool-id``
|
||||||
|
* ``oci data-flow run submit --pool-id``
|
||||||
|
* ``oci data-flow run list --pool-id``
|
||||||
|
* Rover Node Service
|
||||||
|
* Support for the following in the Roving Edge Infrastructure Service
|
||||||
|
* ``oci rover node create --cert-compartment-id --cert-key-algorithm --cert-signature-algorithm
|
||||||
|
--common-name --issuer-certificate-authority-id --time-cert-validity-end``
|
||||||
|
* ``oci rover node update --cert-compartment-id --cert-key-algorithm --cert-signature-algorithm
|
||||||
|
--certificate-authority-id --common-name --time-cert-validity-end``
|
||||||
|
* Commands for rover upgrade bundle support
|
||||||
|
* ``oci rover node rover-bundle copy-to-customer``
|
||||||
|
* ``oci rover node rover-bundle get-status``
|
||||||
|
* ``oci rover node rover-bundle-request list``
|
||||||
|
* ``oci rover node rover-bundle-version get``
|
||||||
|
* Commands for rover node certificate support
|
||||||
|
* ``oci rover node ca-bundle get``
|
||||||
|
* ``oci rover node certificate create``
|
||||||
|
* ``oci rover node certificate update``
|
||||||
|
* ``oci rover node certificate get-leaf-certificate``
|
||||||
|
* ``oci rover node certificate-authority update-root-ca``
|
||||||
|
* Commands for rover upgrade bundle support
|
||||||
|
* ``oci rover standalone-cluster rover-bundle copy-to-customer``
|
||||||
|
* ``oci rover standalone-cluster rover-bundle get-status``
|
||||||
|
* ``oci rover standalone-cluster rover-bundle-request list``
|
||||||
|
* ``oci rover standalone-cluster rover-bundle-version get``
|
||||||
|
- Refresh patches for new version
|
||||||
|
* oc_relax-python-depends.patch
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 15 06:27:08 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.29.0
|
||||||
|
* Support for the OCI Control Center service
|
||||||
|
* ``oci occ``
|
||||||
|
* Oracle Cloud Vmware Solution service
|
||||||
|
* Support for allowing users to select the billing interval
|
||||||
|
of deleted ESXi hosts while adding new ESXi hosts
|
||||||
|
* ``oci ocvs esxi-host swap-billing --swap-billing-host-id``
|
||||||
|
* ``oci ocvs esxi-host create --billing-donor-host-id``
|
||||||
|
* ``oci ocvs esxi-host list --is-billing-donors-only``
|
||||||
|
* ``oci ocvs esxi-host update --billing-donor-host-id``
|
||||||
|
* Support swap-billing in ocvs
|
||||||
|
* ``oci ocvs esxi-host swap-billing``
|
||||||
|
* Support for resource quota and limit in the Usage service
|
||||||
|
* ``oci usage usagelimits usage-limit-summary``
|
||||||
|
* ``oci usage resources resource-summary list-resources``
|
||||||
|
* ``oci usage resources resource-quotum-summary list-resource-quota``
|
||||||
|
* Custom Key Value and Custom Document Classification Support in the AI Document service
|
||||||
|
* ``oci ai-document model``
|
||||||
|
* ``oci ai-document project``
|
||||||
|
* ``oci ai-document work-request``
|
||||||
|
* ``oci ai-document work-request-error``
|
||||||
|
* ``oci ai-document work-request-log-entry list-work-request-logs``
|
||||||
|
* Support for the Domain Name System service in Object Storage service
|
||||||
|
* ``oci os ns get --realm-specific-endpoint``
|
||||||
|
* Java Management service
|
||||||
|
* Support for Java Migration Analysis
|
||||||
|
* ``oci jms fleet request-java-migration-analyses``
|
||||||
|
* ``oci jms java-migration-analysis-result``
|
||||||
|
* Support for Performance Tuning Analysis
|
||||||
|
* ``oci jms fleet request-performance-tuning-analyses``
|
||||||
|
* ``oci jms performance-tuning-analysis-result ``
|
||||||
|
* Support Fleet Diagnoses
|
||||||
|
* ``oci jms fleet-diagnosis-summary list-fleet-diagnoses``
|
||||||
|
* Support announcements
|
||||||
|
* ``oci jms announcement-collection list-announcements``
|
||||||
|
* Support Application Installation
|
||||||
|
* ``oci jms application-installation-usage-summary summarize-application-installation-usage``
|
||||||
|
* ``oci jms deployed-application-installation-usage-summary
|
||||||
|
summarize-deployed-application-installation-usage``
|
||||||
|
* Add optional --waiting-period-in-minutes option to JFR and crypto analysis
|
||||||
|
* ``oci jms fleet request-crypto-analyses --waiting-period-in-minutes``
|
||||||
|
* ``oci jms fleet request-jfr-recordings --waiting-period-in-minutes``
|
||||||
|
* Support for new optional parameters --java-migration-analysis --performance-tuning-analysis
|
||||||
|
* ``oci jms fleet-advanced-feature-configuration update --java-migration-analysis --performance-tuning-analysis``
|
||||||
|
* Support of TCPS protocol for Cloud Databases (Oracle Base Databases
|
||||||
|
and Exadata on Dedicated Infrastructure) in Operations Insights service
|
||||||
|
* ``oci opsi database-insights create-pe-comanged-database --connection-details``
|
||||||
|
* ``oci opsi database-insights change-pe-comanaged-database-detail --connection-details``
|
||||||
|
* ``oci opsi database-insights enable-pe-comanaged-database --connection-details``
|
||||||
|
* [BREAKING] Rename subgroup in usage service. New subgroup named 'rewards'
|
||||||
|
* ``oci usage rewards redeemable-user``
|
||||||
|
* ``oci usage rewards redemption-summary``
|
||||||
|
* ``oci usage rewards redeemable-user-summary``
|
||||||
|
* ``oci usage rewards product-summary``
|
||||||
|
* ``oci usage rewards monthly-reward-summary``
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 6 10:18:59 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Jun 6 10:18:59 UTC 2023 - 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.28.2
|
Version: 3.29.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.104.0
|
BuildRequires: python3-oci-sdk >= 2.104.3
|
||||||
BuildRequires: python3-pyOpenSSL >= 22.1.0
|
BuildRequires: python3-pyOpenSSL >= 22.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
|
||||||
@ -85,7 +85,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.104.0
|
Requires: python3-oci-sdk >= 2.104.3
|
||||||
Requires: python3-prompt_toolkit >= 3.0.29
|
Requires: python3-prompt_toolkit >= 3.0.29
|
||||||
Requires: python3-pyOpenSSL >= 22.1.0
|
Requires: python3-pyOpenSSL >= 22.1.0
|
||||||
Requires: python3-python-dateutil >= 2.5.3
|
Requires: python3-python-dateutil >= 2.5.3
|
||||||
|
Loading…
Reference in New Issue
Block a user