Dirk Mueller
cb68c30800
- 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`` OBS-URL: https://build.opensuse.org/request/show/1094620 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=88
122 lines
3.0 KiB
Diff
122 lines
3.0 KiB
Diff
diff -Nru oci-cli-3.29.1.orig/requirements.txt oci-cli-3.29.1/requirements.txt
|
|
--- oci-cli-3.29.1.orig/requirements.txt 2023-06-21 00:54:35.000000000 +0200
|
|
+++ oci-cli-3.29.1/requirements.txt 2023-06-22 12:01:51.334890518 +0200
|
|
@@ -2,44 +2,44 @@
|
|
# (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==8.0.4
|
|
-coverage==4.5.2
|
|
-cryptography>=3.2.1,<40.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.104.3
|
|
-packaging==20.2
|
|
-pluggy==0.13.0
|
|
-py==1.10.0
|
|
-pyasn1==0.2.3
|
|
-pyOpenSSL>=17.5.0,<24.0.0
|
|
-pycparser==2.20
|
|
-pyparsing==2.2.0
|
|
-pytest==4.6.10; python_version <= '3.9'
|
|
-pytest==7.1.2; python_version >= '3.10'
|
|
-pytest-cov==2.5.1
|
|
-python-dateutil>=2.5.3,<3.0.0
|
|
+click>=8.0.4
|
|
+coverage>=4.5.2
|
|
+cryptography>=3.2.1
|
|
+httpsig-cffi>=15.0.0
|
|
+Jinja2>=3.0.3
|
|
+jmespath>=0.10.0
|
|
+ndg-httpsclient>=0.4.2
|
|
+mock>=2.0.0
|
|
+oci>=2.104.3
|
|
+packaging>=20.2
|
|
+pluggy>=0.13.0
|
|
+py>=1.10.0
|
|
+pyasn1>=0.2.3
|
|
+pyOpenSSL>=17.5.0
|
|
+pycparser>=2.20
|
|
+pyparsing>=2.2.0
|
|
+pytest>=4.6.10; python_version <= '3.9'
|
|
+pytest>=7.1.2; python_version >= '3.10'
|
|
+pytest-cov>=2.5.1
|
|
+python-dateutil>=2.5.3
|
|
pytz>=2016.10
|
|
-requests==2.21.0
|
|
+requests>=2.21.0
|
|
six>=1.15.0
|
|
-sphinx==3.3.0
|
|
-sphinx-rtd-theme==0.4.3
|
|
-terminaltables==3.1.0
|
|
-tox==3.23.0
|
|
-vcrpy==1.13.0; python_version <= '3.9'
|
|
-vcrpy==4.2.1; python_version >= '3.10'
|
|
-virtualenv==20.13.0
|
|
-pytest-xdist==1.22.2
|
|
-pytest-forked==1.0.2
|
|
-PyYAML>=5.4,<=6
|
|
-docutils==0.15.2
|
|
-prompt-toolkit==3.0.29
|
|
+sphinx>=3.3.0
|
|
+sphinx-rtd-theme>=0.4.3
|
|
+terminaltables>=3.1.0
|
|
+tox>=3.23.0
|
|
+vcrpy>=1.13.0; python_version <= '3.9'
|
|
+vcrpy>=4.2.1; python_version >= '3.10'
|
|
+virtualenv>=20.13.0
|
|
+pytest-xdist>=1.22.2
|
|
+pytest-forked>=1.0.2
|
|
+PyYAML>=5.4
|
|
+docutils>=0.15.2
|
|
+prompt-toolkit>=3.0.29
|
|
setuptools>65.5.1; python_version > '3.6'
|
|
-setuptools==59.6.0; python_version == '3.6'
|
|
\ No newline at end of file
|
|
+setuptools>=59.6.0; python_version >= '3.6'
|
|
diff -Nru oci-cli-3.29.1.orig/setup.py oci-cli-3.29.1/setup.py
|
|
--- oci-cli-3.29.1.orig/setup.py 2023-06-21 00:54:35.000000000 +0200
|
|
+++ oci-cli-3.29.1/setup.py 2023-06-22 12:00:40.878177225 +0200
|
|
@@ -30,23 +30,23 @@
|
|
readme = f.read()
|
|
|
|
requires = [
|
|
- 'oci==2.104.3',
|
|
+ 'oci>=2.104.3',
|
|
'arrow>=1.0.0',
|
|
'certifi',
|
|
- 'click==8.0.4',
|
|
- 'cryptography>=3.2.1,<40.0.0',
|
|
- 'jmespath==0.10.0',
|
|
- 'python-dateutil>=2.5.3,<3.0.0',
|
|
+ 'click>=8.0.4',
|
|
+ '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>=17.5.0,<24.0.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'
|
|
]
|
|
|
|
extras = {
|
|
- 'db': ['cx_Oracle==8.3']
|
|
+ 'db': ['cx_Oracle>=8.3']
|
|
}
|
|
|
|
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
|