oci-cli/oc_relax-python-depends.patch

126 lines
2.7 KiB
Diff
Raw Normal View History

diff -Nru oci-cli-2.8.0.orig/requirements.txt oci-cli-2.8.0/requirements.txt
--- oci-cli-2.8.0.orig/requirements.txt 2020-01-09 00:10:14.000000000 +0100
+++ oci-cli-2.8.0/requirements.txt 2020-01-12 19:26:49.317375327 +0100
Accepting request 745485 from home:glaubitz:branches:Cloud:Tools - Update to version 2.6.10 + Support for retrieving metadata for Autonomous Wallet, both regional and instance, as well as requesting rotation of Autonomous Wallets, both regional instance. Generate wallet now allows for specifying the wallet type to download, All or Single. + ``oci db autonomous-database get-metadata --id <an OCID of an autonomous database>`` + ``oci db autonomous-database get-regional-wallet-metadata`` + ``oci db autonomous-database-wallet rotate --should-rotate true --id <an OCID of an autonomous database>`` + ``oci db autonomous-database-wallet rotate-regional-wallet --should-rotate true`` + ``oci db autonomous-database generate-wallet --generate-type ALL`` + ``oci db autonomous-database generate-wallet --generate-type SINGLE`` + Support for adding and removing image shape compatibility entries * ``oci compute image-shape-compatibility-entry add`` * ``oci compute image-shape-compatibility-entry remove`` + Support for managing redirects (e.g. create, update, delete, get list) * ``oci waas http-redirect change-compartment --compartment-id, --http-redirect-id`` * ``oci waas http-redirect create --compartment-id, --domain, --target, --defined-tags, --display-name, --freeform-tags, --response-code`` * ``oci waas http-redirect delete --http-redirect-id, --force`` * ``oci waas http-redirect get --http-redirect-id`` * ``oci waas http-redirect list --compartment-id, --all-pages, --display-name, --id, --time-created-greater-than-or-equal-to, --time-created-less-than`` * ``oci waas http-redirect update --http-redirect-id, --defined-tags, --display-name, --force, --freeform-tags, --response-code, --target`` + Support for migrating Dyn HTTP Redirect Service to OCI DNS * ``oci dns zone migrate-from-dynect`` + ``oci setup oci-cli-rc`` will try to create the directory for the oci_cli_rc file, if it does not exist. + Added validation check for thread count ``--parallel-upload-count`` and OBS-URL: https://build.opensuse.org/request/show/745485 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=2
2019-11-05 14:51:34 +01:00
@@ -2,41 +2,41 @@
# (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.10.0
+appdirs>=1.4.3
+arrow>=0.10.0
certifi
cffi>=1.9.1
-click==6.7
-configparser==3.5.0
-coverage==4.5.1
-cryptography==2.4.2
-httpsig-cffi==15.0.0
Accepting request 762190 from home:glaubitz:branches:Cloud:Tools - Update to version 2.7.0 + Support for Oracle Cloud Infrastructure API Gateway service * ``oci apigateway`` + Boot volumes support for cross-region backups in Block Volume Service * ``oci bv boot-volume-backup copy`` * ``oci bv boot-volume-backup list --source-boot-volume-backup-id`` + Support for managing TSIG Key resources in the DNS service. * ``oci dns tsig-key`` + Support for referencing TSIG Key resources by OCID within Zone resources in the DNS service. * ``oci dns zone create --external-masters`` * ``oci dns zone update --external-masters`` + Removed Identity Cloud service(idcs) access token requirement for Container Engine delete operation. Also, support secondary idcs stripe for Container Engine creation. * ``oci oce oce-instance delete`` * ``oci oce oce-instance create --identity-stripe`` + Support to resize compute virtual machine instance to a different shape in Compute Service. * ``oci compute instance update --id <id> [--shape <shape>]`` + Support for OS Management Service. * ``oci os-management`` + Improve nodepool creation, specify the image of the nodes by the image OCID in the Container Engine Service. * ``oci ce node-pool create --node-image-id`` + Add management configuration for oracle-cloud-agent in Compute Service * ``oci compute instance launch --agent-config`` + Support for Marketplace Service. * ``oci marketplace`` + Allow customers to bring their own keys to Key Management Service. * ``oci kms management get-wrapping-key`` * ``oci kms management import-key`` * ``oci kms management import-key-version`` OBS-URL: https://build.opensuse.org/request/show/762190 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=3
2020-01-09 23:38:28 +01:00
-idna>=2.5,<2.7
-Jinja2==2.10.1
-jmespath==0.9.3
-ndg-httpsclient==0.4.2
-mock==2.0.0
-oci==2.9.0
-packaging==16.8
-pluggy==0.4.0
-py==1.4.33
-pyasn1==0.2.3
-pyOpenSSL==18.0.0
-pycparser==2.17
-pyparsing==2.2.0
-pytest==3.2.3
-pytest-cov==2.5.1
-python-dateutil==2.7.3
-pytz==2016.10
-requests==2.21.0
-retrying==1.3.3
-six==1.11.0
-sphinx==1.6.4
-sphinx-rtd-theme==0.2.5b1
-terminaltables==3.1.0
-tox==2.9.1
-vcrpy==1.13.0
-virtualenv==15.1.0
-pytest-xdist==1.22.2
Accepting request 745485 from home:glaubitz:branches:Cloud:Tools - Update to version 2.6.10 + Support for retrieving metadata for Autonomous Wallet, both regional and instance, as well as requesting rotation of Autonomous Wallets, both regional instance. Generate wallet now allows for specifying the wallet type to download, All or Single. + ``oci db autonomous-database get-metadata --id <an OCID of an autonomous database>`` + ``oci db autonomous-database get-regional-wallet-metadata`` + ``oci db autonomous-database-wallet rotate --should-rotate true --id <an OCID of an autonomous database>`` + ``oci db autonomous-database-wallet rotate-regional-wallet --should-rotate true`` + ``oci db autonomous-database generate-wallet --generate-type ALL`` + ``oci db autonomous-database generate-wallet --generate-type SINGLE`` + Support for adding and removing image shape compatibility entries * ``oci compute image-shape-compatibility-entry add`` * ``oci compute image-shape-compatibility-entry remove`` + Support for managing redirects (e.g. create, update, delete, get list) * ``oci waas http-redirect change-compartment --compartment-id, --http-redirect-id`` * ``oci waas http-redirect create --compartment-id, --domain, --target, --defined-tags, --display-name, --freeform-tags, --response-code`` * ``oci waas http-redirect delete --http-redirect-id, --force`` * ``oci waas http-redirect get --http-redirect-id`` * ``oci waas http-redirect list --compartment-id, --all-pages, --display-name, --id, --time-created-greater-than-or-equal-to, --time-created-less-than`` * ``oci waas http-redirect update --http-redirect-id, --defined-tags, --display-name, --force, --freeform-tags, --response-code, --target`` + Support for migrating Dyn HTTP Redirect Service to OCI DNS * ``oci dns zone migrate-from-dynect`` + ``oci setup oci-cli-rc`` will try to create the directory for the oci_cli_rc file, if it does not exist. + Added validation check for thread count ``--parallel-upload-count`` and OBS-URL: https://build.opensuse.org/request/show/745485 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=2
2019-11-05 14:51:34 +01:00
-pytest-forked==1.0.2
-PyYAML==5.1.2
Accepting request 762190 from home:glaubitz:branches:Cloud:Tools - Update to version 2.7.0 + Support for Oracle Cloud Infrastructure API Gateway service * ``oci apigateway`` + Boot volumes support for cross-region backups in Block Volume Service * ``oci bv boot-volume-backup copy`` * ``oci bv boot-volume-backup list --source-boot-volume-backup-id`` + Support for managing TSIG Key resources in the DNS service. * ``oci dns tsig-key`` + Support for referencing TSIG Key resources by OCID within Zone resources in the DNS service. * ``oci dns zone create --external-masters`` * ``oci dns zone update --external-masters`` + Removed Identity Cloud service(idcs) access token requirement for Container Engine delete operation. Also, support secondary idcs stripe for Container Engine creation. * ``oci oce oce-instance delete`` * ``oci oce oce-instance create --identity-stripe`` + Support to resize compute virtual machine instance to a different shape in Compute Service. * ``oci compute instance update --id <id> [--shape <shape>]`` + Support for OS Management Service. * ``oci os-management`` + Improve nodepool creation, specify the image of the nodes by the image OCID in the Container Engine Service. * ``oci ce node-pool create --node-image-id`` + Add management configuration for oracle-cloud-agent in Compute Service * ``oci compute instance launch --agent-config`` + Support for Marketplace Service. * ``oci marketplace`` + Allow customers to bring their own keys to Key Management Service. * ``oci kms management get-wrapping-key`` * ``oci kms management import-key`` * ``oci kms management import-key-version`` OBS-URL: https://build.opensuse.org/request/show/762190 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=3
2020-01-09 23:38:28 +01:00
+click>=6.7
+configparser>=3.5.0
+coverage>=4.5.1
+cryptography>=2.4.2
+httpsig-cffi>=15.0.0
+idna>=2.5
+Jinja2>=2.10.1
+jmespath>=0.9.3
+ndg-httpsclient>=0.4.2
+mock>=2.0.0
+oci>=2.9.0
+packaging>=16.8
+pluggy>=0.4.0
+py>=1.4.33
+pyasn1>=0.2.3
+pyOpenSSL>=18.0.0
+pycparser>=2.17
+pyparsing>=2.2.0
+pytest>=3.2.3
+pytest-cov>=2.5.1
+python-dateutil>=2.7.3
+pytz>=2016.10
+requests>=2.21.0
+retrying>=1.3.3
+six>=1.11.0
+sphinx>=1.6.4
+sphinx-rtd-theme>=0.2.5b1
+terminaltables>=3.1.0
+tox>=2.9.1
+vcrpy>=1.13.0
+virtualenv>=15.1.0
+pytest-xdist>=1.22.2
Accepting request 745485 from home:glaubitz:branches:Cloud:Tools - Update to version 2.6.10 + Support for retrieving metadata for Autonomous Wallet, both regional and instance, as well as requesting rotation of Autonomous Wallets, both regional instance. Generate wallet now allows for specifying the wallet type to download, All or Single. + ``oci db autonomous-database get-metadata --id <an OCID of an autonomous database>`` + ``oci db autonomous-database get-regional-wallet-metadata`` + ``oci db autonomous-database-wallet rotate --should-rotate true --id <an OCID of an autonomous database>`` + ``oci db autonomous-database-wallet rotate-regional-wallet --should-rotate true`` + ``oci db autonomous-database generate-wallet --generate-type ALL`` + ``oci db autonomous-database generate-wallet --generate-type SINGLE`` + Support for adding and removing image shape compatibility entries * ``oci compute image-shape-compatibility-entry add`` * ``oci compute image-shape-compatibility-entry remove`` + Support for managing redirects (e.g. create, update, delete, get list) * ``oci waas http-redirect change-compartment --compartment-id, --http-redirect-id`` * ``oci waas http-redirect create --compartment-id, --domain, --target, --defined-tags, --display-name, --freeform-tags, --response-code`` * ``oci waas http-redirect delete --http-redirect-id, --force`` * ``oci waas http-redirect get --http-redirect-id`` * ``oci waas http-redirect list --compartment-id, --all-pages, --display-name, --id, --time-created-greater-than-or-equal-to, --time-created-less-than`` * ``oci waas http-redirect update --http-redirect-id, --defined-tags, --display-name, --force, --freeform-tags, --response-code, --target`` + Support for migrating Dyn HTTP Redirect Service to OCI DNS * ``oci dns zone migrate-from-dynect`` + ``oci setup oci-cli-rc`` will try to create the directory for the oci_cli_rc file, if it does not exist. + Added validation check for thread count ``--parallel-upload-count`` and OBS-URL: https://build.opensuse.org/request/show/745485 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=2
2019-11-05 14:51:34 +01:00
+pytest-forked>=1.0.2
+PyYAML>=5.1.2
diff -Nru oci-cli-2.8.0.orig/setup.py oci-cli-2.8.0/setup.py
--- oci-cli-2.8.0.orig/setup.py 2020-01-09 00:10:14.000000000 +0100
+++ oci-cli-2.8.0/setup.py 2020-01-12 19:27:01.021598842 +0100
Accepting request 745485 from home:glaubitz:branches:Cloud:Tools - Update to version 2.6.10 + Support for retrieving metadata for Autonomous Wallet, both regional and instance, as well as requesting rotation of Autonomous Wallets, both regional instance. Generate wallet now allows for specifying the wallet type to download, All or Single. + ``oci db autonomous-database get-metadata --id <an OCID of an autonomous database>`` + ``oci db autonomous-database get-regional-wallet-metadata`` + ``oci db autonomous-database-wallet rotate --should-rotate true --id <an OCID of an autonomous database>`` + ``oci db autonomous-database-wallet rotate-regional-wallet --should-rotate true`` + ``oci db autonomous-database generate-wallet --generate-type ALL`` + ``oci db autonomous-database generate-wallet --generate-type SINGLE`` + Support for adding and removing image shape compatibility entries * ``oci compute image-shape-compatibility-entry add`` * ``oci compute image-shape-compatibility-entry remove`` + Support for managing redirects (e.g. create, update, delete, get list) * ``oci waas http-redirect change-compartment --compartment-id, --http-redirect-id`` * ``oci waas http-redirect create --compartment-id, --domain, --target, --defined-tags, --display-name, --freeform-tags, --response-code`` * ``oci waas http-redirect delete --http-redirect-id, --force`` * ``oci waas http-redirect get --http-redirect-id`` * ``oci waas http-redirect list --compartment-id, --all-pages, --display-name, --id, --time-created-greater-than-or-equal-to, --time-created-less-than`` * ``oci waas http-redirect update --http-redirect-id, --defined-tags, --display-name, --force, --freeform-tags, --response-code, --target`` + Support for migrating Dyn HTTP Redirect Service to OCI DNS * ``oci dns zone migrate-from-dynect`` + ``oci setup oci-cli-rc`` will try to create the directory for the oci_cli_rc file, if it does not exist. + Added validation check for thread count ``--parallel-upload-count`` and OBS-URL: https://build.opensuse.org/request/show/745485 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=2
2019-11-05 14:51:34 +01:00
@@ -29,25 +29,25 @@
readme = f.read()
requires = [
- 'oci==2.9.0',
- 'arrow==0.10.0',
+ 'oci>=2.9.0',
+ 'arrow>=0.10.0',
'certifi',
- 'click==6.7',
- 'configparser==3.5.0',
- 'cryptography==2.4.2',
- 'jmespath==0.9.3',
- 'python-dateutil==2.7.3',
- 'pytz==2016.10',
- 'retrying==1.3.3',
- 'six==1.11.0',
- 'terminaltables==3.1.0',
- 'idna>=2.5,<2.7',
- 'pyOpenSSL==18.0.0',
Accepting request 745485 from home:glaubitz:branches:Cloud:Tools - Update to version 2.6.10 + Support for retrieving metadata for Autonomous Wallet, both regional and instance, as well as requesting rotation of Autonomous Wallets, both regional instance. Generate wallet now allows for specifying the wallet type to download, All or Single. + ``oci db autonomous-database get-metadata --id <an OCID of an autonomous database>`` + ``oci db autonomous-database get-regional-wallet-metadata`` + ``oci db autonomous-database-wallet rotate --should-rotate true --id <an OCID of an autonomous database>`` + ``oci db autonomous-database-wallet rotate-regional-wallet --should-rotate true`` + ``oci db autonomous-database generate-wallet --generate-type ALL`` + ``oci db autonomous-database generate-wallet --generate-type SINGLE`` + Support for adding and removing image shape compatibility entries * ``oci compute image-shape-compatibility-entry add`` * ``oci compute image-shape-compatibility-entry remove`` + Support for managing redirects (e.g. create, update, delete, get list) * ``oci waas http-redirect change-compartment --compartment-id, --http-redirect-id`` * ``oci waas http-redirect create --compartment-id, --domain, --target, --defined-tags, --display-name, --freeform-tags, --response-code`` * ``oci waas http-redirect delete --http-redirect-id, --force`` * ``oci waas http-redirect get --http-redirect-id`` * ``oci waas http-redirect list --compartment-id, --all-pages, --display-name, --id, --time-created-greater-than-or-equal-to, --time-created-less-than`` * ``oci waas http-redirect update --http-redirect-id, --defined-tags, --display-name, --force, --freeform-tags, --response-code, --target`` + Support for migrating Dyn HTTP Redirect Service to OCI DNS * ``oci dns zone migrate-from-dynect`` + ``oci setup oci-cli-rc`` will try to create the directory for the oci_cli_rc file, if it does not exist. + Added validation check for thread count ``--parallel-upload-count`` and OBS-URL: https://build.opensuse.org/request/show/745485 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=2
2019-11-05 14:51:34 +01:00
- 'PyYAML==5.1.2'
+ 'click>=6.7',
Accepting request 745485 from home:glaubitz:branches:Cloud:Tools - Update to version 2.6.10 + Support for retrieving metadata for Autonomous Wallet, both regional and instance, as well as requesting rotation of Autonomous Wallets, both regional instance. Generate wallet now allows for specifying the wallet type to download, All or Single. + ``oci db autonomous-database get-metadata --id <an OCID of an autonomous database>`` + ``oci db autonomous-database get-regional-wallet-metadata`` + ``oci db autonomous-database-wallet rotate --should-rotate true --id <an OCID of an autonomous database>`` + ``oci db autonomous-database-wallet rotate-regional-wallet --should-rotate true`` + ``oci db autonomous-database generate-wallet --generate-type ALL`` + ``oci db autonomous-database generate-wallet --generate-type SINGLE`` + Support for adding and removing image shape compatibility entries * ``oci compute image-shape-compatibility-entry add`` * ``oci compute image-shape-compatibility-entry remove`` + Support for managing redirects (e.g. create, update, delete, get list) * ``oci waas http-redirect change-compartment --compartment-id, --http-redirect-id`` * ``oci waas http-redirect create --compartment-id, --domain, --target, --defined-tags, --display-name, --freeform-tags, --response-code`` * ``oci waas http-redirect delete --http-redirect-id, --force`` * ``oci waas http-redirect get --http-redirect-id`` * ``oci waas http-redirect list --compartment-id, --all-pages, --display-name, --id, --time-created-greater-than-or-equal-to, --time-created-less-than`` * ``oci waas http-redirect update --http-redirect-id, --defined-tags, --display-name, --force, --freeform-tags, --response-code, --target`` + Support for migrating Dyn HTTP Redirect Service to OCI DNS * ``oci dns zone migrate-from-dynect`` + ``oci setup oci-cli-rc`` will try to create the directory for the oci_cli_rc file, if it does not exist. + Added validation check for thread count ``--parallel-upload-count`` and OBS-URL: https://build.opensuse.org/request/show/745485 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=2
2019-11-05 14:51:34 +01:00
+ 'configparser>=3.5.0',
+ 'cryptography>=2.4.2',
+ 'jmespath>=0.9.3',
+ 'python-dateutil>=2.7.3',
+ 'pytz>=2016.10',
+ 'retrying>=1.3.3',
+ 'six>=1.11.0',
+ 'terminaltables>=3.1.0',
+ 'idna>=2.5',
+ 'pyOpenSSL>=18.0.0',
Accepting request 745485 from home:glaubitz:branches:Cloud:Tools - Update to version 2.6.10 + Support for retrieving metadata for Autonomous Wallet, both regional and instance, as well as requesting rotation of Autonomous Wallets, both regional instance. Generate wallet now allows for specifying the wallet type to download, All or Single. + ``oci db autonomous-database get-metadata --id <an OCID of an autonomous database>`` + ``oci db autonomous-database get-regional-wallet-metadata`` + ``oci db autonomous-database-wallet rotate --should-rotate true --id <an OCID of an autonomous database>`` + ``oci db autonomous-database-wallet rotate-regional-wallet --should-rotate true`` + ``oci db autonomous-database generate-wallet --generate-type ALL`` + ``oci db autonomous-database generate-wallet --generate-type SINGLE`` + Support for adding and removing image shape compatibility entries * ``oci compute image-shape-compatibility-entry add`` * ``oci compute image-shape-compatibility-entry remove`` + Support for managing redirects (e.g. create, update, delete, get list) * ``oci waas http-redirect change-compartment --compartment-id, --http-redirect-id`` * ``oci waas http-redirect create --compartment-id, --domain, --target, --defined-tags, --display-name, --freeform-tags, --response-code`` * ``oci waas http-redirect delete --http-redirect-id, --force`` * ``oci waas http-redirect get --http-redirect-id`` * ``oci waas http-redirect list --compartment-id, --all-pages, --display-name, --id, --time-created-greater-than-or-equal-to, --time-created-less-than`` * ``oci waas http-redirect update --http-redirect-id, --defined-tags, --display-name, --force, --freeform-tags, --response-code, --target`` + Support for migrating Dyn HTTP Redirect Service to OCI DNS * ``oci dns zone migrate-from-dynect`` + ``oci setup oci-cli-rc`` will try to create the directory for the oci_cli_rc file, if it does not exist. + Added validation check for thread count ``--parallel-upload-count`` and OBS-URL: https://build.opensuse.org/request/show/745485 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=2
2019-11-05 14:51:34 +01:00
+ 'PyYAML>=5.1.2'
]
extras = {
- 'db': ['cx_Oracle==7.0']
+ 'db': ['cx_Oracle>=7.0']
}
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")