forked from pool/python-oci-sdk
Accepting request 798182 from home:glaubitz:branches:devel:languages:python
- 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
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
diff -Nru oci-python-sdk-2.10.3.orig/requirements.txt oci-python-sdk-2.10.3/requirements.txt
|
||||
--- oci-python-sdk-2.10.3.orig/requirements.txt 2020-02-04 22:53:15.000000000 +0100
|
||||
+++ oci-python-sdk-2.10.3/requirements.txt 2020-02-07 12:44:42.848928437 +0100
|
||||
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==3.5.0
|
||||
-configparser==4.0.2
|
||||
-coverage==4.5.2
|
||||
-cryptography==2.8
|
||||
-flake8==3.6.0
|
||||
@@ -14,8 +14,7 @@ diff -Nru oci-python-sdk-2.10.3.orig/requirements.txt oci-python-sdk-2.10.3/requ
|
||||
-pytest==4.1.0
|
||||
-pytest-cov==2.6.1
|
||||
-attrs==19.1.0
|
||||
-python-dateutil>=2.5.3,<=2.7.3
|
||||
+configparser>=3.5.0
|
||||
+configparser>=4.0.2
|
||||
+coverage>=4.5.2
|
||||
+cryptography>=2.8
|
||||
+flake8>=3.6.0
|
||||
@@ -24,7 +23,7 @@ diff -Nru oci-python-sdk-2.10.3.orig/requirements.txt oci-python-sdk-2.10.3/requ
|
||||
+pytest>=4.1.0
|
||||
+pytest-cov>=2.6.1
|
||||
+attrs>=19.1.0
|
||||
+python-dateutil>=2.5.3
|
||||
python-dateutil>=2.5.3,<=2.7.3
|
||||
pytz>=2016.10
|
||||
-sphinx-rtd-theme==0.4.2
|
||||
-sphinx==1.8.3
|
||||
@@ -36,18 +35,17 @@ diff -Nru oci-python-sdk-2.10.3.orig/requirements.txt oci-python-sdk-2.10.3/requ
|
||||
+tox>=3.6.1
|
||||
+vcrpy>=2.0.1
|
||||
+wheel>=0.32.3
|
||||
diff -Nru oci-python-sdk-2.10.3.orig/setup.py oci-python-sdk-2.10.3/setup.py
|
||||
--- oci-python-sdk-2.10.3.orig/setup.py 2020-02-04 22:53:15.000000000 +0100
|
||||
+++ oci-python-sdk-2.10.3/setup.py 2020-02-07 12:45:33.917520586 +0100
|
||||
@@ -31,9 +31,9 @@
|
||||
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>=3.5.0b1",
|
||||
- "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",
|
||||
+ "python-dateutil>=2.5.3",
|
||||
"python-dateutil>=2.5.3,<3.0.0",
|
||||
"pytz>=2016.10",
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user