From 91e51463ded973c47169478e1332460e79781849e258c461184512a118b41032 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 3 Jul 2023 13:37:10 +0000 Subject: [PATCH] Accepting request 1095998 from home:glaubitz:branches:Cloud:Tools - Update to version 3.29.2 * Support for the OS Management Hub service * ``oci os-management-hub`` * Support for ECPU integration in the License Manager service * ``oci license-manager product-license list-top-utilized-resources --resource-unit-type ECPU`` * Support for SqlEndpoints in the Data Flow service * ``oci data-flow sql-endpoint`` * Support for freeform and defined tags in the Artifacts service * ``oci artifacts container repository create --freeform-tags --defined-tags`` * ``oci artifacts container repository update --freeform-tags --defined-tags`` * ``oci artifacts container image update --freeform-tags --defined-tags`` * ``oci artifacts container image-signature create --freeform-tags --defined-tags`` * ``oci artifacts container image-signature update --freeform-tags --defined-tags`` * Support for OS Management Hub in the OS Management Hub service * Mysql Database Service * Support for new optional parameters that allow to set up replication delay. * ``oci mysql channel create-from-mysql --target-delay-in-seconds`` * ``oci mysql channel update-from-mysql --target-delay-in-seconds`` * Support for new optional parameters that allow to set up how to handle replicated tables that do not have a Primary Key. * ``oci mysql channel create-from-mysql --target-tables-without-primary-key-handling`` * ``oci mysql channel update-from-mysql --target-tables-without-primary-key-handling`` * Database Service * Support for the CDB key store type change * ``oci db database change-key-store-type`` * Support for the PDB rotate key * ``oci db pluggable-database rotate-encryption-key --pluggable-database-id`` * Database Management Service * Support for SQL Plan Management(SPM) * ``oci database-management managed-database list-sql-plan-baselines`` OBS-URL: https://build.opensuse.org/request/show/1095998 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=90 --- oc_relax-python-depends.patch | 36 +++++++++---------- oci-cli-3.29.1.tar.gz | 3 -- oci-cli-3.29.2.tar.gz | 3 ++ oci-cli.changes | 67 +++++++++++++++++++++++++++++++++++ oci-cli.spec | 6 ++-- 5 files changed, 89 insertions(+), 26 deletions(-) delete mode 100644 oci-cli-3.29.1.tar.gz create mode 100644 oci-cli-3.29.2.tar.gz diff --git a/oc_relax-python-depends.patch b/oc_relax-python-depends.patch index e81576b..700f513 100644 --- a/oc_relax-python-depends.patch +++ b/oc_relax-python-depends.patch @@ -1,6 +1,6 @@ -diff -Nru oci-cli-3.29.1.orig/requirements.txt oci-cli-3.29.1/requirements.txt ---- oci-cli-3.29.1.orig/requirements.txt 2023-06-21 00:54:35.000000000 +0200 -+++ oci-cli-3.29.1/requirements.txt 2023-06-22 12:01:51.334890518 +0200 +diff -Nru oci-cli-3.29.2.orig/requirements.txt oci-cli-3.29.2/requirements.txt +--- oci-cli-3.29.2.orig/requirements.txt 2023-06-28 00:37:36.000000000 +0200 ++++ oci-cli-3.29.2/requirements.txt 2023-06-29 14:08:48.758204203 +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.29.1.orig/requirements.txt oci-cli-3.29.1/requirements.txt -jmespath==0.10.0 -ndg-httpsclient==0.4.2 -mock==2.0.0 --oci==2.104.3 +-oci==2.105.0 -packaging==20.2 -pluggy==0.13.0 -py==1.10.0 @@ -38,7 +38,7 @@ diff -Nru oci-cli-3.29.1.orig/requirements.txt oci-cli-3.29.1/requirements.txt +jmespath>=0.10.0 +ndg-httpsclient>=0.4.2 +mock>=2.0.0 -+oci>=2.104.3 ++oci>=2.105.0 +packaging>=20.2 +pluggy>=0.13.0 +py>=1.10.0 @@ -82,34 +82,30 @@ diff -Nru oci-cli-3.29.1.orig/requirements.txt oci-cli-3.29.1/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.29.1.orig/setup.py oci-cli-3.29.1/setup.py ---- oci-cli-3.29.1.orig/setup.py 2023-06-21 00:54:35.000000000 +0200 -+++ oci-cli-3.29.1/setup.py 2023-06-22 12:00:40.878177225 +0200 +diff -Nru oci-cli-3.29.2.orig/setup.py oci-cli-3.29.2/setup.py +--- oci-cli-3.29.2.orig/setup.py 2023-06-28 00:37:36.000000000 +0200 ++++ oci-cli-3.29.2/setup.py 2023-06-29 14:08:07.717216704 +0200 @@ -30,23 +30,23 @@ readme = f.read() requires = [ -- 'oci==2.104.3', -+ 'oci>=2.104.3', +- 'oci==2.105.0', ++ 'oci>=2.105.0', 'arrow>=1.0.0', 'certifi', - 'click==8.0.4', -- 'cryptography>=3.2.1,<40.0.0', -- 'jmespath==0.10.0', -- 'python-dateutil>=2.5.3,<3.0.0', + 'click>=8.0.4', -+ 'cryptography>=3.2.1', + 'cryptography>=3.2.1,<40.0.0', +- 'jmespath==0.10.0', + 'jmespath>=0.10.0', -+ 'python-dateutil>=2.5.3', + 'python-dateutil>=2.5.3,<3.0.0', 'pytz>=2016.10', 'six>=1.15.0', - 'terminaltables==3.1.0', -- 'pyOpenSSL>=17.5.0,<24.0.0', -- 'PyYAML>=5.4,<=6', -- 'prompt-toolkit==3.0.29' + 'terminaltables>=3.1.0', -+ 'pyOpenSSL>=17.5.0', -+ 'PyYAML>=5.4', + 'pyOpenSSL>=17.5.0,<24.0.0', + 'PyYAML>=5.4,<=6', +- 'prompt-toolkit==3.0.29' + 'prompt-toolkit>=3.0.29' ] diff --git a/oci-cli-3.29.1.tar.gz b/oci-cli-3.29.1.tar.gz deleted file mode 100644 index 135c15d..0000000 --- a/oci-cli-3.29.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:331877ea0a4edbfc20145ae223c28927cf3a6ab38b64f34e5c98e94ec7787f57 -size 3916325 diff --git a/oci-cli-3.29.2.tar.gz b/oci-cli-3.29.2.tar.gz new file mode 100644 index 0000000..3ade3b2 --- /dev/null +++ b/oci-cli-3.29.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fafc3ad1ea13397954a7f40afc0f11722c609f9358e9d675aaea6eab0027912 +size 3995445 diff --git a/oci-cli.changes b/oci-cli.changes index c567228..2823231 100644 --- a/oci-cli.changes +++ b/oci-cli.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Thu Jun 29 11:59:43 UTC 2023 - John Paul Adrian Glaubitz + +- Update to version 3.29.2 + * Support for the OS Management Hub service + * ``oci os-management-hub`` + * Support for ECPU integration in the License Manager service + * ``oci license-manager product-license list-top-utilized-resources --resource-unit-type ECPU`` + * Support for SqlEndpoints in the Data Flow service + * ``oci data-flow sql-endpoint`` + * Support for freeform and defined tags in the Artifacts service + * ``oci artifacts container repository create --freeform-tags --defined-tags`` + * ``oci artifacts container repository update --freeform-tags --defined-tags`` + * ``oci artifacts container image update --freeform-tags --defined-tags`` + * ``oci artifacts container image-signature create --freeform-tags --defined-tags`` + * ``oci artifacts container image-signature update --freeform-tags --defined-tags`` + * Support for OS Management Hub in the OS Management Hub service + * Mysql Database Service + * Support for new optional parameters that allow to set up replication delay. + * ``oci mysql channel create-from-mysql --target-delay-in-seconds`` + * ``oci mysql channel update-from-mysql --target-delay-in-seconds`` + * Support for new optional parameters that allow to set up how to + handle replicated tables that do not have a Primary Key. + * ``oci mysql channel create-from-mysql --target-tables-without-primary-key-handling`` + * ``oci mysql channel update-from-mysql --target-tables-without-primary-key-handling`` + * Database Service + * Support for the CDB key store type change + * ``oci db database change-key-store-type`` + * Support for the PDB rotate key + * ``oci db pluggable-database rotate-encryption-key --pluggable-database-id`` + * Database Management Service + * Support for SQL Plan Management(SPM) + * ``oci database-management managed-database list-sql-plan-baselines`` + * ``oci database-management managed-database get-sql-plan-baseline`` + * ``oci database-management managed-database drop-sql-plan-baselines`` + * ``oci database-management managed-database enable-auto-plan-capture`` + * ``oci database-management managed-database disable-auto-plan-capture`` + * ``oci database-management managed-database cfg-auto-capture-filters`` + * ``oci database-management managed-database enable-spb-usage`` + * ``oci database-management managed-database disable-spb-usage`` + * ``oci database-management managed-database get-spb-configuration`` + * ``oci database-management managed-database summarize-sql-plan-baselines`` + * ``oci database-management managed-database summarize-sql-plan-baselines-by-last-execution`` + * ``oci database-management managed-database enable-auto-spm-evolve-task`` + * ``oci database-management managed-database disable-auto-spm-evolve-task`` + * ``oci database-management managed-database cfg-auto-spm-evolve-task`` + * ``oci database-management managed-database enable-hf-auto-spm-evolve-task`` + * ``oci database-management managed-database disable-hf-auto-spm-evolve-task`` + * ``oci database-management managed-database load-spb-from-cc`` + * ``oci database-management managed-database load-spb-from-awr`` + * ``oci database-management managed-database change-plan-retention`` + * ``oci database-management managed-database change-space-budget`` + * ``oci database-management managed-database change-spb-attr`` + * ``oci database-management managed-database list-cursor-cache-statements`` + * ``oci database-management managed-database list-spb-jobs`` + * Support for Enable/disable of Stack Monitoring service for External DB System + * ``oci database-management external-db-system enable-external-db-system-stack-monitoring`` + * ``oci database-management external-db-system disable-external-db-system-stack-monitoring`` + * Support for new optional paramater for External DB System + * ``oci database-management external-db-system create --stack-monitoring-config`` + * Support for IN and OUT binds in SQL Jobs + * ``oci database-management job create-sql-job --in-binds --out-binds`` + * ``oci database-management job update-sql-job-details --in-binds --out-binds`` +- Refresh patches for new version + * oc_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Thu Jun 22 10:23:51 UTC 2023 - John Paul Adrian Glaubitz diff --git a/oci-cli.spec b/oci-cli.spec index 08b0b11..ae2b2f0 100644 --- a/oci-cli.spec +++ b/oci-cli.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: oci-cli%{psuffix} -Version: 3.29.1 +Version: 3.29.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.104.3 +BuildRequires: python3-oci-sdk >= 2.105.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.104.3 +Requires: python3-oci-sdk >= 2.105.0 Requires: python3-prompt_toolkit >= 3.0.29 Requires: python3-pyOpenSSL >= 22.1.0 Requires: python3-python-dateutil >= 2.5.3