Accepting request 975532 from Cloud:Tools

OBS-URL: https://build.opensuse.org/request/show/975532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2022-05-07 21:54:22 +00:00 committed by Git OBS Bridge
commit c330083aa3
5 changed files with 113 additions and 11 deletions

View File

@ -1,6 +1,6 @@
diff -Nru oci-cli-3.7.3.orig/requirements.txt oci-cli-3.7.3/requirements.txt
--- oci-cli-3.7.3.orig/requirements.txt 2022-04-19 21:29:12.000000000 +0200
+++ oci-cli-3.7.3/requirements.txt 2022-04-26 11:57:51.721710523 +0200
diff -Nru oci-cli-3.8.0.orig/requirements.txt oci-cli-3.8.0/requirements.txt
--- oci-cli-3.8.0.orig/requirements.txt 2022-04-26 20:33:37.000000000 +0200
+++ oci-cli-3.8.0/requirements.txt 2022-05-03 14:25:34.963726116 +0200
@@ -2,40 +2,40 @@
# (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.7.3.orig/requirements.txt oci-cli-3.7.3/requirements.txt
-jmespath==0.10.0
-ndg-httpsclient==0.4.2
-mock==2.0.0
-oci==2.64.0
-oci==2.65.0
-packaging==20.2
-pluggy==0.13.0
-py==1.10.0
@ -37,7 +37,7 @@ diff -Nru oci-cli-3.7.3.orig/requirements.txt oci-cli-3.7.3/requirements.txt
+jmespath>=0.10.0
+ndg-httpsclient>=0.4.2
+mock>=2.0.0
+oci>=2.64.0
+oci>=2.65.0
+packaging>=20.2
+pluggy>=0.13.0
+py>=1.10.0
@ -73,3 +73,38 @@ diff -Nru oci-cli-3.7.3.orig/requirements.txt oci-cli-3.7.3/requirements.txt
+pytest-forked>=1.0.2
+PyYAML>=5.4
+docutils>=0.15.2
diff -Nru oci-cli-3.8.0.orig/setup.py oci-cli-3.8.0/setup.py
--- oci-cli-3.8.0.orig/setup.py 2022-04-26 20:33:37.000000000 +0200
+++ oci-cli-3.8.0/setup.py 2022-05-03 14:26:13.576112998 +0200
@@ -29,22 +29,22 @@
readme = f.read()
requires = [
- 'oci==2.65.0',
+ 'oci>=2.65.0',
'arrow>=1.0.0',
'certifi',
- 'click==7.1.2',
- 'cryptography>=3.2.1,<=3.4.7',
- 'jmespath==0.10.0',
- 'python-dateutil>=2.5.3,<3.0.0',
+ 'click>=7.1.2',
+ 'cryptography>=3.2.1',
+ 'jmespath>=0.10.0',
+ 'python-dateutil>=2.5.3',
'pytz>=2016.10',
'six>=1.15.0',
- 'terminaltables==3.1.0',
- 'pyOpenSSL==19.1.0',
- 'PyYAML>=5.4,<6'
+ 'terminaltables>=3.1.0',
+ 'pyOpenSSL>=19.1.0',
+ 'PyYAML>=5.4'
]
extras = {
- 'db': ['cx_Oracle==8.3']
+ 'db': ['cx_Oracle>=8.3']
}
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")

View File

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

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

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

View File

