forked from pool/python-oci-sdk
John Paul Adrian Glaubitz
f652d41038
- Update to version 2.129.1 * Support for calling Oracle Cloud Infrastructure services in the `ap-singapore-2` region * Support for additional parameters in list and delete operations in the File Storage service * Support for host capacity planning to analyze disabled and deleted resources in the Operations Insights service * Support for title and description updates in the Capacity Management service * Support for listing parameters for migrations in the Database Migration service * Support for Oracle exadata database service on exascale Infrastructure (ExaDB-XS) in the Database service - from version 2.129.0 * Support for MySQL to MySQL homogeneous migrations in the Database Migration service * Support for manual cross-region backups in the MySQL Heatwave service * The models AdvisorSettings, Agent, AgentCollection, AgentImageCollection, AgentImageSummary, AgentSummary, AwsS3DataTransferMediumDetails, AwsS3Details, ChangeAgentCompartmentDetails, ConnectDescriptor, CreateAdvisorSettings, CreateAwsS3Details, CreateConnectDescriptor, CreateDataPumpSettings, CreateDataTransferMediumDetails, CreateDatabaseLinkDetails, CreateDumpTransferDetails, CreateGoldenGateDetails, CreateGoldenGateHub, CreateGoldenGateServiceDetails, CreateGoldenGateServiceDetails, CreatePrivateEndpoint, CreateSshDetails, CreateVaultDetails, DataPumpSettings, DataTransferMediumDetails, DataTransferMediumDetailsV2, DatabaseCredentials, DatabaseLinkDetails, DatabaseObject, DbLinkDataTransferMediumDetails, DumpTransferDetails, GoldenGateDetails, GoldenGateHub, GoldenGateServiceDetails, GoldenGateSettings, MigrationObjectSummary, NfsDataTransferMediumDetails, ObjectStorageDataTransferMediumDetails, PrivateEndpointDetails, SshDetails, UpdateAdvisorSettings, UpdateAgentDetails, UpdateAwsS3Details, UpdateConnectDescriptor, UpdateDataPumpSettings, UpdateDataTransferMediumDetails, UpdateDatabaseLinkDetails, UpdateDumpTransferDetails, UpdateGoldenGateDetails, UpdateGoldenGateHub, UpdateGoldenGateServiceDetails, UpdateGoldenGateSettings, UpdatePrivateEndpoint, UpdateSshDetails, UpdateVaultDetails, VaultDetails were removed in the Database Migration service * The operations change_agent_compartment, delete_agent, get_agent, list_agent_images, list_agents, and update_agent were removed in the Database Migration service * The composite operations delete_agent_and_wait_for_state and update_agent_and_wait_for_state OBS-URL: https://build.opensuse.org/request/show/1186161 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=155
64 lines
1.6 KiB
Diff
64 lines
1.6 KiB
Diff
diff -Nru oci-python-sdk-2.125.1.orig/requirements.txt oci-python-sdk-2.125.1/requirements.txt
|
|
--- oci-python-sdk-2.125.1.orig/requirements.txt 2024-04-02 07:52:03.000000000 +0200
|
|
+++ oci-python-sdk-2.125.1/requirements.txt 2024-04-04 09:52:44.233658242 +0200
|
|
@@ -1,21 +1,21 @@
|
|
-autodocsumm==0.1.11
|
|
+autodocsumm>=0.1.11
|
|
certifi
|
|
-coverage==4.5.2
|
|
-cryptography>=3.2.1,<43.0.0
|
|
+coverage>=4.5.2
|
|
+cryptography>=3.2.1
|
|
flake8>=3.6.0,<6
|
|
-mock==2.0.0
|
|
-pyOpenSSL>=17.5.0,<25.0.0
|
|
-pytest==4.1.0
|
|
-pytest-cov==2.6.1
|
|
-attrs==19.1.0
|
|
-python-dateutil>=2.5.3,<=2.7.3
|
|
+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
|
|
\ No newline at end of file
|
|
+Jinja2<3.1
|
|
diff -Nru oci-python-sdk-2.125.1.orig/setup.py oci-python-sdk-2.125.1/setup.py
|
|
--- oci-python-sdk-2.125.1.orig/setup.py 2024-04-02 07:52:03.000000000 +0200
|
|
+++ oci-python-sdk-2.125.1/setup.py 2024-04-04 09:52:02.393146026 +0200
|
|
@@ -31,12 +31,12 @@
|
|
|
|
requires = [
|
|
"certifi",
|
|
- "configparser==4.0.2 ; python_version < '3'",
|
|
- "cryptography>=3.2.1,<43.0.0",
|
|
- "pyOpenSSL>=17.5.0,<25.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(
|