forked from pool/oci-cli
John Paul Adrian Glaubitz
a5c6b1c6ea
- Update to version 3.37.5 * Support for the new Generative AI Service Management * ``oci generative-ai`` * Support for Process Sets in Stack Monitoring service * ``oci stack-monitoring process-set`` - from version 3.37.4 * Feature to add filtering support based on the Resource ID for CI service work requests. * ``oci container-instances work-request list --resource-id "$resourceid"`` * Support for new optional parameters in ADM service * ``oci adm vulnerability-audit create --build-type`` * ``oci adm vulnerability-audit create-vulnerability-audit-external-resource-vulnerability-audit-source --build-type`` * ``oci adm vulnerability-audit create-vulnerability-audit-oci-resource-vulnerability-audit-source --build-type`` * ``oci adm vulnerability-audit create-vulnerability-audit-unknown-source-vulnerability-audit-source --build-type`` * ``oci adm remediation-run list-application-dependency-recommendations --purl`` * ``oci adm vulnerability-audit list-application-dependency-vulnerabilities --purl`` * ``oci adm vulnerability-audit list-application-dependency-vulnerabilities --severity-greater-than-or-equal`` * ``oci adm vulnerability-audit list --max-observed-severity-greater-than-or-equal-to`` * Data Safe Service * Support for updating risk level of the specified finding * ``oci data-safe finding update`` * Support for listing all changes made by user to risk levels of findings of the specified assessment * ``oci data-safe security-assessment list-findings-change-audit-logs`` * Support for security feature usage * ``oci data-safe security-assessment list-security-feature-analytics`` * ``oci data-safe security-assessment list-security-features`` * Support for viewing the top security findings in Data Safe Security Assessment * ``oci data-safe security-assessment list-finding-analytics`` * Support for viewing the schemas that a user can access in Data Safe User Assessment. * ``oci data-safe database-table-access-entry get`` * ``oci data-safe database-table-access-entry-collection list`` OBS-URL: https://build.opensuse.org/request/show/1141226 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=110
125 lines
3.2 KiB
Diff
125 lines
3.2 KiB
Diff
diff -Nru oci-cli-3.37.5.orig/requirements.txt oci-cli-3.37.5/requirements.txt
|
|
--- oci-cli-3.37.5.orig/requirements.txt 2024-01-23 07:04:19.000000000 +0100
|
|
+++ oci-cli-3.37.5/requirements.txt 2024-01-24 11:22:42.039021824 +0100
|
|
@@ -2,47 +2,47 @@
|
|
# (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,<42.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.119.1
|
|
-packaging==20.2
|
|
-pluggy==0.13.0
|
|
-py==1.11.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.119.1
|
|
+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.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.0.1
|
|
-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'
|
|
+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.37.5.orig/setup.py oci-cli-3.37.5/setup.py
|
|
--- oci-cli-3.37.5.orig/setup.py 2024-01-23 07:04:19.000000000 +0100
|
|
+++ oci-cli-3.37.5/setup.py 2024-01-24 11:21:39.735561975 +0100
|
|
@@ -30,23 +30,23 @@
|
|
readme = f.read()
|
|
|
|
requires = [
|
|
- 'oci==2.119.1',
|
|
+ 'oci>=2.119.1',
|
|
'arrow>=1.0.0',
|
|
'certifi',
|
|
- 'click==8.0.4',
|
|
- 'cryptography>=3.2.1,<42.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.0.1',
|
|
- '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")
|