forked from pool/python-oci-sdk
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
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 14 10:13:53 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
Wed May 12 12:50:28 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-oci-sdk
|
Name: python-oci-sdk
|
||||||
Version: 2.38.1
|
Version: 2.38.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Oracle Cloud Infrastructure Python SDK
|
Summary: Oracle Cloud Infrastructure Python SDK
|
||||||
License: Apache-2.0 OR UPL-1.0
|
License: Apache-2.0 OR UPL-1.0
|
||||||
|
|||||||
BIN
v2.38.1.tar.gz
LFS
BIN
v2.38.1.tar.gz
LFS
Binary file not shown.
BIN
v2.38.2.tar.gz
LFS
Normal file
BIN
v2.38.2.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user