Accepting request 1096573 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/1096573 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=44
This commit is contained in:
commit
5e80d5e34e
@ -1,6 +1,6 @@
|
|||||||
diff -Nru oci-cli-3.29.1.orig/requirements.txt oci-cli-3.29.1/requirements.txt
|
diff -Nru oci-cli-3.29.2.orig/requirements.txt oci-cli-3.29.2/requirements.txt
|
||||||
--- oci-cli-3.29.1.orig/requirements.txt 2023-06-21 00:54:35.000000000 +0200
|
--- oci-cli-3.29.2.orig/requirements.txt 2023-06-28 00:37:36.000000000 +0200
|
||||||
+++ oci-cli-3.29.1/requirements.txt 2023-06-22 12:01:51.334890518 +0200
|
+++ oci-cli-3.29.2/requirements.txt 2023-06-29 14:08:48.758204203 +0200
|
||||||
@@ -2,44 +2,44 @@
|
@@ -2,44 +2,44 @@
|
||||||
# (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.29.1.orig/requirements.txt oci-cli-3.29.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.104.3
|
-oci==2.105.0
|
||||||
-packaging==20.2
|
-packaging==20.2
|
||||||
-pluggy==0.13.0
|
-pluggy==0.13.0
|
||||||
-py==1.10.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
|
+jmespath>=0.10.0
|
||||||
+ndg-httpsclient>=0.4.2
|
+ndg-httpsclient>=0.4.2
|
||||||
+mock>=2.0.0
|
+mock>=2.0.0
|
||||||
+oci>=2.104.3
|
+oci>=2.105.0
|
||||||
+packaging>=20.2
|
+packaging>=20.2
|
||||||
+pluggy>=0.13.0
|
+pluggy>=0.13.0
|
||||||
+py>=1.10.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'
|
-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.29.1.orig/setup.py oci-cli-3.29.1/setup.py
|
diff -Nru oci-cli-3.29.2.orig/setup.py oci-cli-3.29.2/setup.py
|
||||||
--- oci-cli-3.29.1.orig/setup.py 2023-06-21 00:54:35.000000000 +0200
|
--- oci-cli-3.29.2.orig/setup.py 2023-06-28 00:37:36.000000000 +0200
|
||||||
+++ oci-cli-3.29.1/setup.py 2023-06-22 12:00:40.878177225 +0200
|
+++ oci-cli-3.29.2/setup.py 2023-06-29 14:08:07.717216704 +0200
|
||||||
@@ -30,23 +30,23 @@
|
@@ -30,23 +30,23 @@
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
- 'oci==2.104.3',
|
- 'oci==2.105.0',
|
||||||
+ 'oci>=2.104.3',
|
+ 'oci>=2.105.0',
|
||||||
'arrow>=1.0.0',
|
'arrow>=1.0.0',
|
||||||
'certifi',
|
'certifi',
|
||||||
- 'click==8.0.4',
|
- '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',
|
+ 'click>=8.0.4',
|
||||||
+ 'cryptography>=3.2.1',
|
'cryptography>=3.2.1,<40.0.0',
|
||||||
|
- 'jmespath==0.10.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',
|
'pytz>=2016.10',
|
||||||
'six>=1.15.0',
|
'six>=1.15.0',
|
||||||
- 'terminaltables==3.1.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',
|
+ 'terminaltables>=3.1.0',
|
||||||
+ 'pyOpenSSL>=17.5.0',
|
'pyOpenSSL>=17.5.0,<24.0.0',
|
||||||
+ 'PyYAML>=5.4',
|
'PyYAML>=5.4,<=6',
|
||||||
|
- 'prompt-toolkit==3.0.29'
|
||||||
+ 'prompt-toolkit>=3.0.29'
|
+ 'prompt-toolkit>=3.0.29'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:331877ea0a4edbfc20145ae223c28927cf3a6ab38b64f34e5c98e94ec7787f57
|
|
||||||
size 3916325
|
|
3
oci-cli-3.29.2.tar.gz
Normal file
3
oci-cli-3.29.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5fafc3ad1ea13397954a7f40afc0f11722c609f9358e9d675aaea6eab0027912
|
||||||
|
size 3995445
|
@ -1,3 +1,70 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 29 11:59:43 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
Thu Jun 22 10:23:51 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: oci-cli%{psuffix}
|
Name: oci-cli%{psuffix}
|
||||||
Version: 3.29.1
|
Version: 3.29.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.104.3
|
BuildRequires: python3-oci-sdk >= 2.105.0
|
||||||
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
|
||||||
@ -85,7 +85,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.104.3
|
Requires: python3-oci-sdk >= 2.105.0
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user