John Paul Adrian Glaubitz
6415c6956d
- Update to version 3.40.3 * Support for new optional parameter --file-system-configuration-details in vm cluster for Database Service * ``oci db vm-cluster create --file-system-configuration-details`` * ``oci db vm-cluster update --file-system-configuration-details`` * Support for PPv2 ( Proxy protocol version 2) feature for Network Load Balancer * ``oci nlb listener create --is-ppv2-enabled`` * ``oci nlb listener update --is-ppv2-enabled`` * Support for the Marketplace Private Offer Service * ``oci marketplace-private-offer`` * Support for new commands in Marketplace Publisher Service * ``oci marketplace-publisher attachment`` * ``oci marketplace-publisher offer`` * OCI Email Service * Support for Custom Return Path for Sent Emails in Email Delivery Service * ``oci email email-return-path`` * Support for new optional parameter --domain-verification-id in email domain * ``oci email domain create --domain-verification-id`` * ``oci email domain update --domain-verification-id`` * Support for Session Resumption in Load Balancing service * ``oci lb listener create --ssl-session-resumption`` * ``oci lb listener update --ssl-session-resumption`` - from version 3.40.2 * OCI Virtual Cloud Network Service * Support for new ip inventory and notification feature * ``oci network ipam list-ip-inventory`` * ``oci network ipam get-resource-ip-inventory`` * ``oci network ipam get-subnet-cidr-utilization`` * ``oci network ipam get-subnet-ip-inventory`` * ``oci network ipam get-vcn-overlap`` OBS-URL: https://build.opensuse.org/request/show/1174250 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=124
127 lines
3.4 KiB
Diff
127 lines
3.4 KiB
Diff
diff -Nru oci-cli-3.40.3.orig/requirements.txt oci-cli-3.40.3/requirements.txt
|
|
--- oci-cli-3.40.3.orig/requirements.txt 2024-05-14 10:38:04.000000000 +0200
|
|
+++ oci-cli-3.40.3/requirements.txt 2024-05-15 11:05:10.334291290 +0200
|
|
@@ -2,48 +2,48 @@
|
|
# (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,<43.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.126.3
|
|
-packaging==20.2
|
|
-pluggy==0.13.0
|
|
-py==1.11.0
|
|
-pyasn1==0.2.3
|
|
-pyOpenSSL>=17.5.0,<25.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.126.3
|
|
+packaging>=20.2
|
|
+pluggy>=0.13.0
|
|
+py>=1.11.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; python_version == '3.6'
|
|
-requests==2.31.0; python_version > '3.6'
|
|
+requests>=2.21.0; python_version == '3.6'
|
|
+requests>=2.31.0; python_version > '3.6'
|
|
six>=1.15.0
|
|
-sphinx==3.3.0
|
|
-sphinx-rtd-theme==0.4.3
|
|
-terminaltables==3.1.10
|
|
-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.0.1
|
|
-docutils==0.15.2
|
|
-prompt-toolkit==3.0.29; python_version == '3.6'
|
|
+sphinx>=3.3.0
|
|
+sphinx-rtd-theme>=0.4.3
|
|
+terminaltables>=3.1.10
|
|
+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; python_version == '3.6'
|
|
prompt-toolkit>=3.0.38,<=3.0.43; python_version > '3.6'
|
|
setuptools>65.5.1; python_version > '3.6'
|
|
-setuptools==59.6.0; python_version == '3.6'
|
|
+setuptools>=59.6.0; python_version == '3.6'
|
|
# this is required because of python 3.6 requests dependency version bound
|
|
urllib3<=1.26.15
|
|
diff -Nru oci-cli-3.40.3.orig/setup.py oci-cli-3.40.3/setup.py
|
|
--- oci-cli-3.40.3.orig/setup.py 2024-05-14 10:38:04.000000000 +0200
|
|
+++ oci-cli-3.40.3/setup.py 2024-05-15 11:05:54.187742166 +0200
|
|
@@ -30,24 +30,24 @@
|
|
readme = f.read()
|
|
|
|
requires = [
|
|
- 'oci==2.126.3',
|
|
+ 'oci>=2.126.3',
|
|
'arrow>=1.0.0',
|
|
'certifi',
|
|
- 'click==8.0.4',
|
|
- 'cryptography>=3.2.1,<43.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.10',
|
|
- 'pyOpenSSL>=17.5.0,<25.0.0',
|
|
- 'PyYAML>=5.4,<=6.0.1',
|
|
+ 'terminaltables>=3.1.10',
|
|
+ 'pyOpenSSL>=17.5.0',
|
|
+ 'PyYAML>=5.4',
|
|
'prompt-toolkit>=3.0.38,<=3.0.43; python_version > "3.6"',
|
|
- 'prompt-toolkit==3.0.29; python_version == "3.6"'
|
|
+ 'prompt-toolkit>=3.0.29; python_version == "3.6"'
|
|
]
|
|
|
|
extras = {
|
|
- 'db': ['cx_Oracle==8.3']
|
|
+ 'db': ['cx_Oracle>=8.3']
|
|
}
|
|
|
|
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
|