Robert Schweikert
12a1992e3d
- Update to version 3.34.0 * Support for the new Redis service * ``oci redis`` * Support for export Container and Kubernetes application listings in the Marketplace Service * ``oci marketplace-publisher`` * Support for achieving higher limits in the Network Firewall Service * ``oci network-firewall address-list`` * ``oci network-firewall application`` * ``oci network-firewall application-group`` * ``oci network-firewall decryption-profile`` * ``oci network-firewall decryption-rule`` * ``oci network-firewall mapped-secret`` * ``oci network-firewall network-firewall-policy`` * ``oci network-firewall security-rule`` * ``oci network-firewall service`` * ``oci network-firewall service-list`` * ``oci network-firewall url-list`` * Support for exporting access request reports in the Managed Access Service * ``oci oma lockbox export-access-requests`` * Support for Mount File System in Data Science Jobs and Notebooks in the Data Science Service * ``oci data-science job create --job-storage-mount-configuration-details-list`` * ``oci data-science job update --job-storage-mount-configuration-details-list`` * ``oci data-science notebook-session create --notebook-session-storage-mount-configuration-details-list`` * ``oci data-science notebook-session update --notebook-session-storage-mount-configuration-details-list`` * Logging Management * Support for unified agent operational metrics for the service configuration option * ``oci logging agent-configuration`` * Added new destination field in the option ``--service-configuration`` * [BREAKING] Optional parameter ``--auto-approval-state`` was removed in the Managed Access Service * ``oci oma lockbox update`` OBS-URL: https://build.opensuse.org/request/show/1118869 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=102
133 lines
3.6 KiB
Diff
133 lines
3.6 KiB
Diff
Common subdirectories: oci-cli-3.34.0.orig/.github and oci-cli-3.34.0/.github
|
|
Common subdirectories: oci-cli-3.34.0.orig/images and oci-cli-3.34.0/images
|
|
diff -u oci-cli-3.34.0.orig/requirements.txt oci-cli-3.34.0/requirements.txt
|
|
--- oci-cli-3.34.0.orig/requirements.txt 2023-10-17 09:37:30.000000000 +0200
|
|
+++ oci-cli-3.34.0/requirements.txt 2023-10-19 11:17:39.414445782 +0200
|
|
@@ -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.113.0
|
|
-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.113.0
|
|
+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
|
|
\ No newline at end of file
|
|
+urllib3<=1.26.15
|
|
Common subdirectories: oci-cli-3.34.0.orig/scripts and oci-cli-3.34.0/scripts
|
|
Common subdirectories: oci-cli-3.34.0.orig/services and oci-cli-3.34.0/services
|
|
diff -u oci-cli-3.34.0.orig/setup.py oci-cli-3.34.0/setup.py
|
|
--- oci-cli-3.34.0.orig/setup.py 2023-10-17 09:37:30.000000000 +0200
|
|
+++ oci-cli-3.34.0/setup.py 2023-10-19 11:18:17.151197418 +0200
|
|
@@ -30,23 +30,23 @@
|
|
readme = f.read()
|
|
|
|
requires = [
|
|
- 'oci==2.113.0',
|
|
+ 'oci>=2.113.0',
|
|
'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")
|
|
Common subdirectories: oci-cli-3.34.0.orig/src and oci-cli-3.34.0/src
|
|
Common subdirectories: oci-cli-3.34.0.orig/tests and oci-cli-3.34.0/tests
|