Accepting request 1118869 from home:glaubitz:branches:Cloud:Tools
- 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
This commit is contained in:
parent
bd19544fe1
commit
12a1992e3d
@ -1,6 +1,8 @@
|
|||||||
diff -Nru oci-cli-3.33.3.orig/requirements.txt oci-cli-3.33.3/requirements.txt
|
Common subdirectories: oci-cli-3.34.0.orig/.github and oci-cli-3.34.0/.github
|
||||||
--- oci-cli-3.33.3.orig/requirements.txt 2023-10-03 09:03:20.000000000 +0200
|
Common subdirectories: oci-cli-3.34.0.orig/images and oci-cli-3.34.0/images
|
||||||
+++ oci-cli-3.33.3/requirements.txt 2023-10-03 15:46:44.652340451 +0200
|
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 @@
|
@@ -2,47 +2,47 @@
|
||||||
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
|
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
|
||||||
# you may need to use the --extra-index-url option instead.
|
# you may need to use the --extra-index-url option instead.
|
||||||
@ -18,7 +20,7 @@ diff -Nru oci-cli-3.33.3.orig/requirements.txt oci-cli-3.33.3/requirements.txt
|
|||||||
-jmespath==0.10.0
|
-jmespath==0.10.0
|
||||||
-ndg-httpsclient==0.4.2
|
-ndg-httpsclient==0.4.2
|
||||||
-mock==2.0.0
|
-mock==2.0.0
|
||||||
-oci==2.112.3
|
-oci==2.113.0
|
||||||
-packaging==20.2
|
-packaging==20.2
|
||||||
-pluggy==0.13.0
|
-pluggy==0.13.0
|
||||||
-py==1.11.0
|
-py==1.11.0
|
||||||
@ -38,7 +40,7 @@ diff -Nru oci-cli-3.33.3.orig/requirements.txt oci-cli-3.33.3/requirements.txt
|
|||||||
+jmespath>=0.10.0
|
+jmespath>=0.10.0
|
||||||
+ndg-httpsclient>=0.4.2
|
+ndg-httpsclient>=0.4.2
|
||||||
+mock>=2.0.0
|
+mock>=2.0.0
|
||||||
+oci>=2.112.3
|
+oci>=2.113.0
|
||||||
+packaging>=20.2
|
+packaging>=20.2
|
||||||
+pluggy>=0.13.0
|
+pluggy>=0.13.0
|
||||||
+py>=1.11.0
|
+py>=1.11.0
|
||||||
@ -87,30 +89,36 @@ diff -Nru oci-cli-3.33.3.orig/requirements.txt oci-cli-3.33.3/requirements.txt
|
|||||||
-urllib3<=1.26.15
|
-urllib3<=1.26.15
|
||||||
\ No newline at end of file
|
\ No newline at end of file
|
||||||
+urllib3<=1.26.15
|
+urllib3<=1.26.15
|
||||||
diff -Nru oci-cli-3.33.3.orig/setup.py oci-cli-3.33.3/setup.py
|
Common subdirectories: oci-cli-3.34.0.orig/scripts and oci-cli-3.34.0/scripts
|
||||||
--- oci-cli-3.33.3.orig/setup.py 2023-10-03 09:03:20.000000000 +0200
|
Common subdirectories: oci-cli-3.34.0.orig/services and oci-cli-3.34.0/services
|
||||||
+++ oci-cli-3.33.3/setup.py 2023-10-03 15:45:54.142196821 +0200
|
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 @@
|
@@ -30,23 +30,23 @@
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
- 'oci==2.112.3',
|
- 'oci==2.113.0',
|
||||||
+ 'oci>=2.112.3',
|
+ 'oci>=2.113.0',
|
||||||
'arrow>=1.0.0',
|
'arrow>=1.0.0',
|
||||||
'certifi',
|
'certifi',
|
||||||
- 'click==8.0.4',
|
- 'click==8.0.4',
|
||||||
+ 'click>=8.0.4',
|
- 'cryptography>=3.2.1,<42.0.0',
|
||||||
'cryptography>=3.2.1,<42.0.0',
|
|
||||||
- 'jmespath==0.10.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',
|
+ 'jmespath>=0.10.0',
|
||||||
'python-dateutil>=2.5.3,<3.0.0',
|
+ 'python-dateutil>=2.5.3',
|
||||||
'pytz>=2016.10',
|
'pytz>=2016.10',
|
||||||
'six>=1.15.0',
|
'six>=1.15.0',
|
||||||
- 'terminaltables==3.1.0',
|
- 'terminaltables==3.1.0',
|
||||||
+ 'terminaltables>=3.1.0',
|
- 'pyOpenSSL>=17.5.0,<24.0.0',
|
||||||
'pyOpenSSL>=17.5.0,<24.0.0',
|
- 'PyYAML>=5.4,<=6.0.1',
|
||||||
'PyYAML>=5.4,<=6.0.1',
|
|
||||||
- 'prompt-toolkit==3.0.29'
|
- 'prompt-toolkit==3.0.29'
|
||||||
|
+ 'terminaltables>=3.1.0',
|
||||||
|
+ 'pyOpenSSL>=17.5.0',
|
||||||
|
+ 'PyYAML>=5.4',
|
||||||
+ 'prompt-toolkit>=3.0.29'
|
+ 'prompt-toolkit>=3.0.29'
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -120,3 +128,5 @@ diff -Nru oci-cli-3.33.3.orig/setup.py oci-cli-3.33.3/setup.py
|
|||||||
}
|
}
|
||||||
|
|
||||||
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
|
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
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5fa857ab348445da344f2a4b1a8eb94404bc5e7502754936267ee4ee021cd7d1
|
|
||||||
size 4807949
|
|
3
oci-cli-3.34.0.tar.gz
Normal file
3
oci-cli-3.34.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fe1e147572ce9d211bf41e964006855b53c47efe7f589fe510365f7ec840d978
|
||||||
|
size 4920521
|
@ -1,3 +1,70 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 19 09:19:17 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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``
|
||||||
|
* [BREAKING] Optional parameter ``--service-stage`` was removed in the Logging Management Service
|
||||||
|
* ``oci logging service list``
|
||||||
|
* [BREAKING] Optional parameters ``--application-lists, --decryption-profiles, --decryption-rules,
|
||||||
|
--ip-address-lists, --mapped-secrets, --security-rules, --url-lists`` were removed in the Network
|
||||||
|
Firewall Service
|
||||||
|
* ``oci network-firewall network-firewall-policy create``
|
||||||
|
* ``oci network-firewall network-firewall-policy update``
|
||||||
|
- from version 3.33.4
|
||||||
|
* Database Service
|
||||||
|
* Support for new command
|
||||||
|
* ``oci db pluggable-database relocate-pdb``
|
||||||
|
* ``oci db pluggable-database create-local-clone``
|
||||||
|
* ``oci db pluggable-database create-remote-clone``
|
||||||
|
* ``oci db pluggable-database convert-to-regular``
|
||||||
|
* ``oci db pluggable-database refresh``
|
||||||
|
* Support for new optional parameter
|
||||||
|
* ``oci db database restore --pdb-name``
|
||||||
|
* ``oci db pluggable-database create --create-pdb-backup --cdb-admin-password``
|
||||||
|
* Support for displaying resource usage information on autonomous vm cluster
|
||||||
|
* ``oci db autonomous-vm-cluster get-autonomous-vm-cluster-resource-usage --autonomous-vm-cluster-id``
|
||||||
|
* ``oci db autonomous-vm-cluster list-autonomous-vm-cluster-acd-resource-usage --autonomous-vm-cluster-id``
|
||||||
|
* Marketplace Service
|
||||||
|
* Support for export Container and Kubernetes app listings
|
||||||
|
* ``oci marketplace listing export``
|
||||||
|
* Support for work request status for export Container and Kubernetes app listings
|
||||||
|
* ``oci marketplace work-request``
|
||||||
|
* Support for creating a Flow Log type Capture filter in Virtual Cloud Network service
|
||||||
|
* ``oci network capture-filter create --flow-log-capture-filter-rules``
|
||||||
|
* ``oci network capture-filter list --filter-type``
|
||||||
|
* ``oci network capture-filter update --flow-log-capture-filter-rules``
|
||||||
|
- Refresh patches for new version
|
||||||
|
* oc_relax-python-depends.patch
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 3 13:47:37 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Oct 3 13:47:37 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: oci-cli%{psuffix}
|
Name: oci-cli%{psuffix}
|
||||||
Version: 3.33.3
|
Version: 3.34.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Oracle Cloud Infrastructure CLI
|
Summary: Oracle Cloud Infrastructure CLI
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -46,7 +46,7 @@ BuildRequires: python3-click >= 8.0.4
|
|||||||
BuildRequires: python3-cryptography >= 3.2.1
|
BuildRequires: python3-cryptography >= 3.2.1
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-jmespath >= 0.10.0
|
BuildRequires: python3-jmespath >= 0.10.0
|
||||||
BuildRequires: python3-oci-sdk >= 2.112.3
|
BuildRequires: python3-oci-sdk >= 2.113.0
|
||||||
BuildRequires: python3-pyOpenSSL >= 22.1.0
|
BuildRequires: python3-pyOpenSSL >= 22.1.0
|
||||||
BuildRequires: python3-python-dateutil >= 2.5.3
|
BuildRequires: python3-python-dateutil >= 2.5.3
|
||||||
BuildRequires: python3-pytz >= 2016.10
|
BuildRequires: python3-pytz >= 2016.10
|
||||||
@ -85,7 +85,7 @@ Requires: python3-certifi
|
|||||||
Requires: python3-click >= 8.0.4
|
Requires: python3-click >= 8.0.4
|
||||||
Requires: python3-cryptography >= 3.2.1
|
Requires: python3-cryptography >= 3.2.1
|
||||||
Requires: python3-jmespath >= 0.10.0
|
Requires: python3-jmespath >= 0.10.0
|
||||||
Requires: python3-oci-sdk >= 2.112.3
|
Requires: python3-oci-sdk >= 2.113.0
|
||||||
Requires: python3-prompt_toolkit >= 3.0.29
|
Requires: python3-prompt_toolkit >= 3.0.29
|
||||||
Requires: python3-pyOpenSSL >= 22.1.0
|
Requires: python3-pyOpenSSL >= 22.1.0
|
||||||
Requires: python3-python-dateutil >= 2.5.3
|
Requires: python3-python-dateutil >= 2.5.3
|
||||||
|
Loading…
Reference in New Issue
Block a user