From 6b1101d4b1522e538d848f8426575d96b7abb7198b5fed08cc8be513220ec8d4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 19 May 2023 17:04:52 +0000 Subject: [PATCH] Accepting request 1087949 from home:glaubitz:branches:devel:languages:python - 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 --- oci-python-sdk-2.102.0.tar.gz | 3 + oci-python-sdk-2.96.0.tar.gz | 3 - ops_relax-python-depends.patch | 21 +++--- python-oci-sdk.changes | 125 +++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 4 +- 5 files changed, 140 insertions(+), 16 deletions(-) create mode 100644 oci-python-sdk-2.102.0.tar.gz delete mode 100644 oci-python-sdk-2.96.0.tar.gz diff --git a/oci-python-sdk-2.102.0.tar.gz b/oci-python-sdk-2.102.0.tar.gz new file mode 100644 index 0000000..ea7c1c8 --- /dev/null +++ b/oci-python-sdk-2.102.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4018a1230256b603218d43e13cbc63f928003846556b0e300d0896a5def076 +size 16638755 diff --git a/oci-python-sdk-2.96.0.tar.gz b/oci-python-sdk-2.96.0.tar.gz deleted file mode 100644 index 88cf0d7..0000000 --- a/oci-python-sdk-2.96.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63848c69c145251e0bdb052840460a477b93e23bba515ded7a1e474f74e01883 -size 16391535 diff --git a/ops_relax-python-depends.patch b/ops_relax-python-depends.patch index 9c7fc3f..28b19b1 100644 --- a/ops_relax-python-depends.patch +++ b/ops_relax-python-depends.patch @@ -1,7 +1,7 @@ -diff -Nru oci-python-sdk-2.96.0.orig/requirements.txt oci-python-sdk-2.96.0/requirements.txt ---- oci-python-sdk-2.96.0.orig/requirements.txt 2023-03-21 17:08:58.000000000 +0100 -+++ oci-python-sdk-2.96.0/requirements.txt 2023-03-27 09:50:52.227020214 +0200 -@@ -1,22 +1,22 @@ +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 @@ -29,22 +29,19 @@ diff -Nru oci-python-sdk-2.96.0.orig/requirements.txt oci-python-sdk-2.96.0/requ -tox==3.14.3 -virtualenv==16.7.9 -vcrpy==2.0.1 --wheel==0.32.3 ; python_version < '3.7' --wheel==0.38.1 ; python_version >= '3.7' --circuitbreaker>=1.3.1,<2.0.0 +sphinx-rtd-theme>=0.4.2 +sphinx>=1.8.3 +tox>=3.14.3 +virtualenv>=16.7.9 +vcrpy>=2.0.1 -+wheel>=0.32.3 ; python_version < '3.7' -+wheel>=0.38.1 ; python_version >= '3.7' + 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.96.0.orig/setup.py oci-python-sdk-2.96.0/setup.py ---- oci-python-sdk-2.96.0.orig/setup.py 2023-03-21 17:08:58.000000000 +0100 -+++ oci-python-sdk-2.96.0/setup.py 2023-03-27 09:34:08.433392215 +0200 +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 = [ diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index f6bc80b..6ac75a2 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,128 @@ +------------------------------------------------------------------- +Fri May 19 12:57:29 UTC 2023 - John Paul Adrian Glaubitz + +- 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 + Container Engine for Kubernetes service + * The model `UpdateVirtualNodeDetails` was removed from the Container Engine for Kubernetes service + * The property `type` in the `DiscoveryDetails` model in the Application Migration service + was fixed to no longer support `UNKNOWN_ENUM_VALUE`. Instead, a `ValueError` will be raised + if this property is assigned a value that it does not support. + * The property `protocol` in the `IdentityProvider` model in the Identity Data Plane service was + fixed to no longer support `UNKNOWN_ENUM_VALUE`. Instead, a `ValueError` will be raised if + this property is assigned a value that it does not support. + * The properties `lifecycle_state`, `kind`, and `last_execution_status` in the `Rule` model in the + Log Analytics service were fixed to no longer support `UNKNOWN_ENUM_VALUE`. Instead, a `ValueError` + will be raised if these properties are assigned a value that they do not support. + * The properties `type` and `lifecycle_state` in the `Parameter` model in the Digital Assistant + service were fixed to no longer support `UNKNOWN_ENUM_VALUE`. Instead, a `ValueError` will be + raised if these properties are assigned a value that they do not support. + * The property `model_type` in the `AbstractField`, `ConnectionDetails`, `Filter`, `Operation`, and + `Source` models in the Data Integration service was fixed to no longer support `UNKNOWN_ENUM_VALUE`. + Instead, a `ValueError` will be raised if this property is assigned a value that it does not support. + * The property `baseline_ocpu_utilization` in the `LaunchInstanceShapeConfigDetails` model in the + Compute service was fixed to no longer support `UNKNOWN_ENUM_VALUE`. Instead, a `ValueError` will + be raised if this property is assigned a value that it does not support. + * The property `type` in the `AssetSource`, `AssetSourceCredentials`, and `AssetSourceSummary` models + in the Cloud Migration service was fixed to no longer support `UNKNOWN_ENUM_VALUE`. Instead, a + `ValueError` will be raised if this property is assigned a value that it does not support. + * The property `lifecycle_state` in the `AssetSource`, `AssetSourceConnection`, `AssetSourceSummary`, + `DiscoverySchedule`, and `DiscoveryScheduleSummary` models in the Cloud Migration service was fixed + to no longer support `UNKNOWN_ENUM_VALUE`. Instead, a `ValueError` will be raised if this property + is assigned a value that it does not support. + * The property `connection_type` in the `AssetSourceConnection` model in the Cloud Migration Service + was fixed to no longer support `UNKNOWN_ENUM_VALUE`. Instead, a `ValueError` will be raised if this + property is assigned a value that it does not support. +- from version 2.99.1 + * Support for enabling mTLS authentication with Listener and for providing custom value for TLS port + and Non-TLS Port during AVM Cluster Creation in Database service + * Support for usedDataStorageSizeInGbs property for autonomous database in the Database service + * Support for csiNumber organization in Tenant Manager Control Plane service + * Support for creating and updating an infrastructure with LACP support in Database service + * Support for changePrivateEndpointOutboundConnection operation in Integration Cloud service + * Support for Enable Process in Integration Cloud service + * Support for Disaster Recovery, DR enablement, switchover, and failover feature in Fusion Apps service + * Support for discovery and monitoring of External Exadata infrastructure in Database Management Service +- from version 2.99.0 + * Support for private endpoints in the Digital Assistant service + * Support for canceling backups in the Database service + * Support for improved labeling of key/value pairs in the Data Labeling service + * Support for retries by default on operations of the Digital Assistant service + * The property `opc_retry_token` was removed from the models `configure_digital_assistant_parameters`, + `rotate_channel_keys`, `start_channel`, `stop_channel` in the Digital Assistant service + * The property `lifetime_logical_clock` was removed from the models `Record`, `Dataset` and `Annotation` + in the Digital Assistant service + * The property `digital_assistant_id` was renamed to `id` in the `list_digital_assistants` model + in the Digital Assistant service + * The property `is_latest_skill_only` was renamed to `is_latest_version_only` in the `list_packages` + method in the Digital Assistant service + * The property `skill_id` was renamed to `id` in the `list_skills` model in the Digital Assistant service + * The properties `authorization_endpoint_url` and `subject_claim` were made optional in the + `AuthenticationProvider` model in the Digital Assistant service +- Refresh patches for new version + * ops_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + +------------------------------------------------------------------- +Tue Apr 18 10:47:41 UTC 2023 - John Paul Adrian Glaubitz + +- Update to version 2.98.0 + * Support for rotation of certificates on autonomous VM clusters on Exadata + Cloud at Customer in the Database service + * Support for ACD and OKV wallet naming for autonomous databases and dedicated + autonomous databases on Exadata Cloud at Customer in the Database service + * Support for Exadata cloud service application virtual IPs (VIPs) in the Database service + * Support for additional manageability features for large sensitive + data models and masking policies in the Data Safe service + * Support for getting user profile details and assignments + for databases and fleets in the Data Safe service + * Support for enabling ADDM spotlight for databases in the Operations Insights service + * The property `additional_database_status` was removed from the models `AutonomousDatabase`, + `AutonomousDatabaseSummary`, `AutonomousDataWarehouse`and `AutonomousDataWarehouseSummary` + in the Database service +- from version 2.97.0 + * Support for pre-emptible worker nodes in the Container Engine for Kubernetes service + * Support for larger data storage (now up to 128TB) in the MySQL Database service + * Support for HTTP health checks for HTTPS backend sets in the Load Balancer service + * The property `backend_set_name` was made required in the `ForwardToBackendSet` + model in the Load Balancer service +- from version 2.96.1 + * Support for ACD and OKV wallet naming for autonomous databases and dedicated + autonomous databases on Exadata Cloud at Customer in the Database service + * Support for validating the credentials of a connection in the DevOps service + * Support for GoldenGate Replicat performance profiles when creating + a migration in the Database Migration service + * Support for connection diagnostics on registered databases in the Database Migration service + * Support for launching bare metal instances in an RDMA network in the Compute service + ------------------------------------------------------------------- Mon Mar 27 07:51:10 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index ebc5f1f..906ba65 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -18,7 +18,7 @@ %bcond_without python2 Name: python-oci-sdk -Version: 2.96.0 +Version: 2.102.0 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 @@ -42,6 +42,7 @@ Requires: python-python-dateutil >= 2.5.3 Requires: python-pytz >= 2016.10 Requires: python-requests Requires: python-six +Requires: python-urllib3 < 2 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PyJWT} @@ -56,6 +57,7 @@ BuildRequires: %{python_module python-dateutil >= 2.5.3} BuildRequires: %{python_module pytz >= 2016.10} BuildRequires: %{python_module requests} BuildRequires: %{python_module six} +BuildRequires: %{python_module urllib3 < 2} BuildRequires: %{python_module vcrpy >= 2.0.1} %if %{with python2} BuildRequires: python-configparser