Robert Schweikert
a5c5c359b2
- Update to version 2.13.0 + Support for the Data Safe service + Support for the Incident Management service + Support for showing which database versions support always-free in the Database service + Support in instance configurations for flex shapes, dedicated VM hosts, encryption in transit, and KMS keys in the Compute Autoscaling service + Support for server-side object encryption using a customer-provided encryption key in the Object Storage service + Support for specifying maintenance preferences while launching and updating Exadata Database systems in the Database service + Support for flexible-shaped VM instances in the Compute service + Support for scheduled cross-region backups in the Block Volume service + Support for object versioning in the Object Storage service + Deleted models Archiver, CreateArchiverDetails and UpdateArchiverDetails from the streaming service - from version 2.12.4 + Support for access types on instances in the Content and Experience service + Support for identity contexts in the Search service + Support for Client Side Encryption: https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/clientsideencryption.htm + Support for retries on Python built-in ConnectionError - from version 2.12.3 + Support for changing compartments of runs and applications in the Data Flow service + Support for getting usage information in the Key Management Vault service + Support for custom Key Management service endpoints and private endpoints on stream pools in the Streaming service + Fixed kms_example and added secrets examples - from version 2.12.2 OBS-URL: https://build.opensuse.org/request/show/798182 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=9
52 lines
1.3 KiB
Diff
52 lines
1.3 KiB
Diff
diff -Nru oci-python-sdk-2.13.0.orig/requirements.txt oci-python-sdk-2.13.0/requirements.txt
|
|
--- oci-python-sdk-2.13.0.orig/requirements.txt 2020-04-21 20:03:17.000000000 +0200
|
|
+++ oci-python-sdk-2.13.0/requirements.txt 2020-04-27 10:55:56.351972437 +0200
|
|
@@ -1,18 +1,18 @@
|
|
-autodocsumm==0.1.11
|
|
+autodocsumm>=0.1.11
|
|
certifi
|
|
-configparser==4.0.2
|
|
-coverage==4.5.2
|
|
-cryptography==2.8
|
|
-flake8==3.6.0
|
|
-mock==2.0.0
|
|
-pyOpenSSL==18.0.0
|
|
-pytest==4.1.0
|
|
-pytest-cov==2.6.1
|
|
-attrs==19.1.0
|
|
+configparser>=4.0.2
|
|
+coverage>=4.5.2
|
|
+cryptography>=2.8
|
|
+flake8>=3.6.0
|
|
+mock>=2.0.0
|
|
+pyOpenSSL>=18.0.0
|
|
+pytest>=4.1.0
|
|
+pytest-cov>=2.6.1
|
|
+attrs>=19.1.0
|
|
python-dateutil>=2.5.3,<=2.7.3
|
|
pytz>=2016.10
|
|
-sphinx-rtd-theme==0.4.2
|
|
-sphinx==1.8.3
|
|
-tox==3.6.1
|
|
-vcrpy==2.0.1
|
|
-wheel==0.32.3
|
|
+sphinx-rtd-theme>=0.4.2
|
|
+sphinx>=1.8.3
|
|
+tox>=3.6.1
|
|
+vcrpy>=2.0.1
|
|
+wheel>=0.32.3
|
|
diff -Nru oci-python-sdk-2.13.0.orig/setup.py oci-python-sdk-2.13.0/setup.py
|
|
--- oci-python-sdk-2.13.0.orig/setup.py 2020-04-21 20:03:17.000000000 +0200
|
|
+++ oci-python-sdk-2.13.0/setup.py 2020-04-27 10:55:39.227948492 +0200
|
|
@@ -31,8 +31,8 @@
|
|
|
|
requires = [
|
|
"certifi",
|
|
- "configparser==4.0.2",
|
|
- "cryptography==2.8",
|
|
+ "configparser>=4.0.2",
|
|
+ "cryptography>=2.8",
|
|
"pyOpenSSL>=17.5.0",
|
|
"python-dateutil>=2.5.3,<3.0.0",
|
|
"pytz>=2016.10",
|