diff --git a/oci-python-sdk-2.121.0.tar.gz b/oci-python-sdk-2.121.0.tar.gz deleted file mode 100644 index 1affd87..0000000 --- a/oci-python-sdk-2.121.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2757b6d34e6fe2ff7c9f70108604b783892ba18e128db54faad18cb589157f40 -size 14413640 diff --git a/oci-python-sdk-2.121.1.tar.gz b/oci-python-sdk-2.121.1.tar.gz new file mode 100644 index 0000000..0c44b00 --- /dev/null +++ b/oci-python-sdk-2.121.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ddb8138d0395124cdda4d5357d4948a3bdee13b7d139c89d6c9b4e1484ef76 +size 14430734 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index a8f6977..ea350ad 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Feb 16 13:00:31 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 2a4b629..338259e 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -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}