diff --git a/oc_relax-python-depends.patch b/oc_relax-python-depends.patch index 9a006e8..bc42eda 100644 --- a/oc_relax-python-depends.patch +++ b/oc_relax-python-depends.patch @@ -1,6 +1,6 @@ -diff -Nru oci-cli-3.28.0.orig/requirements.txt oci-cli-3.28.0/requirements.txt ---- oci-cli-3.28.0.orig/requirements.txt 2023-05-23 08:35:52.000000000 +0200 -+++ oci-cli-3.28.0/requirements.txt 2023-05-25 10:20:04.595938518 +0200 +diff -Nru oci-cli-3.28.2.orig/requirements.txt oci-cli-3.28.2/requirements.txt +--- oci-cli-3.28.2.orig/requirements.txt 2023-06-06 09:14:58.000000000 +0200 ++++ oci-cli-3.28.2/requirements.txt 2023-06-06 12:18:34.654505601 +0200 @@ -2,44 +2,44 @@ # (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 +18,7 @@ diff -Nru oci-cli-3.28.0.orig/requirements.txt oci-cli-3.28.0/requirements.txt -jmespath==0.10.0 -ndg-httpsclient==0.4.2 -mock==2.0.0 --oci==2.103.0 +-oci==2.104.1 -packaging==20.2 -pluggy==0.13.0 -py==1.10.0 @@ -38,7 +38,7 @@ diff -Nru oci-cli-3.28.0.orig/requirements.txt oci-cli-3.28.0/requirements.txt +jmespath>=0.10.0 +ndg-httpsclient>=0.4.2 +mock>=2.0.0 -+oci>=2.103.0 ++oci>=2.104.1 +packaging>=20.2 +pluggy>=0.13.0 +py>=1.10.0 @@ -82,15 +82,15 @@ diff -Nru oci-cli-3.28.0.orig/requirements.txt oci-cli-3.28.0/requirements.txt -setuptools==59.6.0; python_version == '3.6' \ No newline at end of file +setuptools>=59.6.0; python_version >= '3.6' -diff -Nru oci-cli-3.28.0.orig/setup.py oci-cli-3.28.0/setup.py ---- oci-cli-3.28.0.orig/setup.py 2023-05-23 08:35:52.000000000 +0200 -+++ oci-cli-3.28.0/setup.py 2023-05-25 10:19:09.598492793 +0200 +diff -Nru oci-cli-3.28.2.orig/setup.py oci-cli-3.28.2/setup.py +--- oci-cli-3.28.2.orig/setup.py 2023-06-06 09:14:58.000000000 +0200 ++++ oci-cli-3.28.2/setup.py 2023-06-06 12:17:39.837955922 +0200 @@ -29,23 +29,23 @@ readme = f.read() requires = [ -- 'oci==2.103.0', -+ 'oci>=2.103.0', +- 'oci==2.104.1', ++ 'oci>=2.104.1', 'arrow>=1.0.0', 'certifi', - 'click==8.0.4', diff --git a/oci-cli-3.28.0.tar.gz b/oci-cli-3.28.0.tar.gz deleted file mode 100644 index d7dfdd0..0000000 --- a/oci-cli-3.28.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e88dbb4a642d863654f8270add0e924ccbb7aee4f6a908ad5f70067be147d6f -size 3883069 diff --git a/oci-cli-3.28.2.tar.gz b/oci-cli-3.28.2.tar.gz new file mode 100644 index 0000000..a131e96 --- /dev/null +++ b/oci-cli-3.28.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a072f744dcb92e407cb649ecd604cd942a1716beecb4f14b4a3fa894adc64d0 +size 3890024 diff --git a/oci-cli.changes b/oci-cli.changes index c37923f..6a111f5 100644 --- a/oci-cli.changes +++ b/oci-cli.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Tue Jun 6 10:18:59 UTC 2023 - John Paul Adrian Glaubitz + +- Update to version 3.28.2 + * Support for adding and removing Kafka in the Big Data service + * ``oci bds kafka add`` + * ``oci bds kafka remove`` + * Support for obtaining compute capacity report in Core services + * ``oci compute compute-capacity-report`` + * Support for enabling and disabling MySQL HeatWave Lakehouse in the Mysql Database service + * ``oci mysql db-system heatwave-cluster add --is-lakehouse-enabled`` + * ``oci mysql db-system heatwave-cluster update --is-lakehouse-enabled`` + * Support for adding, creating, and removing migration with csvText in the Database Migration service + * ``oci database-migration migration add --csv-text`` + * ``oci database-migration migration create --csv-text`` + * ``oci database-migration migration remove --csv-text`` +- from version 3.28.1 + * File Storage service + * Support for new policy-based snapshots commands + * ``oci fs filesystem-snapshot-policy`` + * Support for optional parameters to file-system and snapshot + * ``oci fs file-system create --filesystem-snapshot-policy-id`` + * ``oci fs file-system list --filesystem-snapshot-policy-id`` + * ``oci fs file-system update --filesystem-snapshot-policy-id`` + * ``oci fs snapshot create --expiration-time`` + * ``oci fs snapshot update --expiration-time`` + * ``oci fs snapshot list --compartment-id --filesystem-snapshot-policy-id`` + * Support for creating and updating a VM Cluster network with DR network support in the Database service + * ``oci db exadata-infrastructure-network create --dr-scan-details`` + * ``oci db exadata-infrastructure-network update --dr-scan-details`` + * Support for optional parameter to indicate a dashboard is shared in the Management Dashboard services + * ``oci management-dashboard dashboard create --features-config`` + * ``oci management-dashboard dashboard update --features-config`` + * ``oci management-dashboard saved-search create --features-config`` + * ``oci management-dashboard saved-search update --features-config`` + * Required parameter --file-system-id is now optional for below command in the File Storage service + * ``oci fs snapshot list --file-system-id`` +- Refresh patches for new version + * oc_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Thu May 25 08:20:30 UTC 2023 - John Paul Adrian Glaubitz diff --git a/oci-cli.spec b/oci-cli.spec index 778125d..ecfefd8 100644 --- a/oci-cli.spec +++ b/oci-cli.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: oci-cli%{psuffix} -Version: 3.28.0 +Version: 3.28.2 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.103.0 +BuildRequires: python3-oci-sdk >= 2.104.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.103.0 +Requires: python3-oci-sdk >= 2.104.0 Requires: python3-prompt_toolkit >= 3.0.29 Requires: python3-pyOpenSSL >= 22.1.0 Requires: python3-python-dateutil >= 2.5.3