@ -1,3 +1,70 @@
-------------------------------------------------------------------
Tue May 3 12:27:48 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 3.8.0
* Support for the Service Mesh service
* ``oci service-mesh``
* Big Data service
* Support for compute only worker nodes
* ``oci bds instance remove --node-id``
* ``oci bds instance remove --node-id --is-force-remove-enabled``
* Support for horizontal autoscaling policy
* ``oci bds auto-scale-config create --policy-details``
* ``oci bds auto-scale-config edit --policy-details``
* Support for bootstrap script
* ``oci bds instance create --bootstrap-script-url``
* ``oci bds instance update --bootstrap-script-url``
* Support for customizable kerberos realm name
* ``oci bds instance create --kerberos-realm-name``
* Support for ODH patch patch management
* ``oci bds instance install-patch``
* ``oci bds instance list-patch-histories``
* ``oci bds instance list-patches``
* Rover service
* [BREAKING] Support for required shape parameter
to the creation of a roving edge node
* ``oci rover node create --shape``
* Support to list the available shapes for Rover
* ``oci rover shape list --compartment-id``
* Support the option for the user to provide their own master key OCID to
encrypt secret data to roving edge nodes, standalone clusters and station
clusters.
* ``oci rover node create --master-key-id --policy-compartment-id --policy-name``
* ``oci rover standalone-cluster --master-key-id --policy-compartment-id --policy-name``
* ``oci rover station-cluster --master-key-id``
* Support to create the master key policy with required parameter master-key-id and
optional parameters policy-compartment-id and policy-name
* ``oci rover create-master-key-policy --master-key-id --policy-compartment-id --policy-name``
* APM Synthetics service
* Support for create/update/delete of dedicated-vantage-points
* ``oci apm-synthetics dedicated-vantage-point``
* Support for list of dedicated-vantage-points
* ``oci apm-synthetics dedicated-vantage-point-collection list-dedicated-vantage-points``
* Support for Additional Transcription Format (SRT) and Punctuation in the Speech service
* ``oci speech transcription-job create --additional-transcription-formats``
* Support for cost management schedule in the Usage service
* ``oci usage-api schedule``
* ``oci usage-api scheduled-run``
* Support for Security Zone in the Cloud Guard service
* ``oci cloud-guard security-zone``
* ``oci cloud-guard security-policy``
* Support for creating budgets that target subscriptions and child tenancies
* ``oci budgets budget create --processing-period-type``
* Support for Virtual Test Access Point (VTAP) feature as a part of the vcn service
* ``oci network vtap``
* ``oci network capture-filter``
* Support to reactive child tenancy in the Organizations service
* ``oci organizations organization-tenancy restore --organization-tenancy-id``
* Bug in --wait-for-state param for following commands in the Database service
* ``oci db data-guard-association switchover``
* ``oci db data-guard-association failover``
* ``oci db data-guard-association reinstate``
* [BREAKING] --subscription-id is now required in the below command in the Organization service
* ``oci organizations subscription-mapping list --subscription-id``
- Refresh patches for new version
+ oc_relax-python-depends.patch
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Tue Apr 26 10:27:10 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -28,7 +28,7 @@
%bcond_with test
%endif
Name: oci-cli%{psuffix}
Version: 3.7.3
Version: 3.8.0
Release: 0
Summary: Oracle Cloud Infrastructure CLI
License: Apache-2.0
@ -46,7 +46,7 @@ BuildRequires: python3-click >= 7.1.2
BuildRequires: python3-cryptography >= 3.2.1
BuildRequires: python3-devel
BuildRequires: python3-jmespath >= 0.10.0
BuildRequires: python3-oci-sdk >= 2.61.0
BuildRequires: python3-oci-sdk >= 2.65.0
BuildRequires: python3-pyOpenSSL >= 19.1.0
BuildRequires: python3-python-dateutil >= 2.5.3
BuildRequires: python3-pytz >= 2016.10
@ -82,7 +82,7 @@ Requires: python3-certifi
Requires: python3-click >= 7.1.2
Requires: python3-cryptography >= 3.2.1
Requires: python3-jmespath >= 0.10.0
Requires: python3-oci-sdk >= 2.61.0
Requires: python3-oci-sdk >= 2.65.0
Requires: python3-pyOpenSSL >= 19.1.0
Requires: python3-python-dateutil >= 2.5.3
Requires: python3-pytz >= 2016.10