14
0

Accepting request 1039283 from home:glaubitz:branches:devel:languages:python

- Update to version 2.88.2
  * Support for Resource Principals version 2.1 and 2.1.1
  * Support for disabling Lazy Imports introduced in version
    `2.88.1` by setting the environment variable
    `OCI_PYTHON_SDK_LAZY_IMPORTS_DISABLED` to `True`
  * The upper bound for `cryptography` dependency has changed
    from `37.0.2` to versions less than `39.0.0`
- Refresh patches for new version
  * ops_relax-python-depends.patch

OBS-URL: https://build.opensuse.org/request/show/1039283
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=72
This commit is contained in:
2022-12-02 10:48:01 +00:00
committed by Git OBS Bridge
parent 46b4db03b6
commit 38cc3fc85d
5 changed files with 29 additions and 15 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Dec 1 09:59:14 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.88.2
* Support for Resource Principals version 2.1 and 2.1.1
* Support for disabling Lazy Imports introduced in version
`2.88.1` by setting the environment variable
`OCI_PYTHON_SDK_LAZY_IMPORTS_DISABLED` to `True`
* The upper bound for `cryptography` dependency has changed
from `37.0.2` to versions less than `39.0.0`
- Refresh patches for new version
* ops_relax-python-depends.patch
-------------------------------------------------------------------
Tue Nov 22 14:42:36 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>