SHA256
1
0
forked from pool/oci-cli
oci-cli/oc_relax-python-depends.patch
John Paul Adrian Glaubitz 53f083e90f Accepting request 1145107 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.37.8
  * Support for the Globally Distributed Database Service
    * ``oci gdd``
  * Support for Data Sources, including Prometheus Emitter,
    in the Management Agent Service
    * ``oci management-agent agent create-prometheus-emitter``
  * Support for Bring Your Own Certificates in MySQL HeatWave Database Service
    * ``oci mysql db-system clone --secure-connections``
    * ``oci mysql db-system create --secure-connections``
    * ``oci mysql db-system import --secure-connections``
    * ``oci mysql db-system update --secure-connections``
  * Support for resource locking operations in the Digital Media Services
    * ``oci media-services media-asset add --type full``
  * Vault Secret Management Service
    * Support for the secret rotation
      * ``oci vault secret rotate``
    * Support for cancelling the ongoing rotation
      * ``oci vault secret cancelrotation``
  * Vault Key Management Service
    * Support for Dedicated KMS
      * ``oci kms kms-hsm-cluster hsm-cluster cancel-hsm-cluster-deletion --hsm-cluster-id``
      * ``oci kms kms-hsm-cluster hsm-cluster change-compartment --compartment-id``
      * ``oci kms kms-hsm-cluster hsm-cluster create --compartment-id``
      * ``oci kms kms-hsm-cluster hsm-cluster download-certificate-signing-request --hsm-cluster-id``
      * ``oci kms kms-hsm-cluster hsm-cluster get --hsm-cluster-id``
      * ``oci kms kms-hsm-cluster hsm-cluster list --compartment-id``
      * ``oci kms kms-hsm-cluster hsm-cluster schedule-hsm-cluster-deletion
        --hsm-cluster-id, --time-of-deletion``
      * ``oci kms kms-hsm-cluster hsm-cluster update --hsm-cluster-id,
        --defined-tags, --display-name, --force, --freeform-tags``

OBS-URL: https://build.opensuse.org/request/show/1145107
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=112
2024-02-09 14:14:32 +00:00

125 lines
3.2 KiB
Diff

diff -Nru oci-cli-3.37.8.orig/requirements.txt oci-cli-3.37.8/requirements.txt
--- oci-cli-3.37.8.orig/requirements.txt 2024-02-06 07:35:21.000000000 +0100
+++ oci-cli-3.37.8/requirements.txt 2024-02-08 10:28:27.347609032 +0100
@@ -2,47 +2,47 @@
# (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==8.0.4
-coverage==4.5.2
-cryptography>=3.2.1,<42.0.0
-httpsig-cffi==15.0.0
-Jinja2==3.0.3
-jmespath==0.10.0
-ndg-httpsclient==0.4.2
-mock==2.0.0
-oci==2.121.0
-packaging==20.2
-pluggy==0.13.0
-py==1.11.0
-pyasn1==0.2.3
-pyOpenSSL>=17.5.0,<24.0.0
-pycparser==2.20
-pyparsing==2.2.0
-pytest==4.6.10; python_version <= '3.9'
-pytest==7.1.2; python_version >= '3.10'
-pytest-cov==2.5.1
-python-dateutil>=2.5.3,<3.0.0
+click>=8.0.4
+coverage>=4.5.2
+cryptography>=3.2.1
+httpsig-cffi>=15.0.0
+Jinja2>=3.0.3
+jmespath>=0.10.0
+ndg-httpsclient>=0.4.2
+mock>=2.0.0
+oci>=2.121.0
+packaging>=20.2
+pluggy>=0.13.0
+py>=1.11.0
+pyasn1>=0.2.3
+pyOpenSSL>=17.5.0
+pycparser>=2.20
+pyparsing>=2.2.0
+pytest>=4.6.10; python_version <= '3.9'
+pytest>=7.1.2; python_version >= '3.10'
+pytest-cov>=2.5.1
+python-dateutil>=2.5.3
pytz>=2016.10
-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'
six>=1.15.0
-sphinx==3.3.0
-sphinx-rtd-theme==0.4.3
-terminaltables==3.1.10
-tox==3.23.0
-vcrpy==1.13.0; python_version <= '3.9'
-vcrpy==4.2.1; python_version >= '3.10'
-virtualenv==20.13.0
-pytest-xdist==1.22.2
-pytest-forked==1.0.2
-PyYAML>=5.4,<=6.0.1
-docutils==0.15.2
-prompt-toolkit==3.0.29
+sphinx>=3.3.0
+sphinx-rtd-theme>=0.4.3
+terminaltables>=3.1.10
+tox>=3.23.0
+vcrpy>=1.13.0; python_version <= '3.9'
+vcrpy>=4.2.1; python_version >= '3.10'
+virtualenv>=20.13.0
+pytest-xdist>=1.22.2
+pytest-forked>=1.0.2
+PyYAML>=5.4
+docutils>=0.15.2
+prompt-toolkit>=3.0.29
setuptools>65.5.1; python_version > '3.6'
-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
urllib3<=1.26.15
diff -Nru oci-cli-3.37.8.orig/setup.py oci-cli-3.37.8/setup.py
--- oci-cli-3.37.8.orig/setup.py 2024-02-06 07:35:21.000000000 +0100
+++ oci-cli-3.37.8/setup.py 2024-02-08 10:27:25.770560495 +0100
@@ -30,23 +30,23 @@
readme = f.read()
requires = [
- 'oci==2.121.0',
+ 'oci>=2.121.0',
'arrow>=1.0.0',
'certifi',
- 'click==8.0.4',
- 'cryptography>=3.2.1,<42.0.0',
- 'jmespath==0.10.0',
- 'python-dateutil>=2.5.3,<3.0.0',
+ 'click>=8.0.4',
+ 'cryptography>=3.2.1',
+ 'jmespath>=0.10.0',
+ 'python-dateutil>=2.5.3',
'pytz>=2016.10',
'six>=1.15.0',
- 'terminaltables==3.1.10',
- 'pyOpenSSL>=17.5.0,<24.0.0',
- 'PyYAML>=5.4,<=6.0.1',
- 'prompt-toolkit==3.0.29'
+ 'terminaltables>=3.1.10',
+ 'pyOpenSSL>=17.5.0',
+ 'PyYAML>=5.4',
+ '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")