From 2b1399adb49dbd6a7016ca5e83529f11d716b78ad4fce8c08bc772823b8e3446 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 6 Mar 2023 13:51:27 +0000 Subject: [PATCH] Accepting request 1068457 from home:glaubitz:branches:Cloud:Tools - Update to version 3.23.2 * Support for new command allowing on-demand bootstrap script execution in the Big Data service * ``oci bds instance execute-bootstrap-script`` * Support for calling Oracle Cloud Infrastructure services in the eu-dcc-rating-1, eu-dcc-rating-2, eu-dcc-dublin-1, eu-dcc-dublin-2, and eu-dcc-milan-2 regions - Refresh patches for new version * oc_relax-python-depends.patch - Update BuildRequires and Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1068457 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=77 --- oc_relax-python-depends.patch | 20 ++++++++++---------- oci-cli-3.23.1.tar.gz | 3 --- oci-cli-3.23.2.tar.gz | 3 +++ oci-cli.changes | 13 +++++++++++++ oci-cli.spec | 6 +++--- 5 files changed, 29 insertions(+), 16 deletions(-) delete mode 100644 oci-cli-3.23.1.tar.gz create mode 100644 oci-cli-3.23.2.tar.gz diff --git a/oc_relax-python-depends.patch b/oc_relax-python-depends.patch index f9aa40c..2aef6c7 100644 --- a/oc_relax-python-depends.patch +++ b/oc_relax-python-depends.patch @@ -1,6 +1,6 @@ -diff -Nru oci-cli-3.23.1.orig/requirements.txt oci-cli-3.23.1/requirements.txt ---- oci-cli-3.23.1.orig/requirements.txt 2023-02-21 23:16:45.000000000 +0100 -+++ oci-cli-3.23.1/requirements.txt 2023-02-23 14:24:57.884277003 +0100 +diff -Nru oci-cli-3.23.2.orig/requirements.txt oci-cli-3.23.2/requirements.txt +--- oci-cli-3.23.2.orig/requirements.txt 2023-02-28 08:57:36.000000000 +0100 ++++ oci-cli-3.23.2/requirements.txt 2023-03-01 13:44:10.037647032 +0100 @@ -2,42 +2,42 @@ # (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.23.1.orig/requirements.txt oci-cli-3.23.1/requirements.txt -jmespath==0.10.0 -ndg-httpsclient==0.4.2 -mock==2.0.0 --oci==2.93.0 +-oci==2.93.1 -packaging==20.2 -pluggy==0.13.0 -py==1.10.0 @@ -37,7 +37,7 @@ diff -Nru oci-cli-3.23.1.orig/requirements.txt oci-cli-3.23.1/requirements.txt +jmespath>=0.10.0 +ndg-httpsclient>=0.4.2 +mock>=2.0.0 -+oci>=2.93.0 ++oci>=2.93.1 +packaging>=20.2 +pluggy>=0.13.0 +py>=1.10.0 @@ -78,15 +78,15 @@ diff -Nru oci-cli-3.23.1.orig/requirements.txt oci-cli-3.23.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.23.1.orig/setup.py oci-cli-3.23.1/setup.py ---- oci-cli-3.23.1.orig/setup.py 2023-02-21 23:16:45.000000000 +0100 -+++ oci-cli-3.23.1/setup.py 2023-02-23 14:25:34.776702721 +0100 +diff -Nru oci-cli-3.23.2.orig/setup.py oci-cli-3.23.2/setup.py +--- oci-cli-3.23.2.orig/setup.py 2023-02-28 08:57:36.000000000 +0100 ++++ oci-cli-3.23.2/setup.py 2023-03-01 13:43:24.297667520 +0100 @@ -29,23 +29,23 @@ readme = f.read() requires = [ -- 'oci==2.93.0', -+ 'oci>=2.93.0', +- 'oci==2.93.1', ++ 'oci>=2.93.1', 'arrow>=1.0.0', 'certifi', - 'click==7.1.2', diff --git a/oci-cli-3.23.1.tar.gz b/oci-cli-3.23.1.tar.gz deleted file mode 100644 index b303a9f..0000000 --- a/oci-cli-3.23.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e3515ef5629a10e676819273456b2f1d9f18d0dceef55c02300f142dfedfb36 -size 3574474 diff --git a/oci-cli-3.23.2.tar.gz b/oci-cli-3.23.2.tar.gz new file mode 100644 index 0000000..d36fe73 --- /dev/null +++ b/oci-cli-3.23.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25b8807ac9509ee32db7e6e8d8517bb215e7e501ea415c7eba2f7d598844996 +size 3574253 diff --git a/oci-cli.changes b/oci-cli.changes index be0982d..5f31993 100644 --- a/oci-cli.changes +++ b/oci-cli.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 1 12:44:44 UTC 2023 - John Paul Adrian Glaubitz + +- Update to version 3.23.2 + * Support for new command allowing on-demand bootstrap script + execution in the Big Data service + * ``oci bds instance execute-bootstrap-script`` + * Support for calling Oracle Cloud Infrastructure services in the eu-dcc-rating-1, + eu-dcc-rating-2, eu-dcc-dublin-1, eu-dcc-dublin-2, and eu-dcc-milan-2 regions +- Refresh patches for new version + * oc_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Thu Feb 23 13:25:51 UTC 2023 - John Paul Adrian Glaubitz diff --git a/oci-cli.spec b/oci-cli.spec index 1636946..ad1df28 100644 --- a/oci-cli.spec +++ b/oci-cli.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: oci-cli%{psuffix} -Version: 3.23.1 +Version: 3.23.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.93.0 +BuildRequires: python3-oci-sdk >= 2.93.1 BuildRequires: python3-pyOpenSSL >= 22.1.0 BuildRequires: python3-python-dateutil >= 2.5.3 BuildRequires: python3-pytz >= 2016.10 @@ -82,7 +82,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.93.0 +Requires: python3-oci-sdk >= 2.93.1 Requires: python3-prompt_toolkit >= 3.0.29 Requires: python3-pyOpenSSL >= 22.1.0 Requires: python3-python-dateutil >= 2.5.3