From e98ffb7f4667d33cf7f88554e3532dab559f14ffd2621236acdcc7b1f326e6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 26 Apr 2022 14:20:07 +0000 Subject: [PATCH] Accepting request 972818 from home:glaubitz:branches:devel:languages:python - Update to version 2.64.0 * Support for the Stack Monitoring service * Support for stack monitoring on external databases in the Database service * Support for upgrading VM database systems in place in the Database service * Support for viewing supported VMWare software versions when listing host shapes in the VMWare Solution service * Support for choosing compute shapes when creating SDDCs and ESXi hosts in the VMWare Solution service * Support for work requests on delete operations in the Vulnerability Scanning service * Support for additional scan metadata in reports, including CVE descriptions, in the Vulnerability Scanning service * Support for redemption codes in the Usage service * Param `type` in model `DiscoveryDetails` assumes the value of `UNKNOWN_ENUM_VALUE` if it is assigned a value that is not of the allowed_values. It will not raise a `ValueError`. - from version 2.63.0 * Support for bringing your own IPv6 addresses in the Networking service * Support for specifying database edition and maximum CPU core count when creating or updating an autonomous database in the Database service * Support for enabling and disabling data collection options when creating or updating Exadata Cloud at Customer VM clusters in the Database service * Support for retries by default on operations in the Identity service * Support for retries by default on operations in the Operations Insights service - from version 2.62.1 * Fixed the lifecycle state values for target databases in the Data Safe service * Support for content length and content type response headers when downloading PDFs in the Account Management service * Support for creating Enterprise Manager-based zLinux host targets, creating alarms, and viewing top process analytics in the Operations Insights service * Support for diagnostic reboots on VM instances in the Compute service - from version 2.62.0 OBS-URL: https://build.opensuse.org/request/show/972818 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=44 --- oci-python-sdk-2.61.0.tar.gz | 3 --- oci-python-sdk-2.64.0.tar.gz | 3 +++ ops_relax-python-depends.patch | 31 ++++++++++++---------- python-oci-sdk.changes | 47 ++++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 2 +- 5 files changed, 68 insertions(+), 18 deletions(-) delete mode 100644 oci-python-sdk-2.61.0.tar.gz create mode 100644 oci-python-sdk-2.64.0.tar.gz diff --git a/oci-python-sdk-2.61.0.tar.gz b/oci-python-sdk-2.61.0.tar.gz deleted file mode 100644 index 2bdc323..0000000 --- a/oci-python-sdk-2.61.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44951e794bd09cb193b22051d042a4484293c03f263db6ce13cb15ccc4a2196d -size 12949931 diff --git a/oci-python-sdk-2.64.0.tar.gz b/oci-python-sdk-2.64.0.tar.gz new file mode 100644 index 0000000..7d19db2 --- /dev/null +++ b/oci-python-sdk-2.64.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d4ef17b8d6e725177c87c02873b1edaaddd1cc060eb111e0b7f8e3a8280dfc +size 13060272 diff --git a/ops_relax-python-depends.patch b/ops_relax-python-depends.patch index cea02c0..f2545d6 100644 --- a/ops_relax-python-depends.patch +++ b/ops_relax-python-depends.patch @@ -1,7 +1,7 @@ -diff -Nru oci-python-sdk-2.51.0.orig/requirements.txt oci-python-sdk-2.51.0/requirements.txt ---- oci-python-sdk-2.51.0.orig/requirements.txt 2021-11-17 21:36:31.000000000 +0100 -+++ oci-python-sdk-2.51.0/requirements.txt 2021-11-29 12:54:45.426784577 +0100 -@@ -1,20 +1,19 @@ +diff -Nru oci-python-sdk-2.64.0.orig/requirements.txt oci-python-sdk-2.64.0/requirements.txt +--- oci-python-sdk-2.64.0.orig/requirements.txt 2022-04-19 19:16:40.000000000 +0200 ++++ oci-python-sdk-2.64.0/requirements.txt 2022-04-26 11:09:17.304558121 +0200 +@@ -1,21 +1,21 @@ -autodocsumm==0.1.11 +autodocsumm>=0.1.11 certifi @@ -15,11 +15,12 @@ diff -Nru oci-python-sdk-2.51.0.orig/requirements.txt oci-python-sdk-2.51.0/requ -pytest-cov==2.6.1 -attrs==19.1.0 -python-dateutil>=2.5.3,<=2.7.3 ++configparser>=4.0.2; python_version < '3' +coverage>=4.5.2 -+cryptography ++cryptography>=3.2.1 +flake8>=3.6.0 +mock>=2.0.0 -+pyOpenSSL>=17.5.0 ++pyOpenSSL>=19.1.0 +pytest>=4.1.0 +pytest-cov>=2.6.1 +attrs>=19.1.0 @@ -31,19 +32,20 @@ diff -Nru oci-python-sdk-2.51.0.orig/requirements.txt oci-python-sdk-2.51.0/requ -vcrpy==2.0.1 -wheel==0.32.3 -circuitbreaker>=1.3.1,<2.0.0 --docutils<0.18 -\ No newline at end of file +sphinx-rtd-theme>=0.4.2 +sphinx>=1.8.3 +tox>=3.14.3 +vcrpy>=2.0.1 +wheel>=0.32.3 +circuitbreaker>=1.3.1 -+docutils<0.18 -diff -Nru oci-python-sdk-2.51.0.orig/setup.py oci-python-sdk-2.51.0/setup.py ---- oci-python-sdk-2.51.0.orig/setup.py 2021-11-17 21:36:31.000000000 +0100 -+++ oci-python-sdk-2.51.0/setup.py 2021-11-29 12:55:20.295141554 +0100 -@@ -31,12 +31,11 @@ + docutils<0.18 +-Jinja2<3.1 +\ No newline at end of file ++Jinja2<3.1 +diff -Nru oci-python-sdk-2.64.0.orig/setup.py oci-python-sdk-2.64.0/setup.py +--- oci-python-sdk-2.64.0.orig/setup.py 2022-04-19 19:16:40.000000000 +0200 ++++ oci-python-sdk-2.64.0/setup.py 2022-04-26 11:08:21.691516296 +0200 +@@ -31,12 +31,12 @@ requires = [ "certifi", @@ -51,7 +53,8 @@ diff -Nru oci-python-sdk-2.51.0.orig/setup.py oci-python-sdk-2.51.0/setup.py - "cryptography>=3.2.1,<=3.4.7", - "pyOpenSSL>=17.5.0,<=19.1.0", - "python-dateutil>=2.5.3,<3.0.0", -+ "cryptography", ++ "configparser>=4.0.2 ; python_version < '3'", ++ "cryptography>=3.2.1", + "pyOpenSSL>=17.5.0", + "python-dateutil>=2.5.3", "pytz>=2016.10", diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 0a3d23e..20d6242 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 26 09:49:49 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 2.64.0 + * Support for the Stack Monitoring service + * Support for stack monitoring on external databases in the Database service + * Support for upgrading VM database systems in place in the Database service + * Support for viewing supported VMWare software versions when listing host + shapes in the VMWare Solution service + * Support for choosing compute shapes when creating SDDCs and ESXi hosts + in the VMWare Solution service + * Support for work requests on delete operations in the Vulnerability Scanning service + * Support for additional scan metadata in reports, including CVE descriptions, + in the Vulnerability Scanning service + * Support for redemption codes in the Usage service + * Param `type` in model `DiscoveryDetails` assumes the value of `UNKNOWN_ENUM_VALUE` if + it is assigned a value that is not of the allowed_values. It will not raise a `ValueError`. +- from version 2.63.0 + * Support for bringing your own IPv6 addresses in the Networking service + * Support for specifying database edition and maximum CPU core count when creating or + updating an autonomous database in the Database service + * Support for enabling and disabling data collection options when creating or updating + Exadata Cloud at Customer VM clusters in the Database service + * Support for retries by default on operations in the Identity service + * Support for retries by default on operations in the Operations Insights service +- from version 2.62.1 + * Fixed the lifecycle state values for target databases in the Data Safe service + * Support for content length and content type response headers when downloading + PDFs in the Account Management service + * Support for creating Enterprise Manager-based zLinux host targets, creating alarms, + and viewing top process analytics in the Operations Insights service + * Support for diagnostic reboots on VM instances in the Compute service +- from version 2.62.0 + * Support for returning the number of network ports as part of listing shapes + in the Compute service + * Support for Java runtime removal and custom logs in the Java Management service + * Support for new parameters for BGP admin state and enabling/disabling BFD + in the Networking service + * Support for private OKE clusters and blue-green deployments in the DevOps service + * Support for international customers to consume and launch third-party + paid listings in the Marketplace service + * Support for additional fields on entities, attributes, and folders + in the Data Catalog service + * Support for retries by default on operations in the Marketplace service +- Refresh patches for new version + * ops_relax-python-depends.patch + ------------------------------------------------------------------- Mon Mar 28 10:08:46 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 59621a0..607c90f 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-oci-sdk -Version: 2.61.0 +Version: 2.64.0 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0