Accepting request 1074619 from home:glaubitz:branches:devel:languages:python
- Update to version 2.96.0 * Support for backup automation integration with the Database Recovery service in the Database service * Support for changing the disaster recovery configuration of an autonomous database in remote regions of its disaster recovery association in the Database service * Support for creating a remote disaster recovery association clone of an autonomous database in the Database service * Support for managed build stages to be configured to use custom shape build runners in the DevOps service * Support for listing pre-built functions and creating functions from pre-built functions in the Functions service * Support for connections types for database resources of type Amazon S3, HDFS, SQL Server, Java Messaging service, Mongo DB, Oracle NoSQL, and Snowflake in the GoldenGate service * The constant value `MODEL_TYPE_LAKE_HOUSE_CONNECTION` was renamed to `MODEL_TYPE_LAKE_CONNECTION` in the Connection, ConnectionDetails, ConnectionSummary, CreateConnectionDetails and UpdateConnectionDetails models in the Data Integration Service * The constant value `MODEL_TYPE_LAKE_HOUSE_DATA_ASSET` was renamed to `MODEL_TYPE_LAKE_DATA_ASSET` in the enum ModelTypeEnum in the DataAsset, CreateDataAssetDetails, DataAssetSummary, and UpdateDataAssetDetails models in the Data Integration Service * Model `UpdateConnectionFromLakehouse` was renamed to `UpdateConnectionFromLake` in the Data Integration Service * The constant values for `lifecycle_state` property of model `FunctionSummary` are removed in the Functions Service - from version 2.95.0 * Support for the Identity Domains service * Support for long-term backups for autonomous databases on Exadata Cloud at Customer in the Database service * Support for database OS patching in the Database service * Support for managing enhanced clusters, cluster add-ons, and serverless virtual node pools in the Container Engine for Kubernetes service OBS-URL: https://build.opensuse.org/request/show/1074619 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=93
This commit is contained in:
parent
026ed4fcbf
commit
b23a007967
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dded2a9a12daa4cfd30fedfb29fbaa2978aaf6a61c3d6df9be236f356c33de8f
|
||||
size 15935546
|
3
oci-python-sdk-2.96.0.tar.gz
Normal file
3
oci-python-sdk-2.96.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63848c69c145251e0bdb052840460a477b93e23bba515ded7a1e474f74e01883
|
||||
size 16391535
|
@ -1,15 +1,15 @@
|
||||
diff -Nru oci-python-sdk-2.90.1.orig/requirements.txt oci-python-sdk-2.90.1/requirements.txt
|
||||
--- oci-python-sdk-2.90.1.orig/requirements.txt 2023-01-10 18:07:08.000000000 +0000
|
||||
+++ oci-python-sdk-2.90.1/requirements.txt 2023-01-11 15:13:10.410431175 +0000
|
||||
@@ -1,22 +1,21 @@
|
||||
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 @@
|
||||
-autodocsumm==0.1.11
|
||||
+autodocsumm>=0.1.11
|
||||
certifi
|
||||
-coverage==4.5.2
|
||||
-cryptography>=3.2.1,<39.0.0
|
||||
-cryptography>=3.2.1,<40.0.0
|
||||
-flake8>=3.6.0,<6
|
||||
-mock==2.0.0
|
||||
-pyOpenSSL>=17.5.0,<=22.1.0
|
||||
-pyOpenSSL>=17.5.0,<24.0.0
|
||||
-pytest==4.1.0
|
||||
-pytest-cov==2.6.1
|
||||
-attrs==19.1.0
|
||||
@ -41,17 +41,17 @@ diff -Nru oci-python-sdk-2.90.1.orig/requirements.txt oci-python-sdk-2.90.1/requ
|
||||
+wheel>=0.38.1 ; python_version >= '3.7'
|
||||
+circuitbreaker>=1.3.1
|
||||
docutils<0.18
|
||||
-Jinja2<3.1
|
||||
diff -Nru oci-python-sdk-2.90.1.orig/setup.py oci-python-sdk-2.90.1/setup.py
|
||||
--- oci-python-sdk-2.90.1.orig/setup.py 2023-01-10 18:07:08.000000000 +0000
|
||||
+++ oci-python-sdk-2.90.1/setup.py 2023-01-11 15:16:19.211227900 +0000
|
||||
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
|
||||
@@ -31,12 +31,12 @@
|
||||
|
||||
requires = [
|
||||
"certifi",
|
||||
- "configparser==4.0.2 ; python_version < '3'",
|
||||
- "cryptography>=3.2.1,<39.0.0",
|
||||
- "pyOpenSSL>=17.5.0,<=22.1.0",
|
||||
- "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",
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 27 07:51:10 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 2.96.0
|
||||
* Support for backup automation integration with the Database Recovery
|
||||
service in the Database service
|
||||
* Support for changing the disaster recovery configuration of an autonomous database
|
||||
in remote regions of its disaster recovery association in the Database service
|
||||
* Support for creating a remote disaster recovery association
|
||||
clone of an autonomous database in the Database service
|
||||
* Support for managed build stages to be configured to use
|
||||
custom shape build runners in the DevOps service
|
||||
* Support for listing pre-built functions and creating functions
|
||||
from pre-built functions in the Functions service
|
||||
* Support for connections types for database resources of type Amazon S3, HDFS, SQL Server,
|
||||
Java Messaging service, Mongo DB, Oracle NoSQL, and Snowflake in the GoldenGate service
|
||||
* The constant value `MODEL_TYPE_LAKE_HOUSE_CONNECTION` was renamed to `MODEL_TYPE_LAKE_CONNECTION`
|
||||
in the Connection, ConnectionDetails, ConnectionSummary, CreateConnectionDetails and
|
||||
UpdateConnectionDetails models in the Data Integration Service
|
||||
* The constant value `MODEL_TYPE_LAKE_HOUSE_DATA_ASSET` was renamed to `MODEL_TYPE_LAKE_DATA_ASSET`
|
||||
in the enum ModelTypeEnum in the DataAsset, CreateDataAssetDetails, DataAssetSummary, and
|
||||
UpdateDataAssetDetails models in the Data Integration Service
|
||||
* Model `UpdateConnectionFromLakehouse` was renamed to
|
||||
`UpdateConnectionFromLake` in the Data Integration Service
|
||||
* The constant values for `lifecycle_state` property of model
|
||||
`FunctionSummary` are removed in the Functions Service
|
||||
- from version 2.95.0
|
||||
* Support for the Identity Domains service
|
||||
* Support for long-term backups for autonomous databases on
|
||||
Exadata Cloud at Customer in the Database service
|
||||
* Support for database OS patching in the Database service
|
||||
* Support for managing enhanced clusters, cluster add-ons, and serverless
|
||||
virtual node pools in the Container Engine for Kubernetes service
|
||||
* Support for templates and copy object requests in the Data Integration service
|
||||
* Support for maintenance features in the GoldenGate service
|
||||
* Support for AMD_MILAN_BM_GPU configuration type on instances in the Compute service
|
||||
* Support for host storage metrics and network metrics as part
|
||||
of host capacity planning in the Operations Insights service
|
||||
* `UNKNOWN_ENUM_VALUE` will be returned for unknown enum values, instead of raising
|
||||
`ValueError`, for property `protocol` in model `IdentityProvider` in the
|
||||
Identity Data Plane service
|
||||
* `UNKNOWN_ENUM_VALUE` will be returned for unknown enum values, instead of raising
|
||||
`ValueError`, for property `lifecycle_state` in model `TemplateSummary` in the
|
||||
Identity Data Plane service
|
||||
* The upper bound for `cryptography` dependency has changed to versions less than `40.0.0`
|
||||
to address security vulnerability CVE-2023-23931.
|
||||
For more discussion please see https://github.com/oracle/oci-python-sdk/issues/515
|
||||
- Refresh patches for new version
|
||||
* ops_relax-python-depends.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 13 10:59:13 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without python2
|
||||
Name: python-oci-sdk
|
||||
Version: 2.94.0
|
||||
Version: 2.96.0
|
||||
Release: 0
|
||||
Summary: Oracle Cloud Infrastructure Python SDK
|
||||
License: Apache-2.0 OR UPL-1.0
|
||||
|
Loading…
Reference in New Issue
Block a user