Dirk Mueller
4b56a16c4f
- Update to version 3.4.4 * Below services were added to support the Account Management finance data * One Subscription Billing Schedule service * ``oci osub-billing-schedule billing-schedule-summary`` * One Subscription Subscription service * ``oci osub-subscription commitment`` * ``oci osub-subscription ratecard`` * ``oci osub-subscription subscription`` * One Subscription Usage service * ``oci osub-usage computed-usage`` * ``oci osub-usage computed-usage-aggregated-summary`` * One Subscription Organization subscription service * ``oci osub-organization-subscription subscription`` * Support for new field 'type' to specify if a run or application is streaming or batch in the Data Flow service * ``oci data-flow application create --type`` * ``oci data-flow run create --type`` * ``oci data-flow run submit --type`` - from version 3.4.3 * Support for calling Oracle Cloud Infrastructure services in the me-dcc-muscat-1 region * Support for the Visual Builder service * ``oci visual-builder`` * Support for cross-region replication of volume groups in the Block Storage service * ``oci bv volume-group create --volume-group-replicas`` * ``oci bv volume-group update --volume-group-replicas`` * Support for boot volume encryption in the Container Engine for Kubernetes service * ``oci ce node-pool create --is-pv-encryption-in-transit-enabled, --kms-key-id`` * ``oci ce node-pool update --is-pv-encryption-in-transit-enabled, --kms-key-id`` * Support for adding metadata to records when creating and OBS-URL: https://build.opensuse.org/request/show/949352 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=28
111 lines
2.4 KiB
Diff
111 lines
2.4 KiB
Diff
diff -Nru oci-cli-3.4.4.orig/requirements.txt oci-cli-3.4.4/requirements.txt
|
|
--- oci-cli-3.4.4.orig/requirements.txt 2022-01-25 23:44:54.000000000 +0100
|
|
+++ oci-cli-3.4.4/requirements.txt 2022-01-26 23:22:59.554963706 +0100
|
|
@@ -2,40 +2,40 @@
|
|
# (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
|
|
+appdirs>=1.4.3
|
|
arrow>=1.0.0
|
|
certifi
|
|
cffi>=1.9.1
|
|
-click==7.1.2
|
|
-coverage==4.5.2
|
|
-cryptography==3.3.2
|
|
-httpsig-cffi==15.0.0
|
|
-Jinja2==2.11.3
|
|
-jmespath==0.10.0
|
|
-ndg-httpsclient==0.4.2
|
|
-mock==2.0.0
|
|
-oci==2.55.0
|
|
-packaging==20.2
|
|
-pluggy==0.13.0
|
|
-py==1.10.0
|
|
-pyasn1==0.2.3
|
|
-pyOpenSSL==19.1.0
|
|
-pycparser==2.20
|
|
-pyparsing==2.2.0
|
|
-pytest==3.2.3
|
|
-pytest-cov==2.5.1
|
|
-python-dateutil>=2.5.3,<3.0.0
|
|
+click>=7.1.2
|
|
+coverage>=4.5.2
|
|
+cryptography>=3.3.2
|
|
+httpsig-cffi>=15.0.0
|
|
+Jinja2>=2.11.3
|
|
+jmespath>=0.10.0
|
|
+ndg-httpsclient>=0.4.2
|
|
+mock>=2.0.0
|
|
+oci>=2.55.0
|
|
+packaging>=20.2
|
|
+pluggy>=0.13.0
|
|
+py>=1.10.0
|
|
+pyasn1>=0.2.3
|
|
+pyOpenSSL>=19.1.0
|
|
+pycparser>=2.20
|
|
+pyparsing>=2.2.0
|
|
+pytest>=3.2.3
|
|
+pytest-cov>=2.5.1
|
|
+python-dateutil>=2.5.3
|
|
pytz>=2016.10
|
|
-requests==2.21.0
|
|
+requests>=2.21.0
|
|
setuptools<45
|
|
six>=1.15.0
|
|
-sphinx==3.3.0
|
|
-sphinx-rtd-theme==0.4.3
|
|
-terminaltables==3.1.0
|
|
-tox==3.23.0
|
|
-vcrpy==1.13.0
|
|
-virtualenv==20.13.0
|
|
-pytest-xdist==1.22.2
|
|
-pytest-forked==1.0.2
|
|
-PyYAML>=5.4,<6
|
|
-docutils==0.15.2
|
|
+sphinx>=3.3.0
|
|
+sphinx-rtd-theme>=0.4.3
|
|
+terminaltables>=3.1.0
|
|
+tox>=3.23.0
|
|
+vcrpy>=1.13.0
|
|
+virtualenv>=20.13.0
|
|
+pytest-xdist>=1.22.2
|
|
+pytest-forked>=1.0.2
|
|
+PyYAML>=5.4
|
|
+docutils>=0.15.2
|
|
diff -Nru oci-cli-3.4.4.orig/setup.py oci-cli-3.4.4/setup.py
|
|
--- oci-cli-3.4.4.orig/setup.py 2022-01-25 23:44:54.000000000 +0100
|
|
+++ oci-cli-3.4.4/setup.py 2022-01-26 23:22:32.402743241 +0100
|
|
@@ -29,22 +29,22 @@
|
|
readme = f.read()
|
|
|
|
requires = [
|
|
- 'oci==2.55.0',
|
|
+ 'oci>=2.55.0',
|
|
'arrow>=1.0.0',
|
|
'certifi',
|
|
- 'click==7.1.2',
|
|
- 'cryptography>=3.2.1,<=3.4.7',
|
|
- 'jmespath==0.10.0',
|
|
- 'python-dateutil>=2.5.3,<3.0.0',
|
|
+ 'click>=7.1.2',
|
|
+ 'cryptography>=3.2.1',
|
|
+ 'jmespath>=0.10.0',
|
|
+ 'python-dateutil>=2.5.3',
|
|
'pytz>=2016.10',
|
|
'six>=1.15.0',
|
|
- 'terminaltables==3.1.0',
|
|
- 'pyOpenSSL==19.1.0',
|
|
- 'PyYAML>=5.4,<6'
|
|
+ 'terminaltables>=3.1.0',
|
|
+ 'pyOpenSSL>=19.1.0',
|
|
+ 'PyYAML>=5.4'
|
|
]
|
|
|
|
extras = {
|
|
- 'db': ['cx_Oracle==7.0']
|
|
+ 'db': ['cx_Oracle>=7.0']
|
|
}
|
|
|
|
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
|