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
This commit is contained in:
parent
bbd6264a8f
commit
e98ffb7f46
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:44951e794bd09cb193b22051d042a4484293c03f263db6ce13cb15ccc4a2196d
|
|
||||||
size 12949931
|
|
3
oci-python-sdk-2.64.0.tar.gz
Normal file
3
oci-python-sdk-2.64.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:20d4ef17b8d6e725177c87c02873b1edaaddd1cc060eb111e0b7f8e3a8280dfc
|
||||||
|
size 13060272
|
@ -1,7 +1,7 @@
|
|||||||
diff -Nru oci-python-sdk-2.51.0.orig/requirements.txt oci-python-sdk-2.51.0/requirements.txt
|
diff -Nru oci-python-sdk-2.64.0.orig/requirements.txt oci-python-sdk-2.64.0/requirements.txt
|
||||||
--- oci-python-sdk-2.51.0.orig/requirements.txt 2021-11-17 21:36:31.000000000 +0100
|
--- oci-python-sdk-2.64.0.orig/requirements.txt 2022-04-19 19:16:40.000000000 +0200
|
||||||
+++ oci-python-sdk-2.51.0/requirements.txt 2021-11-29 12:54:45.426784577 +0100
|
+++ oci-python-sdk-2.64.0/requirements.txt 2022-04-26 11:09:17.304558121 +0200
|
||||||
@@ -1,20 +1,19 @@
|
@@ -1,21 +1,21 @@
|
||||||
-autodocsumm==0.1.11
|
-autodocsumm==0.1.11
|
||||||
+autodocsumm>=0.1.11
|
+autodocsumm>=0.1.11
|
||||||
certifi
|
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
|
-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
|
||||||
|
+configparser>=4.0.2; python_version < '3'
|
||||||
+coverage>=4.5.2
|
+coverage>=4.5.2
|
||||||
+cryptography
|
+cryptography>=3.2.1
|
||||||
+flake8>=3.6.0
|
+flake8>=3.6.0
|
||||||
+mock>=2.0.0
|
+mock>=2.0.0
|
||||||
+pyOpenSSL>=17.5.0
|
+pyOpenSSL>=19.1.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
|
||||||
@ -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
|
-vcrpy==2.0.1
|
||||||
-wheel==0.32.3
|
-wheel==0.32.3
|
||||||
-circuitbreaker>=1.3.1,<2.0.0
|
-circuitbreaker>=1.3.1,<2.0.0
|
||||||
-docutils<0.18
|
|
||||||
\ No newline at end of file
|
|
||||||
+sphinx-rtd-theme>=0.4.2
|
+sphinx-rtd-theme>=0.4.2
|
||||||
+sphinx>=1.8.3
|
+sphinx>=1.8.3
|
||||||
+tox>=3.14.3
|
+tox>=3.14.3
|
||||||
+vcrpy>=2.0.1
|
+vcrpy>=2.0.1
|
||||||
+wheel>=0.32.3
|
+wheel>=0.32.3
|
||||||
+circuitbreaker>=1.3.1
|
+circuitbreaker>=1.3.1
|
||||||
+docutils<0.18
|
docutils<0.18
|
||||||
diff -Nru oci-python-sdk-2.51.0.orig/setup.py oci-python-sdk-2.51.0/setup.py
|
-Jinja2<3.1
|
||||||
--- oci-python-sdk-2.51.0.orig/setup.py 2021-11-17 21:36:31.000000000 +0100
|
\ No newline at end of file
|
||||||
+++ oci-python-sdk-2.51.0/setup.py 2021-11-29 12:55:20.295141554 +0100
|
+Jinja2<3.1
|
||||||
@@ -31,12 +31,11 @@
|
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 = [
|
requires = [
|
||||||
"certifi",
|
"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",
|
- "cryptography>=3.2.1,<=3.4.7",
|
||||||
- "pyOpenSSL>=17.5.0,<=19.1.0",
|
- "pyOpenSSL>=17.5.0,<=19.1.0",
|
||||||
- "python-dateutil>=2.5.3,<3.0.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",
|
+ "pyOpenSSL>=17.5.0",
|
||||||
+ "python-dateutil>=2.5.3",
|
+ "python-dateutil>=2.5.3",
|
||||||
"pytz>=2016.10",
|
"pytz>=2016.10",
|
||||||
|
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 26 09:49:49 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
Mon Mar 28 10:08:46 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-oci-sdk
|
Name: python-oci-sdk
|
||||||
Version: 2.61.0
|
Version: 2.64.0
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user