oci-cli/oc_relax-python-depends.patch
John Paul Adrian Glaubitz 5fbfc87254 Accepting request 910029 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.26.4
  * Support for filtering by tag on capacity planning and SQL warehouse
    list operations in the Operations Insights service
    * Parameters ``defined-tag-equals``, ``freeform-tag-equals``, ``defined-tag-exists``,
      ``freeform-tag-exists`` are added for some commands under ``oci opsi database-insights``
  * Support for creating cross-region autonomous data guards in the Database service
    * ``oci db autonomous-database create-cross-region-data-guard``
    * ``oci db autonomous-database fail-over --peer-db-id``
    * ``oci db autonomous-database switchover --peer-db-id``
    * ``oci db autonomous-database update --peer-db-id``
  * Support for the customer contacts feature on cloud exadata infrastructure
    in the Database service
    * ``oci db cloud-exa-infra create --customer-contacts``
    * ``oci db cloud-exa-infra update --customer-contacts``
  * Support for cost analysis custom tables in the Usage service
    * ``oci usage-api custom-table``
  * Support non-default config file locations for ``oci session validate``
    and ``oci session terminate``
  * Support to add passphrase for session authentication (``oci session authenticate``)
- from version 2.26.3
  * Support for empty and dry-run options while deleting buckets in Object Storage service  
    * ``oci os bucket delete --empty  --dry-run``
    * ``oci os bucket delete --empty``
  * Support for schedules and tasks in Data Integration service
    * ``oci data-integration schedule``
    * ``oci data-integration task``
  * Database service
    * Support for getting available updates and updating histories for a VM cluster
      * ``oci db vm-cluster get-update --update-id <Update OCID> --vm-cluster-id <VM Cluster OCID>``
      * ``oci db vm-cluster list-updates --vm-cluster-id <VM Cluster OCID>

OBS-URL: https://build.opensuse.org/request/show/910029
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=23
2021-08-04 06:03:49 +00:00

114 lines
2.5 KiB
Diff

diff -Nru oci-cli-2.26.4.orig/requirements.txt oci-cli-2.26.4/requirements.txt
--- oci-cli-2.26.4.orig/requirements.txt 2021-07-27 20:09:09.000000000 +0200
+++ oci-cli-2.26.4/requirements.txt 2021-08-03 15:54:35.684471717 +0200
@@ -2,40 +2,39 @@
# (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
-arrow==0.17.0
+appdirs>=1.4.3
+arrow>=0.17.0
certifi
cffi>=1.9.1
-click==6.7
-configparser==4.0.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.43.1
-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>=6.7
+configparser>=4.0.2
+coverage>=4.5.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.43.1
+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.14.0
-sphinx==1.6.4
-sphinx-rtd-theme==0.2.5b1
-terminaltables==3.1.0
-tox==3.23.0
-vcrpy==1.13.0
-virtualenv==16.7.10
-pytest-xdist==1.22.2
-pytest-forked==1.0.2
-PyYAML>=5.4,<6
+six>=1.14.0
+sphinx>=1.6.4
+sphinx-rtd-theme>=0.2.5b1
+terminaltables>=3.1.0
+tox>=3.23.0
+vcrpy>=1.13.0
+virtualenv>=16.7.10
+pytest-xdist>=1.22.2
+pytest-forked>=1.0.2
+PyYAML>=5.4
diff -Nru oci-cli-2.26.4.orig/setup.py oci-cli-2.26.4/setup.py
--- oci-cli-2.26.4.orig/setup.py 2021-07-27 20:09:09.000000000 +0200
+++ oci-cli-2.26.4/setup.py 2021-08-03 15:55:02.220778206 +0200
@@ -30,23 +30,22 @@
readme = f.read()
requires = [
- 'oci==2.43.1',
- 'arrow==0.17.0',
+ 'oci>=2.43.1',
+ 'arrow>=0.17.0',
'certifi',
- 'click==6.7',
- 'configparser==4.0.2',
- 'cryptography>=3.2.1,<=3.4.7',
- 'jmespath==0.10.0',
- 'python-dateutil>=2.5.3,<3.0.0',
+ 'click>=6.7',
+ 'cryptography>=3.2.1',
+ 'jmespath>=0.10.0',
+ 'python-dateutil>=2.5.3',
'pytz>=2016.10',
- 'six==1.14.0',
- 'terminaltables==3.1.0',
- 'pyOpenSSL==19.1.0',
+ 'six>=1.14.0',
+ 'terminaltables>=3.1.0',
+ 'pyOpenSSL>=19.1.0',
'PyYAML>=5.4,<6'
]
extras = {
- 'db': ['cx_Oracle==7.0']
+ 'db': ['cx_Oracle>=7.0']
}
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")