1
0

Accepting request 1147156 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1147156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oci-sdk?expand=0&rev=71
This commit is contained in:
2024-03-05 17:49:32 +00:00
committed by Git OBS Bridge
4 changed files with 28 additions and 4 deletions

BIN
oci-python-sdk-2.121.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
oci-python-sdk-2.121.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Feb 16 13:00:31 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.121.1
* Support for adding automatic backups during cross region operations
and disaster recovery in the Autonomous Database service
* Support for overlapping CIDR in network path analyzer
in the Virtual Network Monitoring service
* Support for additional attributes in entity and
topology in the Log Analytics service
* Support for historic collection and log type while creating
object collection rules in the Log Analytics service
* Support for position aware parsers in the Log Analytics service
* Support for filtering log sources, detection rules and scheduled
tasks based on target service in the Log Analytics service
* Support for additional recall and release attributes
in the Log Analytics service
* Support for opc-meta-properties header while uploading
log events in the Log Analytics service
* Support for Generative AI Inference service
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Thu Feb 8 09:00:43 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,7 +18,7 @@
%bcond_without python2
Name: python-oci-sdk
Version: 2.121.0
Version: 2.121.1
Release: 0
Summary: Oracle Cloud Infrastructure Python SDK
License: Apache-2.0 OR UPL-1.0
@@ -46,6 +46,7 @@ Requires: python-PyJWT
Requires: python-httpsig_cffi
Requires: python-requests
Requires: python-six
Requires: python-sseclient
Requires: python-urllib3 < 2
# /SECTION
BuildArch: noarch
@@ -61,6 +62,7 @@ BuildRequires: %{python_module python-dateutil >= 2.5.3}
BuildRequires: %{python_module pytz >= 2016.10}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module six}
BuildRequires: %{python_module sseclient}
BuildRequires: %{python_module urllib3 < 2}
BuildRequires: %{python_module vcrpy >= 2.0.1}
%if %{with python2}