diff --git a/oci-python-sdk-2.94.0.tar.gz b/oci-python-sdk-2.94.0.tar.gz deleted file mode 100644 index 8aa4af1..0000000 --- a/oci-python-sdk-2.94.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dded2a9a12daa4cfd30fedfb29fbaa2978aaf6a61c3d6df9be236f356c33de8f -size 15935546 diff --git a/oci-python-sdk-2.96.0.tar.gz b/oci-python-sdk-2.96.0.tar.gz new file mode 100644 index 0000000..88cf0d7 --- /dev/null +++ b/oci-python-sdk-2.96.0.tar.gz @@ -0,0 +1,3 @@ +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 8ab6a16..9c7fc3f 100644 --- a/ops_relax-python-depends.patch +++ b/ops_relax-python-depends.patch @@ -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", diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index e6a5343..f6bc80b 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Mon Mar 27 07:51:10 UTC 2023 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index ded2cbe..ebc5f1f 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -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