From 2be06a3860e73cd4b3df77f6283778ebd7e512394a5da4522b5cfa61a2a7cab1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 31 May 2024 21:28:17 +0000 Subject: [PATCH 1/3] Accepting request 1177923 from home:glaubitz:branches:devel:languages:python - Update to version 2.127.0 * Support for Demand Signal service * Support for external database connectors in the Database service * Support for monitoring standby databases in the Database Management service * Support for resource overviews in the Capacity Management service * Support for optional parameters in the download API in the Java Management Service Downloads service * The operation list_occ_availabilities can return any string for the params resource_type and workload_type in the OCI Control Center service * The model OccCapacityRequestComputeDetails has been removed in the OCI Control Center service * The params resource_type and workload_type can accept any string in the models OccAvailabilitySummary and OccCapacityRequestBaseDetails in the OCI Control Center service - from version 2.126.4 * Support for the Resource Scheduler service * Support for Bring Your Own Container (BYOC), custom networking and graceful termination of pipelines in the Data Science service * Support for backup and replacement of master, utility, and edge nodes in the Big Data service * Support for nested resource principal in the Data Science service OBS-URL: https://build.opensuse.org/request/show/1177923 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=145 --- oci-python-sdk-2.126.3.tar.gz | 3 --- oci-python-sdk-2.127.0.tar.gz | 3 +++ python-oci-sdk.changes | 24 ++++++++++++++++++++++++ python-oci-sdk.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 oci-python-sdk-2.126.3.tar.gz create mode 100644 oci-python-sdk-2.127.0.tar.gz diff --git a/oci-python-sdk-2.126.3.tar.gz b/oci-python-sdk-2.126.3.tar.gz deleted file mode 100644 index 3125839..0000000 --- a/oci-python-sdk-2.126.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a99637d34c95aea3c5f98eed53cdb7585d66bcd61a7e2a464157cfb14f2d9b29 -size 14920833 diff --git a/oci-python-sdk-2.127.0.tar.gz b/oci-python-sdk-2.127.0.tar.gz new file mode 100644 index 0000000..13ef93d --- /dev/null +++ b/oci-python-sdk-2.127.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a6b4d37b954924c4ad4896a3d3382e9bcdf8038a54e289e5746557a168db9a +size 15304468 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 56e7a8c..6e992b9 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri May 31 11:56:51 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 2.127.0 + * Support for Demand Signal service + * Support for external database connectors in the Database service + * Support for monitoring standby databases in the Database Management service + * Support for resource overviews in the Capacity Management service + * Support for optional parameters in the download API in the + Java Management Service Downloads service + * The operation list_occ_availabilities can return any string for the params + resource_type and workload_type in the OCI Control Center service + * The model OccCapacityRequestComputeDetails has been removed + in the OCI Control Center service + * The params resource_type and workload_type can accept any string in the models + OccAvailabilitySummary and OccCapacityRequestBaseDetails in the OCI Control + Center service +- from version 2.126.4 + * Support for the Resource Scheduler service + * Support for Bring Your Own Container (BYOC), custom networking and graceful + termination of pipelines in the Data Science service + * Support for backup and replacement of master, utility, and edge nodes in the Big Data service + * Support for nested resource principal in the Data Science service + ------------------------------------------------------------------- Wed May 15 08:34:56 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index bdcb434..b2f6d66 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %bcond_without python2 %{?sle15_python_module_pythons} Name: python-oci-sdk -Version: 2.126.3 +Version: 2.127.0 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 From ffee4f6fca68e42c552ba280ef01d01e0634950139d8b81eae1b9ef59f08248f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 31 May 2024 21:47:17 +0000 Subject: [PATCH 2/3] - clean up rpmlintrc and remove unnecessary requirement for sseclient Python module OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=146 --- python-oci-sdk.changes | 1 + python-oci-sdk.rpmlintrc | 2 -- python-oci-sdk.spec | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 6e992b9..81b1c36 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -21,6 +21,7 @@ Fri May 31 11:56:51 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.rpmlintrc b/python-oci-sdk.rpmlintrc index 44ab3d3..5b783bb 100644 --- a/python-oci-sdk.rpmlintrc +++ b/python-oci-sdk.rpmlintrc @@ -4,5 +4,3 @@ addFilter("python-leftover-require python[0-9]+-httpsig_cffi") addFilter("python-leftover-require python[0-9]+-requests") addFilter("python-leftover-require python[0-9]+-six") addFilter("python-leftover-require python[0-9]+-urllib3") -# python2 only: rpmlint does not understand the python marker yet -addFilter("python-missing-require configparser") diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index b2f6d66..0648a72 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -46,7 +46,6 @@ Requires: python-PyJWT Requires: python-httpsig_cffi Requires: python-requests Requires: python-six -Requires: python-sseclient Requires: python-urllib3 < 2 # /SECTION BuildArch: noarch @@ -62,7 +61,6 @@ 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} From cbdc44699f7b3949f33646200663b69b8e669b7507df892beb6c7a2dfca5aab6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 31 May 2024 22:15:06 +0000 Subject: [PATCH 3/3] Revert OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=147 --- python-oci-sdk.changes | 2 +- python-oci-sdk.spec | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 81b1c36..dc5e9e4 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -21,7 +21,7 @@ Fri May 31 11:56:51 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 0648a72..b2f6d66 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -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}