forked from pool/python-oci-sdk
- Update to version 2.38.1
* Support for the Operator Access Control service
* Support for the Service Catalog service
* Support for the AI Language service
* Support for autonomous database on Exadata Cloud at Customer
infrastructure patching in the Database service
- from version 2.38.0
* Support for RACs (real application clusters) for external container,
non-container, and pluggable databases in the Database service
* Support for data masking in the Cloud Guard service
* Support for opting out of DNS records during instance launch, as well as
attaching secondary VNICs, in the Compute service
* Support for mutable sizes on cluster networks in the Autoscaling service
* Support for auto-tiering on buckets in the Object Storage service
* VCN id parameters were moved from being required to being optional on
all list operations in the Networking service
- from version 2.37.0
* Support for opting in/out of live migration on instances in the Compute service
* Support for enabling/disabling Operations Insights on external non-container
and external pluggable databases in the Database service
* Support for a GraphStudio URL as a connection URL on databases in the Database service
* Support for adding customer contacts on autonomous databases in the Database service
* Support for name annotations on harvested objects in the Data Catalog service
* If retries are enabled, the SDK will now retry on status 409/IncorrectState.
It will not retry on status 501.
* Bumped cryptography version to 3.3.2 to address security vulnerability
https://github.com/oracle/oci-python-sdk/pull/322
- from version 2.36.0
* Support for the Database Migration service
* Support for the Networking Topology service
OBS-URL: https://build.opensuse.org/request/show/892518
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=24
52 lines
1.3 KiB
Diff
52 lines
1.3 KiB
Diff
diff -Nru oci-python-sdk-2.38.1.orig/requirements.txt oci-python-sdk-2.38.1/requirements.txt
|
|
--- oci-python-sdk-2.38.1.orig/requirements.txt 2021-05-04 20:26:47.000000000 +0200
|
|
+++ oci-python-sdk-2.38.1/requirements.txt 2021-05-12 14:48:41.483794015 +0200
|
|
@@ -1,18 +1,17 @@
|
|
-autodocsumm==0.1.11
|
|
+autodocsumm>=0.1.11
|
|
certifi
|
|
-configparser==4.0.2
|
|
-coverage==4.5.2
|
|
-cryptography==3.3.2
|
|
-flake8==3.6.0
|
|
-mock==2.0.0
|
|
-pyOpenSSL==19.1.0
|
|
-pytest==4.1.0
|
|
-pytest-cov==2.6.1
|
|
-attrs==19.1.0
|
|
+coverage>=4.5.2
|
|
+cryptography>=3.3.2
|
|
+flake8>=3.6.0
|
|
+mock>=2.0.0
|
|
+pyOpenSSL>=19.1.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.14.3
|
|
-vcrpy==2.0.1
|
|
-wheel==0.32.3
|
|
+sphinx-rtd-theme>=0.4.2
|
|
+sphinx>=1.8.3
|
|
+tox>=3.14.3
|
|
+vcrpy>=2.0.1
|
|
+wheel>=0.32.3
|
|
diff -Nru oci-python-sdk-2.38.1.orig/setup.py oci-python-sdk-2.38.1/setup.py
|
|
--- oci-python-sdk-2.38.1.orig/setup.py 2021-05-04 20:26:47.000000000 +0200
|
|
+++ oci-python-sdk-2.38.1/setup.py 2021-05-12 14:50:19.500650906 +0200
|
|
@@ -31,9 +31,8 @@
|
|
|
|
requires = [
|
|
"certifi",
|
|
- "configparser==4.0.2",
|
|
- "cryptography==3.3.2",
|
|
- "pyOpenSSL>=17.5.0,<=19.1.0",
|
|
+ "cryptography>=3.3.2",
|
|
+ "pyOpenSSL>=19.1.0",
|
|
"python-dateutil>=2.5.3,<3.0.0",
|
|
"pytz>=2016.10",
|
|
]
|