1
0

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

- 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

OBS-URL: https://build.opensuse.org/request/show/1147091
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=135
This commit is contained in:
Matej Cepl 2024-02-16 16:45:57 +00:00 committed by Git OBS Bridge
parent 54071d882d
commit 9275c6bea6
4 changed files with 28 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2757b6d34e6fe2ff7c9f70108604b783892ba18e128db54faad18cb589157f40
size 14413640

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38ddb8138d0395124cdda4d5357d4948a3bdee13b7d139c89d6c9b4e1484ef76
size 14430734

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}