From d86ca0f1abbd433806254a355f7071979b45dcfd324e3585a3f6d1ecd0780c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 14 May 2021 11:05:02 +0000 Subject: [PATCH] Accepting request 893077 from home:glaubitz:branches:devel:languages:python - Update to version 2.38.2 * Support for creating notebook sessions with larger block volumes in the Data Science service * Support for database maintenance run patch modes in the Database service * Fixed a bug where `timeout=None` was not respected when passed to clients. The older versions of the SDK still use the default connection timeout(10s) and read timeout(60s) when initialized with `timeout=None` * Improvement in the performance of Upload Manager for parallel uploads. This is achieved by overriding the default read size of Python HTTP client from 8192 bytes to 64 kb. OBS-URL: https://build.opensuse.org/request/show/893077 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=26 --- python-oci-sdk.changes | 12 ++++++++++++ python-oci-sdk.spec | 2 +- v2.38.1.tar.gz | 3 --- v2.38.2.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 v2.38.1.tar.gz create mode 100644 v2.38.2.tar.gz diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 51d8b16..ac3f6f8 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri May 14 10:13:53 UTC 2021 - John Paul Adrian Glaubitz + +- Update to version 2.38.2 + * Support for creating notebook sessions with larger block volumes in the Data Science service + * Support for database maintenance run patch modes in the Database service + * Fixed a bug where `timeout=None` was not respected when passed to clients. The older + versions of the SDK still use the default connection timeout(10s) and read timeout(60s) + when initialized with `timeout=None` + * Improvement in the performance of Upload Manager for parallel uploads. This is achieved + by overriding the default read size of Python HTTP client from 8192 bytes to 64 kb. + ------------------------------------------------------------------- Wed May 12 12:50:28 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 760582b..2406c0c 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-oci-sdk -Version: 2.38.1 +Version: 2.38.2 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 diff --git a/v2.38.1.tar.gz b/v2.38.1.tar.gz deleted file mode 100644 index c210871..0000000 --- a/v2.38.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d23e3ebff234b0f15dc305f5f44fb6f98e2966bab7a994f45032e28008f59ba -size 10369596 diff --git a/v2.38.2.tar.gz b/v2.38.2.tar.gz new file mode 100644 index 0000000..c76dc2e --- /dev/null +++ b/v2.38.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41738e1fe6584eedbc52506fdedcc9bac1c77574e9d3e119647c0cf115f8c4a0 +size 10371963