John Paul Adrian Glaubitz
1e61d6ee68
- Update to version 3.0.2 * Support to generate recommended vm cluster network and create vm cluster network with given customer listener port in the Database service * ``oci db exadata-infrastructure generate-recommended-vm-cluster-network --scan-listener-port-tcp, --scan-listener-port-tcp-ssl`` * ``oci db vm-cluster-network create --scans`` * Prompt to create a config file with a CLI session profile if a CLI command is run with a nonexistent config file and --auth security_token * Prompt to re-authenticate a CLI session profile if a CLI command is run with an expired session token and --auth security_token * Modified supported versions for the following packages: cryptography (>3.2.1, <=3.4.7), click (7.1.2). - from version 3.0.1 * Support for identifying Management Agent hosts eligible to create Operations Insights Host resources on * ``oci opsi host-insights list-importable-agent-entities`` * Support for summarize-agen-counts and summarize-plugin-counts in Management Agent service * ``oci management-agent agent summarize-agent-counts`` * ``oci management-agent agent summarize-plugin-counts`` * Support for additional filters when listing management agents in Management Agent service * ``oci management-agent agent list --availability-status, --host-id, --is-customer-deployed`` * Modified supported versions for the following packages: six (>=0.15.0). * Check the bucket exists before bulk and sync operations in Object Storage service * ``oci os object bulk-upload`` * ``oci os object bulk-download`` * ``oci os object sync`` * Session authentication now has no private key passphrase prompt by default; private key OBS-URL: https://build.opensuse.org/request/show/914250 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=24
117 lines
2.8 KiB
Diff
117 lines
2.8 KiB
Diff
diff -u oci-cli-3.0.2.orig/requirements.txt oci-cli-3.0.2/requirements.txt
|
|
--- oci-cli-3.0.2.orig/requirements.txt 2021-08-24 23:34:54.000000000 +0200
|
|
+++ oci-cli-3.0.2/requirements.txt 2021-08-25 14:48:54.526458992 +0200
|
|
@@ -2,41 +2,40 @@
|
|
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
|
|
# you may need to use the --extra-index-url option instead.
|
|
|
|
-appdirs==1.4.3
|
|
-arrow==0.17.0
|
|
+appdirs>=1.4.3
|
|
+arrow>=0.17.0
|
|
certifi
|
|
cffi>=1.9.1
|
|
-click==7.1.2
|
|
-configparser==4.0.2
|
|
-coverage==4.5.2
|
|
-cryptography==3.3.2
|
|
-httpsig-cffi==15.0.0
|
|
-Jinja2==2.11.3
|
|
-jmespath==0.10.0
|
|
-ndg-httpsclient==0.4.2
|
|
-mock==2.0.0
|
|
-oci==2.44.1
|
|
-packaging==20.2
|
|
-pluggy==0.13.0
|
|
-py==1.10.0
|
|
-pyasn1==0.2.3
|
|
-pyOpenSSL==19.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
|
|
+click>=7.1.2
|
|
+coverage>=4.5.2
|
|
+cryptography>=3.3.2
|
|
+httpsig-cffi>=15.0.0
|
|
+Jinja2>=2.11.3
|
|
+jmespath>=0.10.0
|
|
+ndg-httpsclient>=0.4.2
|
|
+mock>=2.0.0
|
|
+oci>=2.44.1
|
|
+packaging>=20.2
|
|
+pluggy>=0.13.0
|
|
+py>=1.10.0
|
|
+pyasn1>=0.2.3
|
|
+pyOpenSSL>=19.1.0
|
|
+pycparser>=2.20
|
|
+pyparsing>=2.2.0
|
|
+pytest>=3.2.3
|
|
+pytest-cov>=2.5.1
|
|
+python-dateutil>=2.5.3
|
|
pytz>=2016.10
|
|
-requests==2.21.0
|
|
+requests>=2.21.0
|
|
setuptools<45
|
|
six>=1.15.0
|
|
-sphinx==2.2.1
|
|
-sphinx-rtd-theme==0.4.3
|
|
-terminaltables==3.1.0
|
|
-tox==3.23.0
|
|
-vcrpy==1.13.0
|
|
-virtualenv==16.7.10
|
|
-pytest-xdist==1.22.2
|
|
-pytest-forked==1.0.2
|
|
+sphinx>=2.2.1
|
|
+sphinx-rtd-theme>=0.4.3
|
|
+terminaltables>=3.1.0
|
|
+tox>=3.23.0
|
|
+vcrpy>=1.13.0
|
|
+virtualenv>=16.7.10
|
|
+pytest-xdist>=1.22.2
|
|
+pytest-forked>=1.0.2
|
|
PyYAML>=5.4,<6
|
|
-docutils==0.15.2
|
|
+docutils>=0.15.2
|
|
Common subdirectories: oci-cli-3.0.2.orig/scripts and oci-cli-3.0.2/scripts
|
|
Common subdirectories: oci-cli-3.0.2.orig/services and oci-cli-3.0.2/services
|
|
diff -u oci-cli-3.0.2.orig/setup.py oci-cli-3.0.2/setup.py
|
|
--- oci-cli-3.0.2.orig/setup.py 2021-08-24 23:34:54.000000000 +0200
|
|
+++ oci-cli-3.0.2/setup.py 2021-08-25 14:49:19.054650877 +0200
|
|
@@ -29,23 +29,23 @@
|
|
readme = f.read()
|
|
|
|
requires = [
|
|
- 'oci==2.44.1',
|
|
- 'arrow==0.17.0',
|
|
+ 'oci>=2.44.1',
|
|
+ 'arrow>=0.17.0',
|
|
'certifi',
|
|
- 'click==7.1.2',
|
|
- 'configparser==4.0.2',
|
|
+ 'click>=7.1.2',
|
|
+ 'configparser>=4.0.2',
|
|
'cryptography>3.2.1,<=3.4.7',
|
|
- 'jmespath==0.10.0',
|
|
- 'python-dateutil>=2.5.3,<3.0.0',
|
|
+ 'jmespath>=0.10.0',
|
|
+ 'python-dateutil>=2.5.3',
|
|
'pytz>=2016.10',
|
|
'six>=1.15.0',
|
|
- 'terminaltables==3.1.0',
|
|
- 'pyOpenSSL==19.1.0',
|
|
+ 'terminaltables>=3.1.0',
|
|
+ 'pyOpenSSL>=19.1.0',
|
|
'PyYAML>=5.4,<6'
|
|
]
|
|
|
|
extras = {
|
|
- 'db': ['cx_Oracle==7.0']
|
|
+ 'db': ['cx_Oracle>=7.0']
|
|
}
|
|
|
|
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
|
|
Common subdirectories: oci-cli-3.0.2.orig/src and oci-cli-3.0.2/src
|
|
Common subdirectories: oci-cli-3.0.2.orig/tests and oci-cli-3.0.2/tests
|