From d79d99dad7c2f92385a199d7946a779ad88c599b8b4c87f005eb5bb5b72492d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 25 Jan 2024 09:38:56 +0000 Subject: [PATCH] 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 --- oci-python-sdk-2.118.0.tar.gz | 3 --- oci-python-sdk-2.119.1.tar.gz | 3 +++ ops_relax-python-depends.patch | 23 +++++++++++--------- python-oci-sdk.changes | 38 ++++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 2 +- 5 files changed, 55 insertions(+), 14 deletions(-) delete mode 100644 oci-python-sdk-2.118.0.tar.gz create mode 100644 oci-python-sdk-2.119.1.tar.gz diff --git a/oci-python-sdk-2.118.0.tar.gz b/oci-python-sdk-2.118.0.tar.gz deleted file mode 100644 index 19f47dd..0000000 --- a/oci-python-sdk-2.118.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbda5678c9130a3543174ced58b7ab055c5c109a57c5e830cc2be9a816413da4 -size 14120784 diff --git a/oci-python-sdk-2.119.1.tar.gz b/oci-python-sdk-2.119.1.tar.gz new file mode 100644 index 0000000..ae00096 --- /dev/null +++ b/oci-python-sdk-2.119.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b628f7971334e17849490d7d5e196df260fcac8e92979e643a81004bfa0bfad +size 14272331 diff --git a/ops_relax-python-depends.patch b/ops_relax-python-depends.patch index 1b5b467..df3084c 100644 --- a/ops_relax-python-depends.patch +++ b/ops_relax-python-depends.patch @@ -1,21 +1,22 @@ -diff -Nru oci-python-sdk-2.106.0.orig/requirements.txt oci-python-sdk-2.106.0/requirements.txt ---- oci-python-sdk-2.106.0.orig/requirements.txt 2023-07-11 19:14:59.000000000 +0200 -+++ oci-python-sdk-2.106.0/requirements.txt 2023-07-12 09:36:42.974630248 +0200 +diff -Nru oci-python-sdk-2.119.1.orig/requirements.txt oci-python-sdk-2.119.1/requirements.txt +--- oci-python-sdk-2.119.1.orig/requirements.txt 2024-01-23 05:54:06.000000000 +0100 ++++ oci-python-sdk-2.119.1/requirements.txt 2024-01-24 10:58:08.999268767 +0100 @@ -1,21 +1,21 @@ -autodocsumm==0.1.11 +autodocsumm>=0.1.11 certifi -coverage==4.5.2 -cryptography>=3.2.1,<42.0.0 -+coverage>=4.5.2 -+cryptography>=3.2.1 - flake8>=3.6.0,<6 +-flake8>=3.6.0,<6 -mock==2.0.0 -pyOpenSSL>=17.5.0,<24.0.0 -pytest==4.1.0 -pytest-cov==2.6.1 -attrs==19.1.0 -python-dateutil>=2.5.3,<=2.7.3 ++coverage>=4.5.2 ++cryptography>=3.2.1 ++flake8>=3.6.0 +mock>=2.0.0 +pyOpenSSL>=17.5.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 docutils<0.18 - Jinja2<3.1 -diff -Nru oci-python-sdk-2.106.0.orig/setup.py oci-python-sdk-2.106.0/setup.py ---- oci-python-sdk-2.106.0.orig/setup.py 2023-07-11 19:14:59.000000000 +0200 -+++ oci-python-sdk-2.106.0/setup.py 2023-07-12 09:36:17.830470083 +0200 +-Jinja2<3.1 +\ No newline at end of file ++Jinja2<3.1 +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 @@ requires = [ diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index b94a588..3bba1cd 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Wed Jan 24 09:59:30 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index b848f3b..d4a3efc 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -18,7 +18,7 @@ %bcond_without python2 Name: python-oci-sdk -Version: 2.118.0 +Version: 2.119.1 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0