Accepting request 1069650 from Cloud:Tools

OBS-URL: https://build.opensuse.org/request/show/1069650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2023-03-06 17:56:39 +00:00 committed by Git OBS Bridge
commit 3fc606323c
5 changed files with 29 additions and 16 deletions

View File

@ -1,6 +1,6 @@
diff -Nru oci-cli-3.23.1.orig/requirements.txt oci-cli-3.23.1/requirements.txt diff -Nru oci-cli-3.23.2.orig/requirements.txt oci-cli-3.23.2/requirements.txt
--- oci-cli-3.23.1.orig/requirements.txt 2023-02-21 23:16:45.000000000 +0100 --- oci-cli-3.23.2.orig/requirements.txt 2023-02-28 08:57:36.000000000 +0100
+++ oci-cli-3.23.1/requirements.txt 2023-02-23 14:24:57.884277003 +0100 +++ oci-cli-3.23.2/requirements.txt 2023-03-01 13:44:10.037647032 +0100
@@ -2,42 +2,42 @@ @@ -2,42 +2,42 @@
# (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 +18,7 @@ diff -Nru oci-cli-3.23.1.orig/requirements.txt oci-cli-3.23.1/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.93.0 -oci==2.93.1
-packaging==20.2 -packaging==20.2
-pluggy==0.13.0 -pluggy==0.13.0
-py==1.10.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 +jmespath>=0.10.0
+ndg-httpsclient>=0.4.2 +ndg-httpsclient>=0.4.2
+mock>=2.0.0 +mock>=2.0.0
+oci>=2.93.0 +oci>=2.93.1
+packaging>=20.2 +packaging>=20.2
+pluggy>=0.13.0 +pluggy>=0.13.0
+py>=1.10.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' -setuptools==59.6.0; python_version == '3.6'
\ No newline at end of file \ No newline at end of file
+setuptools>=59.6.0; python_version >= '3.6' +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 diff -Nru oci-cli-3.23.2.orig/setup.py oci-cli-3.23.2/setup.py
--- oci-cli-3.23.1.orig/setup.py 2023-02-21 23:16:45.000000000 +0100 --- oci-cli-3.23.2.orig/setup.py 2023-02-28 08:57:36.000000000 +0100
+++ oci-cli-3.23.1/setup.py 2023-02-23 14:25:34.776702721 +0100 +++ oci-cli-3.23.2/setup.py 2023-03-01 13:43:24.297667520 +0100
@@ -29,23 +29,23 @@ @@ -29,23 +29,23 @@
readme = f.read() readme = f.read()
requires = [ requires = [
- 'oci==2.93.0', - 'oci==2.93.1',
+ 'oci>=2.93.0', + 'oci>=2.93.1',
'arrow>=1.0.0', 'arrow>=1.0.0',
'certifi', 'certifi',
- 'click==7.1.2', - 'click==7.1.2',

View File

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

3
oci-cli-3.23.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Mar 1 12:44:44 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com> Thu Feb 23 13:25:51 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -28,7 +28,7 @@
%bcond_with test %bcond_with test
%endif %endif
Name: oci-cli%{psuffix} Name: oci-cli%{psuffix}
Version: 3.23.1 Version: 3.23.2
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.93.0 BuildRequires: python3-oci-sdk >= 2.93.1
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
@ -82,7 +82,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.93.0 Requires: python3-oci-sdk >= 2.93.1
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