SHA256
1
0
forked from pool/oci-cli

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:
Robert Schweikert 2023-10-20 06:46:08 +00:00 committed by Git OBS Bridge
parent bd19544fe1
commit 12a1992e3d
5 changed files with 99 additions and 22 deletions

View File

@ -1,6 +1,8 @@
diff -Nru oci-cli-3.33.3.orig/requirements.txt oci-cli-3.33.3/requirements.txt
--- oci-cli-3.33.3.orig/requirements.txt 2023-10-03 09:03:20.000000000 +0200
+++ oci-cli-3.33.3/requirements.txt 2023-10-03 15:46:44.652340451 +0200
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.
@ -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
-ndg-httpsclient==0.4.2
-mock==2.0.0
-oci==2.112.3
-oci==2.113.0
-packaging==20.2
-pluggy==0.13.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
+ndg-httpsclient>=0.4.2
+mock>=2.0.0
+oci>=2.112.3
+oci>=2.113.0
+packaging>=20.2
+pluggy>=0.13.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
\ No newline at end of file
+urllib3<=1.26.15
diff -Nru oci-cli-3.33.3.orig/setup.py oci-cli-3.33.3/setup.py
--- oci-cli-3.33.3.orig/setup.py 2023-10-03 09:03:20.000000000 +0200
+++ oci-cli-3.33.3/setup.py 2023-10-03 15:45:54.142196821 +0200
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.112.3',
+ 'oci>=2.112.3',
- 'oci==2.113.0',
+ 'oci>=2.113.0',
'arrow>=1.0.0',
'certifi',
- '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',
- '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,<3.0.0',
+ 'python-dateutil>=2.5.3',
'pytz>=2016.10',
'six>=1.15.0',
- 'terminaltables==3.1.0',
+ 'terminaltables>=3.1.0',
'pyOpenSSL>=17.5.0,<24.0.0',
'PyYAML>=5.4,<=6.0.1',
- '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'
]
@ -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")
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

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe1e147572ce9d211bf41e964006855b53c47efe7f589fe510365f7ec840d978
size 4920521

View File

@ -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>

View File

@ -28,7 +28,7 @@
%bcond_with test
%endif
Name: oci-cli%{psuffix}
Version: 3.33.3
Version: 3.34.0
Release: 0
Summary: Oracle Cloud Infrastructure CLI
License: Apache-2.0
@ -46,7 +46,7 @@ BuildRequires: python3-click >= 8.0.4
BuildRequires: python3-cryptography >= 3.2.1
BuildRequires: python3-devel
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-python-dateutil >= 2.5.3
BuildRequires: python3-pytz >= 2016.10
@ -85,7 +85,7 @@ Requires: python3-certifi
Requires: python3-click >= 8.0.4
Requires: python3-cryptography >= 3.2.1
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-pyOpenSSL >= 22.1.0
Requires: python3-python-dateutil >= 2.5.3