forked from pool/python-oci-sdk
Dirk Mueller
95ba73e3e3
- Update to version 2.51.0 * Support for getting subnet topology in the Networking service * Support for encrypted FastConnect resources in the Networking service * Support for performance and high availability, as well as recommendation metrics, in the Optimizer service * Support for optional TDE wallet passwords in the Database service * Support for Object Storage service integration in the Big Data service * Support for circuit breakers enabled by default in all services except Streaming and Compute * Support for retries enabled by default in all operations of the Functions and Roving Edge services, and in some operations of the Streaming service. - from version 2.50.0 * Support for drill down metadata in the Management Dashboard service * Support for operator access control on dedicated autonomous databases in the Operator Access Control service * Property `resource_type` and `is_enforced_always` from model `CreateOperatorControlAssignmentDetails` changed from optional to required in the Operator Access Control service * Property `operator_control_name`, `approver_groups_list` and `is_fully_pre_approved` from model `UpdateOperatorControlDetails` changed from optional to required in the Operator Access Control service * Property `is_enforced_always` from model `UpdateOperatorControlAssignmentDetails` changed from optional to required in the Operator Access Control service * Property `approver_groups_list` and `is_fully_pre_approved` from model `CreateOperatorControlDetails` changed from optional to required in the Operator Access Control service * Data type for response of operation `create_operator_control_assignment` changed to `oci.operator_access_control.models.OperatorControlAssignment` in the Operator Access Control service OBS-URL: https://build.opensuse.org/request/show/934555 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=36
63 lines
1.6 KiB
Diff
63 lines
1.6 KiB
Diff
diff -Nru oci-python-sdk-2.51.0.orig/requirements.txt oci-python-sdk-2.51.0/requirements.txt
|
|
--- oci-python-sdk-2.51.0.orig/requirements.txt 2021-11-17 21:36:31.000000000 +0100
|
|
+++ oci-python-sdk-2.51.0/requirements.txt 2021-11-29 12:54:45.426784577 +0100
|
|
@@ -1,20 +1,19 @@
|
|
-autodocsumm==0.1.11
|
|
+autodocsumm>=0.1.11
|
|
certifi
|
|
-configparser==4.0.2; python_version < '3'
|
|
-coverage==4.5.2
|
|
-cryptography>=3.2.1,<=3.4.7
|
|
-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
|
|
+coverage>=4.5.2
|
|
+cryptography
|
|
+flake8>=3.6.0
|
|
+mock>=2.0.0
|
|
+pyOpenSSL>=17.5.0
|
|
+pytest>=4.1.0
|
|
+pytest-cov>=2.6.1
|
|
+attrs>=19.1.0
|
|
+python-dateutil>=2.5.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
|
|
-circuitbreaker>=1.3.1,<2.0.0
|
|
-docutils<0.18
|
|
\ No newline at end of file
|
|
+sphinx-rtd-theme>=0.4.2
|
|
+sphinx>=1.8.3
|
|
+tox>=3.14.3
|
|
+vcrpy>=2.0.1
|
|
+wheel>=0.32.3
|
|
+circuitbreaker>=1.3.1
|
|
+docutils<0.18
|
|
diff -Nru oci-python-sdk-2.51.0.orig/setup.py oci-python-sdk-2.51.0/setup.py
|
|
--- oci-python-sdk-2.51.0.orig/setup.py 2021-11-17 21:36:31.000000000 +0100
|
|
+++ oci-python-sdk-2.51.0/setup.py 2021-11-29 12:55:20.295141554 +0100
|
|
@@ -31,12 +31,11 @@
|
|
|
|
requires = [
|
|
"certifi",
|
|
- "configparser==4.0.2 ; python_version < '3'",
|
|
- "cryptography>=3.2.1,<=3.4.7",
|
|
- "pyOpenSSL>=17.5.0,<=19.1.0",
|
|
- "python-dateutil>=2.5.3,<3.0.0",
|
|
+ "cryptography",
|
|
+ "pyOpenSSL>=17.5.0",
|
|
+ "python-dateutil>=2.5.3",
|
|
"pytz>=2016.10",
|
|
- "circuitbreaker>=1.3.1,< 2.0.0"
|
|
+ "circuitbreaker>=1.3.1"
|
|
]
|
|
|
|
setup(
|