Accepting request 1179705 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/1179705 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=62
This commit is contained in:
commit
def7896f00
@ -1,6 +1,6 @@
|
||||
diff -Nru oci-cli-3.40.3.orig/requirements.txt oci-cli-3.40.3/requirements.txt
|
||||
--- oci-cli-3.40.3.orig/requirements.txt 2024-05-14 10:38:04.000000000 +0200
|
||||
+++ oci-cli-3.40.3/requirements.txt 2024-05-15 11:05:10.334291290 +0200
|
||||
diff -Nru oci-cli-3.42.0.orig/requirements.txt oci-cli-3.42.0/requirements.txt
|
||||
--- oci-cli-3.42.0.orig/requirements.txt 2024-05-28 06:54:30.000000000 +0000
|
||||
+++ oci-cli-3.42.0/requirements.txt 2024-06-04 11:17:04.096519602 +0000
|
||||
@@ -2,48 +2,48 @@
|
||||
# (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.40.3.orig/requirements.txt oci-cli-3.40.3/requirements.txt
|
||||
-jmespath==0.10.0
|
||||
-ndg-httpsclient==0.4.2
|
||||
-mock==2.0.0
|
||||
-oci==2.126.3
|
||||
-oci==2.127.0
|
||||
-packaging==20.2
|
||||
-pluggy==0.13.0
|
||||
-py==1.11.0
|
||||
@ -38,7 +38,7 @@ diff -Nru oci-cli-3.40.3.orig/requirements.txt oci-cli-3.40.3/requirements.txt
|
||||
+jmespath>=0.10.0
|
||||
+ndg-httpsclient>=0.4.2
|
||||
+mock>=2.0.0
|
||||
+oci>=2.126.3
|
||||
+oci>=2.127.0
|
||||
+packaging>=20.2
|
||||
+pluggy>=0.13.0
|
||||
+py>=1.11.0
|
||||
@ -68,6 +68,7 @@ diff -Nru oci-cli-3.40.3.orig/requirements.txt oci-cli-3.40.3/requirements.txt
|
||||
-PyYAML>=5.4,<=6.0.1
|
||||
-docutils==0.15.2
|
||||
-prompt-toolkit==3.0.29; python_version == '3.6'
|
||||
-prompt-toolkit>=3.0.38,<=3.0.43; python_version > '3.6'
|
||||
+sphinx>=3.3.0
|
||||
+sphinx-rtd-theme>=0.4.3
|
||||
+terminaltables>=3.1.10
|
||||
@ -80,21 +81,21 @@ diff -Nru oci-cli-3.40.3.orig/requirements.txt oci-cli-3.40.3/requirements.txt
|
||||
+PyYAML>=5.4
|
||||
+docutils>=0.15.2
|
||||
+prompt-toolkit>=3.0.29; python_version == '3.6'
|
||||
prompt-toolkit>=3.0.38,<=3.0.43; python_version > '3.6'
|
||||
+prompt-toolkit>=3.0.38; python_version > '3.6'
|
||||
setuptools>65.5.1; python_version > '3.6'
|
||||
-setuptools==59.6.0; python_version == '3.6'
|
||||
+setuptools>=59.6.0; python_version == '3.6'
|
||||
# this is required because of python 3.6 requests dependency version bound
|
||||
urllib3<=1.26.15
|
||||
diff -Nru oci-cli-3.40.3.orig/setup.py oci-cli-3.40.3/setup.py
|
||||
--- oci-cli-3.40.3.orig/setup.py 2024-05-14 10:38:04.000000000 +0200
|
||||
+++ oci-cli-3.40.3/setup.py 2024-05-15 11:05:54.187742166 +0200
|
||||
diff -Nru oci-cli-3.42.0.orig/setup.py oci-cli-3.42.0/setup.py
|
||||
--- oci-cli-3.42.0.orig/setup.py 2024-05-28 06:54:30.000000000 +0000
|
||||
+++ oci-cli-3.42.0/setup.py 2024-06-04 11:15:12.483907907 +0000
|
||||
@@ -30,24 +30,24 @@
|
||||
readme = f.read()
|
||||
|
||||
requires = [
|
||||
- 'oci==2.126.3',
|
||||
+ 'oci>=2.126.3',
|
||||
- 'oci==2.127.0',
|
||||
+ 'oci>=2.127.0',
|
||||
'arrow>=1.0.0',
|
||||
'certifi',
|
||||
- 'click==8.0.4',
|
||||
@ -110,12 +111,13 @@ diff -Nru oci-cli-3.40.3.orig/setup.py oci-cli-3.40.3/setup.py
|
||||
- 'terminaltables==3.1.10',
|
||||
- 'pyOpenSSL>=17.5.0,<25.0.0',
|
||||
- 'PyYAML>=5.4,<=6.0.1',
|
||||
- 'prompt-toolkit>=3.0.38,<=3.0.43; python_version > "3.6"',
|
||||
- 'prompt-toolkit==3.0.29; python_version == "3.6"'
|
||||
+ 'terminaltables>=3.1.10',
|
||||
+ 'pyOpenSSL>=17.5.0',
|
||||
+ 'PyYAML>=5.4',
|
||||
'prompt-toolkit>=3.0.38,<=3.0.43; python_version > "3.6"',
|
||||
- 'prompt-toolkit==3.0.29; python_version == "3.6"'
|
||||
+ 'prompt-toolkit>=3.0.29; python_version == "3.6"'
|
||||
+ 'prompt-toolkit>=3.0.38; python_version > "3.6"',
|
||||
+ 'prompt-toolkit>=3.0.29; python_version >= "3.6"'
|
||||
]
|
||||
|
||||
extras = {
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2b1f00b3d360b7b106e614f113a2a878a80434062af67afb13941e5c45f50b1
|
||||
size 5311055
|
3
oci-cli-3.42.0.tar.gz
Normal file
3
oci-cli-3.42.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ae4885cd4c7193d1a03bfbdefd8790a32aa85374bc2fb3c86879614cb54b257
|
||||
size 5330133
|
@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 11:55:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 3.42.0
|
||||
* [BREAKING] Capacity Management Service
|
||||
* Optional parameter --resource-type accepts only 2 values CAPACITY_CONSTRAINT, SERVER_HW
|
||||
* Optional parameter --workload-type accepts only 3 values GENERIC, ROW, US_PROD
|
||||
* ``oci capacity-management occ-availability-collection list``
|
||||
* ``oci capacity-management occ-availability-catalog-collection list-internal``
|
||||
* Control Center service
|
||||
* Support for Demand Signal features
|
||||
* ``oci demand-signal occ-demand-signal-collection list-occ-demand-signals``
|
||||
* ``oci demand-signal occ-demand-signal change-compartment``
|
||||
* ``oci demand-signal occ-demand-signal create``
|
||||
* ``oci demand-signal occ-demand-signal delete``
|
||||
* ``oci demand-signal occ-demand-signal get``
|
||||
* ``oci demand-signal occ-demand-signal update``
|
||||
* ``oci demand-signal occ-demand-signal patch``
|
||||
* Support for Capacity Management features
|
||||
* ``oci capacity-management occ-capacity-request patch-internal``
|
||||
* ``oci capacity-management occ-overview-collection list-internal-namespace-occ-overviews``
|
||||
* ``oci capacity-management occ-overview-collection list``
|
||||
* Database Management service
|
||||
* Support for Standby Database Monitoring
|
||||
* ``oci database-management peer-database-metrics get``
|
||||
* ``oci database-management dataguard-performance-metrics get``
|
||||
* Database service
|
||||
* Support for External Database Connector
|
||||
* ``oci db external-db-connector create-macs-connector --connection-credentials``
|
||||
* ``oci db external-db-connector update-macs-connector --connection-credentials``
|
||||
* Java Management Service
|
||||
* Support for tagging related optional parameters in Downloads API
|
||||
* ``oci jms-java-downloads java-download-report create --defined-tags, --freeform-tags``
|
||||
* ``oci jms-java-downloads java-license-acceptance-record create --defined-tags, --freeform-tags``
|
||||
* ``oci jms-java-downloads java-license-acceptance-record update --defined-tags, --freeform-tags``
|
||||
- from version 3.41.0
|
||||
* Data Science Service
|
||||
* Support for Nested Resource Principal
|
||||
* ``oci data-science job-run create --opc-parent-rpt-url``
|
||||
* ``oci data-science model-deployment create --opc-parent-rpt-url``
|
||||
* ``oci data-science pipeline-run create --opc-parent-rpt-url``
|
||||
* Support for ML Pipelines v2
|
||||
* ``oci data-science pipeline update --infrastructure-configuration-details``
|
||||
* ``oci data-science pipeline-run cancel --terminate-gracefully``
|
||||
* Support for managing Schedules in new Resource Scheduler Service
|
||||
* ``oci resource-scheduler``
|
||||
* Support for backup and replacement of MASTER, UTILITY and EDGE NODES in Big Data Service
|
||||
* ``oci bds instance backup-node``
|
||||
* ``oci bds instance create-node-backup-configuration``
|
||||
* ``oci bds instance create-node-replace-configuration``
|
||||
* ``oci bds instance get-node-backup``
|
||||
* ``oci bds instance get-node-backup-configuration``
|
||||
* ``oci bds instance get-node-replace-configuration``
|
||||
* ``oci bds instance list-node-backup-configurations``
|
||||
* ``oci bds instance list-node-backups``
|
||||
* ``oci bds instance list-node-replace-configurations``
|
||||
* ``oci bds instance replace-node``
|
||||
* ``oci bds instance update-node-backup-configuration``
|
||||
* ``oci bds instance update-node-replace-configuration``
|
||||
* ``oci bds node-backup delete``
|
||||
* ``oci bds node-backup-configuration delete``
|
||||
* ``oci bds node-replace-configuration remove``
|
||||
- Refresh patches for new version
|
||||
* oc_relax-python-depends.patch
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 09:07:21 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
%global _sitelibdir %{%{pythons}_sitelib}
|
||||
|
||||
Name: oci-cli%{psuffix}
|
||||
Version: 3.40.3
|
||||
Version: 3.42.0
|
||||
Release: 0
|
||||
Summary: Oracle Cloud Infrastructure CLI
|
||||
License: Apache-2.0
|
||||
@ -52,7 +52,7 @@ BuildRequires: %{pythons}-click >= 8.0.4
|
||||
BuildRequires: %{pythons}-cryptography >= 3.2.1
|
||||
BuildRequires: %{pythons}-devel
|
||||
BuildRequires: %{pythons}-jmespath >= 0.10.0
|
||||
BuildRequires: %{pythons}-oci-sdk >= 2.126.3
|
||||
BuildRequires: %{pythons}-oci-sdk >= 2.127.0
|
||||
BuildRequires: %{pythons}-pip
|
||||
BuildRequires: %{pythons}-pyOpenSSL >= 22.1.0
|
||||
BuildRequires: %{pythons}-python-dateutil >= 2.5.3
|
||||
@ -95,7 +95,7 @@ Requires: %{pythons}-certifi
|
||||
Requires: %{pythons}-click >= 8.0.4
|
||||
Requires: %{pythons}-cryptography >= 3.2.1
|
||||
Requires: %{pythons}-jmespath >= 0.10.0
|
||||
Requires: %{pythons}-oci-sdk >= 2.126.3
|
||||
Requires: %{pythons}-oci-sdk >= 2.127.0
|
||||
Requires: %{pythons}-prompt_toolkit >= 3.0.38
|
||||
Requires: %{pythons}-pyOpenSSL >= 22.1.0
|
||||
Requires: %{pythons}-python-dateutil >= 2.5.3
|
||||
|
Loading…
Reference in New Issue
Block a user