1
0

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

- Update to version 2.119.1
  * Support for the Generative AI service
  * Support for additional currencies and countries for paid
    listings in the Marketplace service
  * Support for process sets in the Stack Monitoring service
- from version 2.119.0
  * Support for resource id filter on the service work requests in the Container Instances service
  * Support for polyglot vulnerability audit in the Application Dependency Management service
  * Support for create, read, and update operations on peer databases in the Data Safe service
  * Support for dimension specific alarm suppressions in the Monitoring service
  * Support for calculating audit volume in the Data Safe service
  * Support for viewing schema accesses in data safe user assessments in the Data Safe service
  * Support for security feature usage in the Data Safe service
  * Support for viewing the top security findings in data safe security assessments in the Data Safe service
  * Support for additional filters in list findings operation in the Data Safe service
  * Support for updating risk level of the specified finding in the Data Safe service
  * Method `create_vulnerability_audit_and_wait_for_state` now waits on `oci.adm.models.VulnerabilityAudit`
    instead of `oci.adm.models.WorkRequest` in the Application Dependency Management service
- from version 2.118.2
  * Removed dependency on python-pkcs11
- from version 2.118.1
  * Support for calling Oracle Cloud Infrastructure services in the sa-valparaiso-1 region
  * Support for creation of up to 60 containers per container instance in the Container Instances service
  * Support for Oracle GoldenGate discovery and monitoring in the Stack Monitoring service
  * Support for GoldenGate stream analytics in the GoldenGate service
  * Support for backup work requests in MySQL Heatwave service
  * Support for create, update, delete and list operations on premise vantage points
    in the Application Performance Monitoring service
  * Support for create, update, delete and list operations on workers in the
    Application Performance Monitoring service

OBS-URL: https://build.opensuse.org/request/show/1141201
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=131
This commit is contained in:
Markéta Machová 2024-01-25 09:38:56 +00:00 committed by Git OBS Bridge
parent 5d3e9cc0b9
commit d79d99dad7
5 changed files with 55 additions and 14 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b628f7971334e17849490d7d5e196df260fcac8e92979e643a81004bfa0bfad
size 14272331

View File

@ -1,21 +1,22 @@
diff -Nru oci-python-sdk-2.106.0.orig/requirements.txt oci-python-sdk-2.106.0/requirements.txt diff -Nru oci-python-sdk-2.119.1.orig/requirements.txt oci-python-sdk-2.119.1/requirements.txt
--- oci-python-sdk-2.106.0.orig/requirements.txt 2023-07-11 19:14:59.000000000 +0200 --- oci-python-sdk-2.119.1.orig/requirements.txt 2024-01-23 05:54:06.000000000 +0100
+++ oci-python-sdk-2.106.0/requirements.txt 2023-07-12 09:36:42.974630248 +0200 +++ oci-python-sdk-2.119.1/requirements.txt 2024-01-24 10:58:08.999268767 +0100
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
-autodocsumm==0.1.11 -autodocsumm==0.1.11
+autodocsumm>=0.1.11 +autodocsumm>=0.1.11
certifi certifi
-coverage==4.5.2 -coverage==4.5.2
-cryptography>=3.2.1,<42.0.0 -cryptography>=3.2.1,<42.0.0
+coverage>=4.5.2 -flake8>=3.6.0,<6
+cryptography>=3.2.1
flake8>=3.6.0,<6
-mock==2.0.0 -mock==2.0.0
-pyOpenSSL>=17.5.0,<24.0.0 -pyOpenSSL>=17.5.0,<24.0.0
-pytest==4.1.0 -pytest==4.1.0
-pytest-cov==2.6.1 -pytest-cov==2.6.1
-attrs==19.1.0 -attrs==19.1.0
-python-dateutil>=2.5.3,<=2.7.3 -python-dateutil>=2.5.3,<=2.7.3
+coverage>=4.5.2
+cryptography>=3.2.1
+flake8>=3.6.0
+mock>=2.0.0 +mock>=2.0.0
+pyOpenSSL>=17.5.0 +pyOpenSSL>=17.5.0
+pytest>=4.1.0 +pytest>=4.1.0
@ -37,10 +38,12 @@ diff -Nru oci-python-sdk-2.106.0.orig/requirements.txt oci-python-sdk-2.106.0/re
-circuitbreaker>=1.3.1,<2.0.0 -circuitbreaker>=1.3.1,<2.0.0
+circuitbreaker>=1.3.1 +circuitbreaker>=1.3.1
docutils<0.18 docutils<0.18
Jinja2<3.1 -Jinja2<3.1
diff -Nru oci-python-sdk-2.106.0.orig/setup.py oci-python-sdk-2.106.0/setup.py \ No newline at end of file
--- oci-python-sdk-2.106.0.orig/setup.py 2023-07-11 19:14:59.000000000 +0200 +Jinja2<3.1
+++ oci-python-sdk-2.106.0/setup.py 2023-07-12 09:36:17.830470083 +0200 diff -Nru oci-python-sdk-2.119.1.orig/setup.py oci-python-sdk-2.119.1/setup.py
--- oci-python-sdk-2.119.1.orig/setup.py 2024-01-23 05:54:06.000000000 +0100
+++ oci-python-sdk-2.119.1/setup.py 2024-01-24 10:59:01.382714129 +0100
@@ -31,12 +31,12 @@ @@ -31,12 +31,12 @@
requires = [ requires = [

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Wed Jan 24 09:59:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.119.1
* Support for the Generative AI service
* Support for additional currencies and countries for paid
listings in the Marketplace service
* Support for process sets in the Stack Monitoring service
- from version 2.119.0
* Support for resource id filter on the service work requests in the Container Instances service
* Support for polyglot vulnerability audit in the Application Dependency Management service
* Support for create, read, and update operations on peer databases in the Data Safe service
* Support for dimension specific alarm suppressions in the Monitoring service
* Support for calculating audit volume in the Data Safe service
* Support for viewing schema accesses in data safe user assessments in the Data Safe service
* Support for security feature usage in the Data Safe service
* Support for viewing the top security findings in data safe security assessments in the Data Safe service
* Support for additional filters in list findings operation in the Data Safe service
* Support for updating risk level of the specified finding in the Data Safe service
* Method `create_vulnerability_audit_and_wait_for_state` now waits on `oci.adm.models.VulnerabilityAudit`
instead of `oci.adm.models.WorkRequest` in the Application Dependency Management service
- from version 2.118.2
* Removed dependency on python-pkcs11
- from version 2.118.1
* Support for calling Oracle Cloud Infrastructure services in the sa-valparaiso-1 region
* Support for creation of up to 60 containers per container instance in the Container Instances service
* Support for Oracle GoldenGate discovery and monitoring in the Stack Monitoring service
* Support for GoldenGate stream analytics in the GoldenGate service
* Support for backup work requests in MySQL Heatwave service
* Support for create, update, delete and list operations on premise vantage points
in the Application Performance Monitoring service
* Support for create, update, delete and list operations on workers in the
Application Performance Monitoring service
* Support for host capacity planning for compute instances and host unallocated
metrics in the Operations Insights service
- Refresh patches for new version
* ops_relax-python-depends.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 3 10:42:52 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Wed Jan 3 10:42:52 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -18,7 +18,7 @@
%bcond_without python2 %bcond_without python2
Name: python-oci-sdk Name: python-oci-sdk
Version: 2.118.0 Version: 2.119.1
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