John Paul Adrian Glaubitz
8231db8c6e
- Update to version 3.2.0 * Support for Node subsetting feature for vmcluster resources for ExaCC in Database Service * ``oci db vm-cluster add --db-servers`` * ``oci db vm-cluster create --db-servers`` * ``oci db vm-cluster remove --db-servers`` * Support for convert to pdb, rollback, sync, sync-rollback, list-pdb-conversion-history, get-pdb-conversion-history in Database Service * ``oci db database convert-to-new-pdb`` * ``oci db database convert-to-new-pdb-precheck`` * ``oci db database convert-to-pdb-sync`` * ``oci db database convert-to-pdb-sync-rollback`` * ``oci db database list-pdb-conversion-history`` * ``oci db pdb-conversion-history get --history-id`` * Support to optionally provide peer database unique name AND SID prefix during database creation in ExaCS and ExaCC in Database Service * ``oci db database create --sid-prefix`` * ``oci db database create-from-backup --sid-prefix`` * ``oci db data-guard-association create from-existing-db-system --peer-db-unique-name --peer-sid-prefix`` * ``oci db data-guard-association create from-existing-vm-cluster --peer-db-unique-name --peer-sid-prefix`` * Support for a parameter for creating db system from the backup with database software image in Database Service * ``oci db system launch-from-backup --database-software-image-id`` * Support for preference get/update/remove in Log Analytics Service * ``oci log-analytics preference get`` * ``oci log-analytics preference update`` * ``oci log-analytics preference remove`` * Support for unprocessed data bucket in Log Analytics Service OBS-URL: https://build.opensuse.org/request/show/927780 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=25
109 lines
2.4 KiB
Diff
109 lines
2.4 KiB
Diff
diff -Nru oci-cli-3.2.0.orig/requirements.txt oci-cli-3.2.0/requirements.txt
|
|
--- oci-cli-3.2.0.orig/requirements.txt 2021-10-19 22:21:53.000000000 +0200
|
|
+++ oci-cli-3.2.0/requirements.txt 2021-10-27 15:32:18.956888833 +0200
|
|
@@ -2,40 +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
|
|
+appdirs>=1.4.3
|
|
arrow>=1.0.0
|
|
certifi
|
|
cffi>=1.9.1
|
|
-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.48.0
|
|
-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.48.0
|
|
+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
|
|
diff -Nru oci-cli-3.2.0.orig/setup.py oci-cli-3.2.0/setup.py
|
|
--- oci-cli-3.2.0.orig/setup.py 2021-10-19 22:21:53.000000000 +0200
|
|
+++ oci-cli-3.2.0/setup.py 2021-10-27 15:32:46.953176808 +0200
|
|
@@ -29,22 +29,22 @@
|
|
readme = f.read()
|
|
|
|
requires = [
|
|
- 'oci==2.48.0',
|
|
+ 'oci>=2.48.0',
|
|
'arrow>=1.0.0',
|
|
'certifi',
|
|
- 'click==7.1.2',
|
|
- 'cryptography>=3.2.1,<=3.4.7',
|
|
- 'jmespath==0.10.0',
|
|
- 'python-dateutil>=2.5.3,<3.0.0',
|
|
+ 'click>=7.1.2',
|
|
+ 'cryptography>=3.2.1',
|
|
+ '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")
|