Accepting request 1188556 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/1188556 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=67
This commit is contained in:
commit
b765966f38
@ -1,6 +1,6 @@
|
|||||||
diff -Nru oci-cli-3.44.1.orig/requirements.txt oci-cli-3.44.1/requirements.txt
|
diff -Nru oci-cli-3.44.2.orig/requirements.txt oci-cli-3.44.2/requirements.txt
|
||||||
--- oci-cli-3.44.1.orig/requirements.txt 2024-07-02 15:35:28.000000000 +0200
|
--- oci-cli-3.44.2.orig/requirements.txt 2024-07-09 10:10:47.000000000 +0200
|
||||||
+++ oci-cli-3.44.1/requirements.txt 2024-07-09 08:39:24.754099775 +0200
|
+++ oci-cli-3.44.2/requirements.txt 2024-07-17 15:27:22.316700780 +0200
|
||||||
@@ -2,48 +2,48 @@
|
@@ -2,48 +2,48 @@
|
||||||
# (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.44.1.orig/requirements.txt oci-cli-3.44.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.129.1
|
-oci==2.129.2
|
||||||
-packaging==20.2
|
-packaging==20.2
|
||||||
-pluggy==0.13.0
|
-pluggy==0.13.0
|
||||||
-py==1.11.0
|
-py==1.11.0
|
||||||
@ -38,7 +38,7 @@ diff -Nru oci-cli-3.44.1.orig/requirements.txt oci-cli-3.44.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.129.1
|
+oci>=2.129.2
|
||||||
+packaging>=20.2
|
+packaging>=20.2
|
||||||
+pluggy>=0.13.0
|
+pluggy>=0.13.0
|
||||||
+py>=1.11.0
|
+py>=1.11.0
|
||||||
@ -86,15 +86,15 @@ diff -Nru oci-cli-3.44.1.orig/requirements.txt oci-cli-3.44.1/requirements.txt
|
|||||||
+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
|
# this is required because of python 3.6 requests dependency version bound
|
||||||
urllib3<=1.26.15
|
urllib3<=1.26.15
|
||||||
diff -Nru oci-cli-3.44.1.orig/setup.py oci-cli-3.44.1/setup.py
|
diff -Nru oci-cli-3.44.2.orig/setup.py oci-cli-3.44.2/setup.py
|
||||||
--- oci-cli-3.44.1.orig/setup.py 2024-07-02 15:35:28.000000000 +0200
|
--- oci-cli-3.44.2.orig/setup.py 2024-07-09 10:10:47.000000000 +0200
|
||||||
+++ oci-cli-3.44.1/setup.py 2024-07-09 08:37:55.513854169 +0200
|
+++ oci-cli-3.44.2/setup.py 2024-07-17 15:24:28.993043047 +0200
|
||||||
@@ -30,20 +30,20 @@
|
@@ -30,18 +30,18 @@
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
- 'oci==2.129.1',
|
- 'oci==2.129.2',
|
||||||
+ 'oci>=2.129.1',
|
+ 'oci>=2.129.2',
|
||||||
'arrow>=1.0.0',
|
'arrow>=1.0.0',
|
||||||
'certifi',
|
'certifi',
|
||||||
- 'click==8.0.4',
|
- 'click==8.0.4',
|
||||||
@ -114,8 +114,5 @@ diff -Nru oci-cli-3.44.1.orig/setup.py oci-cli-3.44.1/setup.py
|
|||||||
+ 'pyOpenSSL>=17.5.0',
|
+ 'pyOpenSSL>=17.5.0',
|
||||||
+ 'PyYAML>=5.4',
|
+ 'PyYAML>=5.4',
|
||||||
'prompt-toolkit>=3.0.38,<=3.0.43; python_version > "3.6"',
|
'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.29; python_version == "3.6"'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
extras = {
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3861a310eab3ba022c04a6d8eaa755ad1147f0c6e5e920097de9d181ff733f09
|
|
||||||
size 5358821
|
|
3
oci-cli-3.44.2.tar.gz
Normal file
3
oci-cli-3.44.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:57cefc0bebb3b1872c4f17bad5242965803112a4e5d56d2eab62e00620d040fb
|
||||||
|
size 5359326
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 17 13:27:41 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.44.2
|
||||||
|
* Database Service
|
||||||
|
* Support for create new DB with OKV
|
||||||
|
* ``oci db database create --key-store-id``
|
||||||
|
* Support for confirm key store details are correct
|
||||||
|
* ``oci db key-store confirm-key-store-details-are-correct --key-store-id``
|
||||||
|
- Refresh patches for new version
|
||||||
|
* oc_relax-python-depends.patch
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 9 06:39:46 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Jul 9 06:39:46 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
%global _sitelibdir %{%{pythons}_sitelib}
|
%global _sitelibdir %{%{pythons}_sitelib}
|
||||||
|
|
||||||
Name: oci-cli%{psuffix}
|
Name: oci-cli%{psuffix}
|
||||||
Version: 3.44.1
|
Version: 3.44.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Oracle Cloud Infrastructure CLI
|
Summary: Oracle Cloud Infrastructure CLI
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -52,7 +52,7 @@ BuildRequires: %{pythons}-click >= 8.0.4
|
|||||||
BuildRequires: %{pythons}-cryptography >= 3.2.1
|
BuildRequires: %{pythons}-cryptography >= 3.2.1
|
||||||
BuildRequires: %{pythons}-devel
|
BuildRequires: %{pythons}-devel
|
||||||
BuildRequires: %{pythons}-jmespath >= 0.10.0
|
BuildRequires: %{pythons}-jmespath >= 0.10.0
|
||||||
BuildRequires: %{pythons}-oci-sdk >= 2.129.1
|
BuildRequires: %{pythons}-oci-sdk >= 2.129.2
|
||||||
BuildRequires: %{pythons}-pip
|
BuildRequires: %{pythons}-pip
|
||||||
BuildRequires: %{pythons}-pyOpenSSL >= 22.1.0
|
BuildRequires: %{pythons}-pyOpenSSL >= 22.1.0
|
||||||
BuildRequires: %{pythons}-python-dateutil >= 2.5.3
|
BuildRequires: %{pythons}-python-dateutil >= 2.5.3
|
||||||
@ -95,7 +95,7 @@ Requires: %{pythons}-certifi
|
|||||||
Requires: %{pythons}-click >= 8.0.4
|
Requires: %{pythons}-click >= 8.0.4
|
||||||
Requires: %{pythons}-cryptography >= 3.2.1
|
Requires: %{pythons}-cryptography >= 3.2.1
|
||||||
Requires: %{pythons}-jmespath >= 0.10.0
|
Requires: %{pythons}-jmespath >= 0.10.0
|
||||||
Requires: %{pythons}-oci-sdk >= 2.129.1
|
Requires: %{pythons}-oci-sdk >= 2.129.2
|
||||||
Requires: %{pythons}-prompt_toolkit >= 3.0.38
|
Requires: %{pythons}-prompt_toolkit >= 3.0.38
|
||||||
Requires: %{pythons}-pyOpenSSL >= 22.1.0
|
Requires: %{pythons}-pyOpenSSL >= 22.1.0
|
||||||
Requires: %{pythons}-python-dateutil >= 2.5.3
|
Requires: %{pythons}-python-dateutil >= 2.5.3
|
||||||
|
Loading…
Reference in New Issue
Block a user