Matej Cepl
6b1101d4b1
- Update to version 2.102.0 * Support for self-service integration in the Fusion Apps as a Service service * The models `AttachExistingInstanceDetails`, `CreateNewInstanceDetails`, `CreateOicServiceInstanceDetails`, `CreateServiceInstanceDetails`, `FawAdminInfoDetails` and `CreateOaxServiceInstanceDetails` were removed from the Fusion Apps as a Service service * The property `action` was removed from the `ServiceAttachment` model in the Fusion Apps as a Service service * The property `action` was removed from the `CreateServiceAttachmentDetails` model in the Fusion Apps as a Service service - from version 2.101.0 * Support for the Access Governance service * Support for creating, updating, listing and downloading one-off patches in the Database service * Support for changing disaster recovery configurations of remote autonomous databases in the Database service * Support for scheduling automatic backups in the Database service * Support for provisioning Software-Defined Data Centers (SDDCs) using standard bare metal shapes, with Block Storage as the datastore, in the VMWare Solution service * Support for parity with the configuration options of the Compute service in the Compute Autoscaling service * The Data Connectivity Management service was removed from the SDK - from version 2.100.0 * Support for calling Oracle Cloud Infrastructure services in the eu-jovanovac-1 region * Support for bring-your-own-license TLS and ORDS certificates in the Database service * Support for tags in the Stack Monitoring service * Support for GPU shapes for model deployments in the Data Science service * Support for returning networking details of instances in the Visual Builder service * Support for high-memory VMs in the Compute service * Support for integrating with the Integration Cloud service in the Process Automation service * Support for managing on-demand node upgrades in node pools in the OBS-URL: https://build.opensuse.org/request/show/1087949 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=95
63 lines
1.6 KiB
Diff
63 lines
1.6 KiB
Diff
diff -Nru oci-python-sdk-2.100.0.orig/requirements.txt oci-python-sdk-2.100.0/requirements.txt
|
|
--- oci-python-sdk-2.100.0.orig/requirements.txt 2023-05-02 19:32:42.000000000 +0200
|
|
+++ oci-python-sdk-2.100.0/requirements.txt 2023-05-04 14:06:52.419132999 +0200
|
|
@@ -1,21 +1,21 @@
|
|
-autodocsumm==0.1.11
|
|
+autodocsumm>=0.1.11
|
|
certifi
|
|
-coverage==4.5.2
|
|
-cryptography>=3.2.1,<40.0.0
|
|
-flake8>=3.6.0,<6
|
|
-mock==2.0.0
|
|
-pyOpenSSL>=17.5.0,<24.0.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>=3.2.1
|
|
+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
|
|
-virtualenv==16.7.9
|
|
-vcrpy==2.0.1
|
|
+sphinx-rtd-theme>=0.4.2
|
|
+sphinx>=1.8.3
|
|
+tox>=3.14.3
|
|
+virtualenv>=16.7.9
|
|
+vcrpy>=2.0.1
|
|
wheel<=0.39.0
|
|
-circuitbreaker>=1.3.1,<2.0.0
|
|
+circuitbreaker>=1.3.1
|
|
docutils<0.18
|
|
Jinja2<3.1
|
|
diff -Nru oci-python-sdk-2.100.0.orig/setup.py oci-python-sdk-2.100.0/setup.py
|
|
--- oci-python-sdk-2.100.0.orig/setup.py 2023-05-02 19:32:42.000000000 +0200
|
|
+++ oci-python-sdk-2.100.0/setup.py 2023-05-04 14:07:27.495304762 +0200
|
|
@@ -31,12 +31,12 @@
|
|
|
|
requires = [
|
|
"certifi",
|
|
- "configparser==4.0.2 ; python_version < '3'",
|
|
- "cryptography>=3.2.1,<40.0.0",
|
|
- "pyOpenSSL>=17.5.0,<24.0.0",
|
|
- "python-dateutil>=2.5.3,<3.0.0",
|
|
+ "configparser>=4.0.2 ; python_version < '3'",
|
|
+ "cryptography>=3.2.1",
|
|
+ "pyOpenSSL>=17.5.0",
|
|
+ "python-dateutil>=2.5.3",
|
|
"pytz>=2016.10",
|
|
- "circuitbreaker>=1.3.1,< 2.0.0"
|
|
+ "circuitbreaker>=1.3.1"
|
|
]
|
|
|
|
setup(
|