Compare commits
No commits in common. "factory" and "devel" have entirely different histories.
@ -1,7 +1,7 @@
|
||||
diff -Nru oci-cli-3.50.2.orig/requirements.txt oci-cli-3.50.2/requirements.txt
|
||||
--- oci-cli-3.50.2.orig/requirements.txt 2024-11-19 05:51:21.000000000 +0100
|
||||
+++ oci-cli-3.50.2/requirements.txt 2024-12-05 12:30:34.895782410 +0100
|
||||
@@ -2,51 +2,51 @@
|
||||
diff -Nru oci-cli-3.43.1.orig/requirements.txt oci-cli-3.43.1/requirements.txt
|
||||
--- oci-cli-3.43.1.orig/requirements.txt 2024-06-11 08:05:18.000000000 +0200
|
||||
+++ oci-cli-3.43.1/requirements.txt 2024-06-18 13:47:53.003455590 +0200
|
||||
@@ -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.
|
||||
|
||||
@ -12,14 +12,13 @@ diff -Nru oci-cli-3.50.2.orig/requirements.txt oci-cli-3.50.2/requirements.txt
|
||||
cffi>=1.9.1
|
||||
-click==8.0.4
|
||||
-coverage==4.5.2
|
||||
-cryptography>=3.2.1,<46.0.0
|
||||
-cryptography>=3.2.1,<43.0.0
|
||||
-httpsig-cffi==15.0.0
|
||||
-Jinja2==3.0.3; python_version == '3.6'
|
||||
-Jinja2<3.1; python_version >= '3.7'
|
||||
-Jinja2==3.0.3
|
||||
-jmespath==0.10.0
|
||||
-ndg-httpsclient==0.4.2
|
||||
-mock==2.0.0
|
||||
-oci==2.139.0
|
||||
-oci==2.128.1
|
||||
-packaging==20.2
|
||||
-pluggy==0.13.0
|
||||
-py==1.11.0
|
||||
@ -35,12 +34,11 @@ diff -Nru oci-cli-3.50.2.orig/requirements.txt oci-cli-3.50.2/requirements.txt
|
||||
+coverage>=4.5.2
|
||||
+cryptography>=3.2.1
|
||||
+httpsig-cffi>=15.0.0
|
||||
+Jinja2>=3.0.3; python_version == '3.6'
|
||||
+Jinja2; python_version >= '3.7'
|
||||
+Jinja2>=3.0.3
|
||||
+jmespath>=0.10.0
|
||||
+ndg-httpsclient>=0.4.2
|
||||
+mock>=2.0.0
|
||||
+oci>=2.139.0
|
||||
+oci>=2.128.1
|
||||
+packaging>=20.2
|
||||
+pluggy>=0.13.0
|
||||
+py>=1.11.0
|
||||
@ -54,10 +52,9 @@ diff -Nru oci-cli-3.50.2.orig/requirements.txt oci-cli-3.50.2/requirements.txt
|
||||
+python-dateutil>=2.5.3
|
||||
pytz>=2016.10
|
||||
-requests==2.21.0; python_version == '3.6'
|
||||
-requests==2.31.0; python_version == '3.7'
|
||||
-requests==2.31.0; python_version > '3.6'
|
||||
+requests>=2.21.0; python_version == '3.6'
|
||||
+requests>=2.31.0; python_version == '3.7'
|
||||
requests>=2.32.0; python_version > '3.7'
|
||||
+requests>=2.31.0; python_version > '3.6'
|
||||
six>=1.15.0
|
||||
-sphinx==3.3.0
|
||||
-sphinx-rtd-theme==0.4.3
|
||||
@ -71,7 +68,6 @@ diff -Nru oci-cli-3.50.2.orig/requirements.txt oci-cli-3.50.2/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
|
||||
@ -84,28 +80,25 @@ diff -Nru oci-cli-3.50.2.orig/requirements.txt oci-cli-3.50.2/requirements.txt
|
||||
+PyYAML>=5.4
|
||||
+docutils>=0.15.2
|
||||
+prompt-toolkit>=3.0.29; python_version == '3.6'
|
||||
+prompt-toolkit>=3.0.38; python_version > '3.6'
|
||||
setuptools>70.0.0; python_version > '3.7'
|
||||
-setuptools==68.0.0; python_version == '3.7'
|
||||
prompt-toolkit>=3.0.38,<=3.0.43; python_version > '3.6'
|
||||
setuptools>65.5.1; python_version > '3.6'
|
||||
-setuptools==59.6.0; python_version == '3.6'
|
||||
+setuptools>=68.0.0; python_version == '3.7'
|
||||
+setuptools>=59.6.0; python_version == '3.6'
|
||||
# this is required because of python 3.6 requests dependency version bound
|
||||
-urllib3<=1.26.15
|
||||
+urllib3
|
||||
diff -Nru oci-cli-3.50.2.orig/setup.py oci-cli-3.50.2/setup.py
|
||||
--- oci-cli-3.50.2.orig/setup.py 2024-11-19 05:51:21.000000000 +0100
|
||||
+++ oci-cli-3.50.2/setup.py 2024-12-05 12:22:45.025213713 +0100
|
||||
@@ -30,21 +30,21 @@
|
||||
urllib3<=1.26.15
|
||||
diff -Nru oci-cli-3.43.1.orig/setup.py oci-cli-3.43.1/setup.py
|
||||
--- oci-cli-3.43.1.orig/setup.py 2024-06-11 08:05:18.000000000 +0200
|
||||
+++ oci-cli-3.43.1/setup.py 2024-06-18 13:46:47.849464815 +0200
|
||||
@@ -30,24 +30,24 @@
|
||||
readme = f.read()
|
||||
|
||||
requires = [
|
||||
- 'oci==2.139.0',
|
||||
+ 'oci>=2.139.0',
|
||||
- 'oci==2.128.1',
|
||||
+ 'oci>=2.128.1',
|
||||
'arrow>=1.0.0',
|
||||
'certifi',
|
||||
- 'click==8.0.4',
|
||||
- 'cryptography>=3.2.1,<46.0.0',
|
||||
- 'cryptography>=3.2.1,<43.0.0',
|
||||
- 'jmespath==0.10.0',
|
||||
- 'python-dateutil>=2.5.3,<3.0.0',
|
||||
+ 'click>=8.0.4',
|
||||
@ -121,10 +114,13 @@ diff -Nru oci-cli-3.50.2.orig/setup.py oci-cli-3.50.2/setup.py
|
||||
+ '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"',
|
||||
- 'setuptools>70.0.0; python_version == "3.12"'
|
||||
+ 'prompt-toolkit>=3.0.29; python_version == "3.6"',
|
||||
+ 'setuptools>70.0.0; python_version >= "3.12"'
|
||||
- 'prompt-toolkit==3.0.29; python_version == "3.6"'
|
||||
+ 'prompt-toolkit>=3.0.29; python_version == "3.6"'
|
||||
]
|
||||
|
||||
extras = {
|
||||
- 'db': ['cx_Oracle==8.3']
|
||||
+ 'db': ['cx_Oracle>=8.3']
|
||||
}
|
||||
|
||||
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
|
||||
|
3
oci-cli-3.43.1.tar.gz
Normal file
3
oci-cli-3.43.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ff1a005281a2a744e56585c05e939ebe07681d9e94e00c796666dc788f6aa20
|
||||
size 5346306
|
BIN
oci-cli-3.50.2.tar.gz
(Stored with Git LFS)
BIN
oci-cli-3.50.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
1057
oci-cli.changes
1057
oci-cli.changes
File diff suppressed because it is too large
Load Diff
@ -36,7 +36,7 @@
|
||||
%global _sitelibdir %{%{pythons}_sitelib}
|
||||
|
||||
Name: oci-cli%{psuffix}
|
||||
Version: 3.50.2
|
||||
Version: 3.43.1
|
||||
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.129.3
|
||||
BuildRequires: %{pythons}-oci-sdk >= 2.128.1
|
||||
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.129.3
|
||||
Requires: %{pythons}-oci-sdk >= 2.128.1
|
||||
Requires: %{pythons}-prompt_toolkit >= 3.0.38
|
||||
Requires: %{pythons}-pyOpenSSL >= 22.1.0
|
||||
Requires: %{pythons}-python-dateutil >= 2.5.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user