forked from pool/oci-cli
Accepting request 1041207 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/1041207 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=32
This commit is contained in:
commit
06cad16622
@ -1,6 +1,6 @@
|
||||
diff -Nru oci-cli-3.20.3.orig/requirements.txt oci-cli-3.20.3/requirements.txt
|
||||
--- oci-cli-3.20.3.orig/requirements.txt 2022-11-22 22:03:48.000000000 +0100
|
||||
+++ oci-cli-3.20.3/requirements.txt 2022-12-01 11:14:31.153750252 +0100
|
||||
diff -Nru oci-cli-3.21.0.orig/requirements.txt oci-cli-3.21.0/requirements.txt
|
||||
--- oci-cli-3.21.0.orig/requirements.txt 2022-12-06 09:58:43.000000000 +0100
|
||||
+++ oci-cli-3.21.0/requirements.txt 2022-12-07 11:03:34.608778706 +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.
|
||||
@ -12,23 +12,17 @@ diff -Nru oci-cli-3.20.3.orig/requirements.txt oci-cli-3.20.3/requirements.txt
|
||||
cffi>=1.9.1
|
||||
-click==7.1.2
|
||||
-coverage==4.5.2
|
||||
-cryptography>=3.2.1,<39.0.0
|
||||
-cryptography>=3.2.1,<=39.0.0
|
||||
-httpsig-cffi==15.0.0
|
||||
-Jinja2==3.0.3
|
||||
-jmespath==0.10.0
|
||||
-ndg-httpsclient==0.4.2
|
||||
-mock==2.0.0
|
||||
-oci==2.88.2
|
||||
-oci==2.89.0
|
||||
-packaging==20.2
|
||||
-pluggy==0.13.0
|
||||
-py==1.10.0
|
||||
-pyasn1==0.2.3
|
||||
-pyOpenSSL>=17.5.0,<=22.0.0
|
||||
-pycparser==2.20
|
||||
-pyparsing==2.2.0
|
||||
-pytest==3.2.3
|
||||
-pytest-cov==2.5.1
|
||||
-python-dateutil>=2.5.3,<3.0.0
|
||||
+click>=7.1.2
|
||||
+coverage>=4.5.2
|
||||
+cryptography>=3.2.1
|
||||
@ -37,12 +31,17 @@ diff -Nru oci-cli-3.20.3.orig/requirements.txt oci-cli-3.20.3/requirements.txt
|
||||
+jmespath>=0.10.0
|
||||
+ndg-httpsclient>=0.4.2
|
||||
+mock>=2.0.0
|
||||
+oci>=2.88.2
|
||||
+oci>=2.89.0
|
||||
+packaging>=20.2
|
||||
+pluggy>=0.13.0
|
||||
+py>=1.10.0
|
||||
+pyasn1>=0.2.3
|
||||
+pyOpenSSL>=17.5.0
|
||||
pyOpenSSL>=22.1.0
|
||||
-pycparser==2.20
|
||||
-pyparsing==2.2.0
|
||||
-pytest==3.2.3
|
||||
-pytest-cov==2.5.1
|
||||
-python-dateutil>=2.5.3,<3.0.0
|
||||
+pycparser>=2.20
|
||||
+pyparsing>=2.2.0
|
||||
+pytest>=3.2.3
|
||||
@ -75,19 +74,19 @@ diff -Nru oci-cli-3.20.3.orig/requirements.txt oci-cli-3.20.3/requirements.txt
|
||||
+PyYAML>=5.4
|
||||
+docutils>=0.15.2
|
||||
+prompt-toolkit>=3.0.29
|
||||
diff -Nru oci-cli-3.20.3.orig/setup.py oci-cli-3.20.3/setup.py
|
||||
--- oci-cli-3.20.3.orig/setup.py 2022-11-22 22:03:48.000000000 +0100
|
||||
+++ oci-cli-3.20.3/setup.py 2022-12-01 11:15:06.389051934 +0100
|
||||
diff -Nru oci-cli-3.21.0.orig/setup.py oci-cli-3.21.0/setup.py
|
||||
--- oci-cli-3.21.0.orig/setup.py 2022-12-06 09:58:43.000000000 +0100
|
||||
+++ oci-cli-3.21.0/setup.py 2022-12-07 11:03:02.728331767 +0100
|
||||
@@ -29,23 +29,23 @@
|
||||
readme = f.read()
|
||||
|
||||
requires = [
|
||||
- 'oci==2.88.2',
|
||||
+ 'oci>=2.88.2',
|
||||
- 'oci==2.89.0',
|
||||
+ 'oci>=2.89.0',
|
||||
'arrow>=1.0.0',
|
||||
'certifi',
|
||||
- 'click==7.1.2',
|
||||
- 'cryptography>=3.2.1,<39.0.0',
|
||||
- 'cryptography>=3.2.1,<=39.0.0',
|
||||
- 'jmespath==0.10.0',
|
||||
- 'python-dateutil>=2.5.3,<3.0.0',
|
||||
+ 'click>=7.1.2',
|
||||
@ -97,11 +96,10 @@ diff -Nru oci-cli-3.20.3.orig/setup.py oci-cli-3.20.3/setup.py
|
||||
'pytz>=2016.10',
|
||||
'six>=1.15.0',
|
||||
- 'terminaltables==3.1.0',
|
||||
- 'pyOpenSSL>=17.5.0,<=22.0.0',
|
||||
+ 'terminaltables>=3.1.0',
|
||||
'pyOpenSSL>=22.1.0',
|
||||
- 'PyYAML>=5.4,<6',
|
||||
- 'prompt-toolkit==3.0.29'
|
||||
+ 'terminaltables>=3.1.0',
|
||||
+ 'pyOpenSSL>=17.5.0',
|
||||
+ 'PyYAML>=5.4',
|
||||
+ 'prompt-toolkit>=3.0.29'
|
||||
]
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8154b72d7bc6624e9b187b79b2b804cc849a0e123501bcb14790765c513f473e
|
||||
size 2754503
|
3
oci-cli-3.21.0.tar.gz
Normal file
3
oci-cli-3.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e0c2562e88d73758c177c51c132ea414a259a2f46c0ecbace367acdc1a83e52
|
||||
size 2780977
|
@ -1,3 +1,98 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 10:04:00 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 3.21.0
|
||||
* Support for the Document Understanding service
|
||||
* ``oci ai-document``
|
||||
* Support for Container Instances service
|
||||
* ``oci container-instances``
|
||||
* Support for Collecting Diagnostics action in GoldenGate Deployment service
|
||||
* ``oci goldengate deployment collect-diagnostics``
|
||||
* Support for enabling create stack from OCI DevOps Service or Bitbucket
|
||||
Cloud/Server as Source Control Management in Resource Manager service
|
||||
* ``oci resource-manager configuration-source-provider
|
||||
update-bitbucket-cloud-username-app-password-provider``
|
||||
* ``oci resource-manager configuration-source-provider
|
||||
update-bitbucket-server-access-token-provider``
|
||||
* ``oci resource-manager stack create-from-bitbucket-cloud``
|
||||
* ``oci resource-manager stack create-from-bitbucket-server``
|
||||
* ``oci resource-manager stack update-from-bitbucket-cloud``
|
||||
* ``oci resource-manager stack update-from-devops``
|
||||
* ``oci resource-manager configuration-source-provider
|
||||
create-bitbucket-cloud-username-app-password-provider``
|
||||
* ``oci resource-manager configuration-source-provider
|
||||
create-bitbucket-server-access-token-provider``
|
||||
* ``oci resource-manager stack code``
|
||||
* Support for new optional parameters for Devops Deployments in Devops service
|
||||
* ``oci devops deployment create-pipeline-deployment --stage-override-arguments``
|
||||
* ``oci devops deployment create-single-stage-deployment --stage-override-arguments``
|
||||
* Stack Monitoring service
|
||||
* Support for PeopleSoft Discovery in Stack Monitoring service
|
||||
* ``oci stack-monitoring discovery-job create --discovery-details``
|
||||
* Support for Apache Tomcat and SQLServer Discovery
|
||||
* ``oci stack-monitoring discovery-job create --discovery-detail``
|
||||
* Mysql Database Service
|
||||
* Support for new required parameter "compartmentId" in BackupSummary response of API
|
||||
* ``oci mysql backup get --backup-id"``
|
||||
* Supports Managed Read Reaplicas - Load Balancing by adding a
|
||||
LOADBALANCER endpoint to DbSystem endpoints
|
||||
* ``oci mysql db-system get --db-system-id"``
|
||||
* Support for Mysql Database Service Managed Read Replicas
|
||||
* ``oci mysql replica *``
|
||||
* Support for new optional parameters that allow to set up replication filters
|
||||
* ``oci mysql channel create-from-mysql --target-filters``
|
||||
* ``oci mysql channel update-from-mysql --target-filters``
|
||||
* Support for new optional parameters that allow to set up replication
|
||||
from a source configured without global transaction identifiers
|
||||
* ``oci mysql channel create-from-mysql --source-anonymous-transactions-handling``
|
||||
* ``oci mysql channel update-from-mysql --source-anonymous-transactions-handling``
|
||||
* Support for the Timezone and Language Preferences in Announce service
|
||||
* ``oci announce announcement-subscription create --preferred-language``
|
||||
* ``oci announce announcement-subscription update --preferred-language``
|
||||
* ``oci announce announcements-preferences create --preferred-time-zone``
|
||||
* ``oci announce announcements-preferences update --preferred-time-zone``
|
||||
* Support for DataSafe Report Scheduling and Alerts Bulk API in data-safe service
|
||||
* ``oci data-safe masking-policy download-masking-log``
|
||||
* ``oci data-safe report-summary list-reports``
|
||||
* ``oci data-safe report-definition remove``
|
||||
* ``oci data-safe report-definition schedule-report``
|
||||
* ``oci data-safe report-definition schedule-report-schedule-audit-report-details``
|
||||
* ``oci data-safe target-alert-policy-association patch``
|
||||
* Java Management Service
|
||||
* Support for Java Server Usage reporting
|
||||
* ``oci jms java-server-usage``
|
||||
* ``oci jms java-server-instance-usage summarize``
|
||||
* ``oci jms deployed-application-usage summarize``
|
||||
* Support for Java Library Usage reporting
|
||||
* ``oci jms library-usage *``
|
||||
* Support for Cryptographic Roadmap Impact Analysis
|
||||
* ``oci jms crypto-analysis-result *`
|
||||
* ``oci jms fleet request-crypto-analyses``
|
||||
* Support for Java Flight Recorder recordings and upload
|
||||
* ``oci jms fleet request-jfr-recordings``
|
||||
* Support for Restricting Management of Advanced Functionality
|
||||
* ``oci jms fleet-advanced-feature-configuration``
|
||||
* Support for new command
|
||||
* ``oci jms java-family list``
|
||||
* Operations Insights
|
||||
* Support for ExaCS systems to Operations Insights
|
||||
* ``oci opsi exadata-insights create-pe-comanaged-exadata``
|
||||
* ``oci opsi exadata-insights enable-pe-comanaged-exadata``
|
||||
* ``oci opsi exadata-insights update-pe-comanaged-exadata``
|
||||
* ``oci opsi exadata-insights add-pe-comanaged-exadata-members``
|
||||
* ``oci opsi database-insights list-database-configurations``
|
||||
* Optional Parameter ``--vmcluster-name`` parameter added in
|
||||
``oci opsi database-insights`` and ``oci opsi host-insights``
|
||||
* ``oci opsi database-insights summarize-database-insight*``
|
||||
* Support for multiple choices for parameter of type click.Choice
|
||||
* [BREAKING] ``--compartment-id`` is now a required parameter in
|
||||
``oci data-safe alert patch``
|
||||
* Reduced offline installation package size
|
||||
* Remove deprecated command in the Java Management Service
|
||||
* ``oci jms java-family-collection list-java-families``
|
||||
- Refresh patches for new version
|
||||
+ oc_relax-python-depends.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 1 10:15:23 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
10
oci-cli.spec
10
oci-cli.spec
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: oci-cli%{psuffix}
|
||||
Version: 3.20.3
|
||||
Version: 3.21.0
|
||||
Release: 0
|
||||
Summary: Oracle Cloud Infrastructure CLI
|
||||
License: Apache-2.0
|
||||
@ -46,8 +46,8 @@ BuildRequires: python3-click >= 8.0.4
|
||||
BuildRequires: python3-cryptography >= 3.2.1
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-jmespath >= 0.10.0
|
||||
BuildRequires: python3-oci-sdk >= 2.88.2
|
||||
BuildRequires: python3-pyOpenSSL >= 19.1.0
|
||||
BuildRequires: python3-oci-sdk >= 2.89.0
|
||||
BuildRequires: python3-pyOpenSSL >= 22.1.0
|
||||
BuildRequires: python3-python-dateutil >= 2.5.3
|
||||
BuildRequires: python3-pytz >= 2016.10
|
||||
BuildRequires: python3-setuptools
|
||||
@ -82,9 +82,9 @@ Requires: python3-certifi
|
||||
Requires: python3-click >= 8.0.4
|
||||
Requires: python3-cryptography >= 3.2.1
|
||||
Requires: python3-jmespath >= 0.10.0
|
||||
Requires: python3-oci-sdk >= 2.88.2
|
||||
Requires: python3-oci-sdk >= 2.89.0
|
||||
Requires: python3-prompt_toolkit >= 3.0.29
|
||||
Requires: python3-pyOpenSSL >= 19.1.0
|
||||
Requires: python3-pyOpenSSL >= 22.1.0
|
||||
Requires: python3-python-dateutil >= 2.5.3
|
||||
Requires: python3-pytz >= 2016.10
|
||||
Requires: python3-six >= 1.15.0
|
||||
|
Loading…
Reference in New Issue
Block a user