2023-10-20 08:46:08 +02:00
|
|
|
Common subdirectories: oci-cli-3.34.0.orig/.github and oci-cli-3.34.0/.github
|
|
|
|
Common subdirectories: oci-cli-3.34.0.orig/images and oci-cli-3.34.0/images
|
|
|
|
diff -u oci-cli-3.34.0.orig/requirements.txt oci-cli-3.34.0/requirements.txt
|
|
|
|
--- oci-cli-3.34.0.orig/requirements.txt 2023-10-17 09:37:30.000000000 +0200
|
|
|
|
+++ oci-cli-3.34.0/requirements.txt 2023-10-19 11:17:39.414445782 +0200
|
2023-07-16 11:29:19 +02:00
|
|
|
@@ -2,47 +2,47 @@
|
2019-09-04 08:40:57 +02:00
|
|
|
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
|
|
|
|
# you may need to use the --extra-index-url option instead.
|
|
|
|
|
|
|
|
-appdirs==1.4.3
|
2021-06-30 11:24:12 +02:00
|
|
|
+appdirs>=1.4.3
|
2021-10-27 15:46:23 +02:00
|
|
|
arrow>=1.0.0
|
2019-09-04 08:40:57 +02:00
|
|
|
certifi
|
|
|
|
cffi>=1.9.1
|
2023-03-15 09:21:50 +01:00
|
|
|
-click==8.0.4
|
2020-03-16 17:10:29 +01:00
|
|
|
-coverage==4.5.2
|
2023-07-16 11:29:19 +02:00
|
|
|
-cryptography>=3.2.1,<42.0.0
|
2019-09-04 08:40:57 +02:00
|
|
|
-httpsig-cffi==15.0.0
|
2022-04-08 09:48:50 +02:00
|
|
|
-Jinja2==3.0.3
|
2020-09-09 20:32:27 +02:00
|
|
|
-jmespath==0.10.0
|
2019-09-04 08:40:57 +02:00
|
|
|
-ndg-httpsclient==0.4.2
|
|
|
|
-mock==2.0.0
|
2023-10-20 08:46:08 +02:00
|
|
|
-oci==2.113.0
|
2020-09-09 20:32:27 +02:00
|
|
|
-packaging==20.2
|
2021-05-15 21:55:47 +02:00
|
|
|
-pluggy==0.13.0
|
2023-09-12 12:20:37 +02:00
|
|
|
-py==1.11.0
|
2019-09-04 08:40:57 +02:00
|
|
|
-pyasn1==0.2.3
|
2023-03-29 08:50:55 +02:00
|
|
|
-pyOpenSSL>=17.5.0,<24.0.0
|
2023-01-26 14:37:12 +01:00
|
|
|
-pycparser==2.20
|
|
|
|
-pyparsing==2.2.0
|
2023-03-15 09:21:50 +01:00
|
|
|
-pytest==4.6.10; python_version <= '3.9'
|
|
|
|
-pytest==7.1.2; python_version >= '3.10'
|
2023-01-26 14:37:12 +01:00
|
|
|
-pytest-cov==2.5.1
|
|
|
|
-python-dateutil>=2.5.3,<3.0.0
|
2023-03-15 09:21:50 +01:00
|
|
|
+click>=8.0.4
|
2021-06-30 11:24:12 +02:00
|
|
|
+coverage>=4.5.2
|
2022-07-25 16:05:08 +02:00
|
|
|
+cryptography>=3.2.1
|
2021-06-30 11:24:12 +02:00
|
|
|
+httpsig-cffi>=15.0.0
|
2022-04-08 09:48:50 +02:00
|
|
|
+Jinja2>=3.0.3
|
2021-06-30 11:24:12 +02:00
|
|
|
+jmespath>=0.10.0
|
|
|
|
+ndg-httpsclient>=0.4.2
|
|
|
|
+mock>=2.0.0
|
2023-10-20 08:46:08 +02:00
|
|
|
+oci>=2.113.0
|
2021-06-30 11:24:12 +02:00
|
|
|
+packaging>=20.2
|
|
|
|
+pluggy>=0.13.0
|
2023-09-12 12:20:37 +02:00
|
|
|
+py>=1.11.0
|
2021-06-30 11:24:12 +02:00
|
|
|
+pyasn1>=0.2.3
|
2023-01-26 14:37:12 +01:00
|
|
|
+pyOpenSSL>=17.5.0
|
2021-06-30 11:24:12 +02:00
|
|
|
+pycparser>=2.20
|
|
|
|
+pyparsing>=2.2.0
|
2023-03-15 09:21:50 +01:00
|
|
|
+pytest>=4.6.10; python_version <= '3.9'
|
|
|
|
+pytest>=7.1.2; python_version >= '3.10'
|
2021-06-30 11:24:12 +02:00
|
|
|
+pytest-cov>=2.5.1
|
|
|
|
+python-dateutil>=2.5.3
|
2020-03-16 17:10:29 +01:00
|
|
|
pytz>=2016.10
|
2023-07-16 11:29:19 +02:00
|
|
|
-requests==2.21.0; python_version == '3.6'
|
|
|
|
-requests==2.31.0; python_version > '3.6'
|
|
|
|
+requests>=2.21.0; python_version >= '3.6'
|
|
|
|
+requests>=2.31.0; python_version > '3.6'
|
2021-08-30 09:56:47 +02:00
|
|
|
six>=1.15.0
|
2022-01-27 09:01:30 +01:00
|
|
|
-sphinx==3.3.0
|
2021-08-30 09:56:47 +02:00
|
|
|
-sphinx-rtd-theme==0.4.3
|
2020-03-16 17:10:29 +01:00
|
|
|
-terminaltables==3.1.0
|
2021-05-15 21:55:47 +02:00
|
|
|
-tox==3.23.0
|
2023-03-15 09:21:50 +01:00
|
|
|
-vcrpy==1.13.0; python_version <= '3.9'
|
|
|
|
-vcrpy==4.2.1; python_version >= '3.10'
|
2022-01-27 09:01:30 +01:00
|
|
|
-virtualenv==20.13.0
|
2020-03-16 17:10:29 +01:00
|
|
|
-pytest-xdist==1.22.2
|
|
|
|
-pytest-forked==1.0.2
|
2023-09-12 12:20:37 +02:00
|
|
|
-PyYAML>=5.4,<=6.0.1
|
2023-02-09 12:23:27 +01:00
|
|
|
-docutils==0.15.2
|
|
|
|
-prompt-toolkit==3.0.29
|
2022-01-27 09:01:30 +01:00
|
|
|
+sphinx>=3.3.0
|
2021-08-30 09:56:47 +02:00
|
|
|
+sphinx-rtd-theme>=0.4.3
|
2021-06-30 11:24:12 +02:00
|
|
|
+terminaltables>=3.1.0
|
|
|
|
+tox>=3.23.0
|
2023-03-15 09:21:50 +01:00
|
|
|
+vcrpy>=1.13.0; python_version <= '3.9'
|
|
|
|
+vcrpy>=4.2.1; python_version >= '3.10'
|
2022-01-27 09:01:30 +01:00
|
|
|
+virtualenv>=20.13.0
|
2021-06-30 11:24:12 +02:00
|
|
|
+pytest-xdist>=1.22.2
|
|
|
|
+pytest-forked>=1.0.2
|
2023-02-09 12:23:27 +01:00
|
|
|
+PyYAML>=5.4
|
2021-08-30 09:56:47 +02:00
|
|
|
+docutils>=0.15.2
|
2022-07-03 17:29:37 +02:00
|
|
|
+prompt-toolkit>=3.0.29
|
2023-01-26 14:37:12 +01:00
|
|
|
setuptools>65.5.1; python_version > '3.6'
|
|
|
|
-setuptools==59.6.0; python_version == '3.6'
|
|
|
|
+setuptools>=59.6.0; python_version >= '3.6'
|
2023-07-16 11:29:19 +02:00
|
|
|
# this is required because of python 3.6 requests dependency version bound
|
|
|
|
-urllib3<=1.26.15
|
|
|
|
\ No newline at end of file
|
|
|
|
+urllib3<=1.26.15
|
2023-10-20 08:46:08 +02:00
|
|
|
Common subdirectories: oci-cli-3.34.0.orig/scripts and oci-cli-3.34.0/scripts
|
|
|
|
Common subdirectories: oci-cli-3.34.0.orig/services and oci-cli-3.34.0/services
|
|
|
|
diff -u oci-cli-3.34.0.orig/setup.py oci-cli-3.34.0/setup.py
|
|
|
|
--- oci-cli-3.34.0.orig/setup.py 2023-10-17 09:37:30.000000000 +0200
|
|
|
|
+++ oci-cli-3.34.0/setup.py 2023-10-19 11:18:17.151197418 +0200
|
2023-06-22 13:42:30 +02:00
|
|
|
@@ -30,23 +30,23 @@
|
2022-07-25 16:05:08 +02:00
|
|
|
readme = f.read()
|
|
|
|
|
|
|
|
requires = [
|
2023-10-20 08:46:08 +02:00
|
|
|
- 'oci==2.113.0',
|
|
|
|
+ 'oci>=2.113.0',
|
2022-07-25 16:05:08 +02:00
|
|
|
'arrow>=1.0.0',
|
|
|
|
'certifi',
|
2023-03-15 09:21:50 +01:00
|
|
|
- 'click==8.0.4',
|
2023-10-20 08:46:08 +02:00
|
|
|
- 'cryptography>=3.2.1,<42.0.0',
|
2023-10-04 11:35:07 +02:00
|
|
|
- 'jmespath==0.10.0',
|
2023-10-20 08:46:08 +02:00
|
|
|
- 'python-dateutil>=2.5.3,<3.0.0',
|
|
|
|
+ 'click>=8.0.4',
|
|
|
|
+ 'cryptography>=3.2.1',
|
2022-07-25 16:05:08 +02:00
|
|
|
+ 'jmespath>=0.10.0',
|
2023-10-20 08:46:08 +02:00
|
|
|
+ 'python-dateutil>=2.5.3',
|
2022-07-25 16:05:08 +02:00
|
|
|
'pytz>=2016.10',
|
|
|
|
'six>=1.15.0',
|
|
|
|
- 'terminaltables==3.1.0',
|
2023-10-20 08:46:08 +02:00
|
|
|
- 'pyOpenSSL>=17.5.0,<24.0.0',
|
|
|
|
- 'PyYAML>=5.4,<=6.0.1',
|
2023-10-04 11:35:07 +02:00
|
|
|
- 'prompt-toolkit==3.0.29'
|
2023-10-20 08:46:08 +02:00
|
|
|
+ 'terminaltables>=3.1.0',
|
|
|
|
+ 'pyOpenSSL>=17.5.0',
|
|
|
|
+ 'PyYAML>=5.4',
|
2022-07-25 16:05:08 +02:00
|
|
|
+ 'prompt-toolkit>=3.0.29'
|
|
|
|
]
|
|
|
|
|
|
|
|
extras = {
|
|
|
|
- 'db': ['cx_Oracle==8.3']
|
|
|
|
+ 'db': ['cx_Oracle>=8.3']
|
|
|
|
}
|
|
|
|
|
|
|
|
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
|
2023-10-20 08:46:08 +02:00
|
|
|
Common subdirectories: oci-cli-3.34.0.orig/src and oci-cli-3.34.0/src
|
|
|
|
Common subdirectories: oci-cli-3.34.0.orig/tests and oci-cli-3.34.0/tests
|