forked from pool/python-oci-sdk
Markéta Machová
e98ffb7f46
- 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
66 lines
1.7 KiB
Diff
66 lines
1.7 KiB
Diff
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
|
|
-configparser==4.0.2; python_version < '3'
|
|
-coverage==4.5.2
|
|
-cryptography>=3.2.1,<=3.4.7
|
|
-flake8==3.6.0
|
|
-mock==2.0.0
|
|
-pyOpenSSL==19.1.0
|
|
-pytest==4.1.0
|
|
-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>=3.2.1
|
|
+flake8>=3.6.0
|
|
+mock>=2.0.0
|
|
+pyOpenSSL>=19.1.0
|
|
+pytest>=4.1.0
|
|
+pytest-cov>=2.6.1
|
|
+attrs>=19.1.0
|
|
+python-dateutil>=2.5.3
|
|
pytz>=2016.10
|
|
-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,<2.0.0
|
|
+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
|
|
-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",
|
|
- "configparser==4.0.2 ; python_version < '3'",
|
|
- "cryptography>=3.2.1,<=3.4.7",
|
|
- "pyOpenSSL>=17.5.0,<=19.1.0",
|
|
- "python-dateutil>=2.5.3,<3.0.0",
|
|
+ "configparser>=4.0.2 ; python_version < '3'",
|
|
+ "cryptography>=3.2.1",
|
|
+ "pyOpenSSL>=17.5.0",
|
|
+ "python-dateutil>=2.5.3",
|
|
"pytz>=2016.10",
|
|
- "circuitbreaker>=1.3.1,< 2.0.0"
|
|
+ "circuitbreaker>=1.3.1"
|
|
]
|
|
|
|
setup(
|