Robert Schweikert
02077fa1bc
- Update to version 2.14.0 * Support for API definitions in the API Gateway service * ``oci api-gateway api --help`` * Support for pattern-based Logical Entities, namespace-bound Custom Properties, and faceted search in the Data Catalog service * ``oci data-catalog pattern`` * ``oci data-catalog data-asset add-data-selector-patterns`` * ``oci data-catalog entity list-aggregated-physical`` * ``oci data-catalog namespace`` * ``oci data-catalog custom-property`` * ``oci data-catalog type associate-custom-properties`` * ``oci data-catalog search query`` * Support for Autonomous Data Guard for Autonomous Infrastructure * ``oci autonomous-container-database-dataguard`` * ``oci autonomous-database-dataguard`` * Support for creating a Data Guard association on an existing standby database home in the Database service. * ``oci db data-guard-association create from-existing-db-system --peer-db-home-id`` * ``oci db data-guard-association create from-existing-vm-cluster --peer-db-home-id`` * Support for list database homes by version. * ``oci db db-home list --db-version`` * Support for upgrading Cloud VM Cluster Grid Infrastructure * ``oci db cloud-vm-cluster update [options]`` * Help messages for Logging Ingestion Service * Support for updating saved search logs for Logging Service * ``oci logging log-saved-search`` * ``oci logging log-included-search`` * [Breaking] Required param ``is-quick-start`` is deleted from ``oci logging log-saved-search create/update`` - from version 2.13.0 OBS-URL: https://build.opensuse.org/request/show/841902 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=14
116 lines
2.5 KiB
Diff
116 lines
2.5 KiB
Diff
diff -Nru oci-cli-2.14.0.orig/requirements.txt oci-cli-2.14.0/requirements.txt
|
|
--- oci-cli-2.14.0.orig/requirements.txt 2020-10-14 00:49:30.000000000 +0200
|
|
+++ oci-cli-2.14.0/requirements.txt 2020-10-15 13:16:01.485756025 +0200
|
|
@@ -2,40 +2,39 @@
|
|
# (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.14.7
|
|
+appdirs>=1.4.3
|
|
+arrow>=0.14.7
|
|
certifi
|
|
cffi>=1.9.1
|
|
-click==6.7
|
|
-configparser==4.0.2
|
|
-coverage==4.5.2
|
|
-cryptography==2.8
|
|
-httpsig-cffi==15.0.0
|
|
-Jinja2==2.10.1
|
|
-jmespath==0.10.0
|
|
-ndg-httpsclient==0.4.2
|
|
-mock==2.0.0
|
|
-oci==2.23.0
|
|
-packaging==20.2
|
|
-pluggy==0.4.0
|
|
-py==1.4.33
|
|
-pyasn1==0.2.3
|
|
-pyOpenSSL==18.0.0
|
|
-pycparser==2.17
|
|
-pyparsing==2.2.0
|
|
-pytest==3.2.3
|
|
-pytest-cov==2.5.1
|
|
+click>=6.7
|
|
+coverage>=4.5.2
|
|
+cryptography>=2.8
|
|
+httpsig-cffi>=15.0.0
|
|
+Jinja2>=2.10.1
|
|
+jmespath>=0.10.0
|
|
+ndg-httpsclient>=0.4.2
|
|
+mock>=2.0.0
|
|
+oci>=2.23.0
|
|
+packaging>=20.2
|
|
+pluggy>=0.4.0
|
|
+py>=1.4.33
|
|
+pyasn1>=0.2.3
|
|
+pyOpenSSL>=18.0.0
|
|
+pycparser>=2.17
|
|
+pyparsing>=2.2.0
|
|
+pytest>=3.2.3
|
|
+pytest-cov>=2.5.1
|
|
python-dateutil>=2.5.3,<3.0.0
|
|
pytz>=2016.10
|
|
-requests==2.21.0
|
|
-retrying==1.3.3
|
|
-six==1.14.0
|
|
-sphinx==1.6.4
|
|
-sphinx-rtd-theme==0.2.5b1
|
|
-terminaltables==3.1.0
|
|
-tox==2.9.1
|
|
-vcrpy==1.13.0
|
|
-virtualenv==15.1.0
|
|
-pytest-xdist==1.22.2
|
|
-pytest-forked==1.0.2
|
|
-PyYAML==5.1.2
|
|
+requests>=2.21.0
|
|
+retrying>=1.3.3
|
|
+six>=1.14.0
|
|
+sphinx>=1.6.4
|
|
+sphinx-rtd-theme>=0.2.5b1
|
|
+terminaltables>=3.1.0
|
|
+tox>=2.9.1
|
|
+vcrpy>=1.13.0
|
|
+virtualenv>=15.1.0
|
|
+pytest-xdist>=1.22.2
|
|
+pytest-forked>=1.0.2
|
|
+PyYAML>=5.1.2
|
|
diff -Nru oci-cli-2.14.0.orig/setup.py oci-cli-2.14.0/setup.py
|
|
--- oci-cli-2.14.0.orig/setup.py 2020-10-14 00:49:30.000000000 +0200
|
|
+++ oci-cli-2.14.0/setup.py 2020-10-15 13:16:10.445901281 +0200
|
|
@@ -30,24 +30,23 @@
|
|
readme = f.read()
|
|
|
|
requires = [
|
|
- 'oci==2.23.0',
|
|
- 'arrow==0.14.7',
|
|
+ 'oci>=2.23.0',
|
|
+ 'arrow>=0.14.7',
|
|
'certifi',
|
|
- 'click==6.7',
|
|
- 'configparser==4.0.2',
|
|
- 'cryptography==2.8',
|
|
- 'jmespath==0.10.0',
|
|
+ 'click>=6.7',
|
|
+ 'cryptography>=2.8',
|
|
+ 'jmespath>=0.10.0',
|
|
'python-dateutil>=2.5.3,<3.0.0',
|
|
'pytz>=2016.10',
|
|
- 'retrying==1.3.3',
|
|
- 'six==1.14.0',
|
|
- 'terminaltables==3.1.0',
|
|
- 'pyOpenSSL==18.0.0',
|
|
- 'PyYAML==5.1.2'
|
|
+ 'retrying>=1.3.3',
|
|
+ 'six>=1.14.0',
|
|
+ 'terminaltables>=3.1.0',
|
|
+ 'pyOpenSSL>=18.0.0',
|
|
+ 'PyYAML>=5.1.2'
|
|
]
|
|
|
|
extras = {
|
|
- 'db': ['cx_Oracle==7.0']
|
|
+ 'db': ['cx_Oracle>=7.0']
|
|
}
|
|
|
|
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
|