forked from pool/python-oci-sdk
Dirk Mueller
5bb199c57b
- Update to version 2.75.1 * Support for calling Oracle Cloud Infrastructure services in the mx-queretaro-1 region * Support for the Process Automation service * Support for the Managed Access service * Support for extending maintenance reboot due dates on virtual machines in the Compute service * Support for ingress routing tables on NAT gateways and internet gateways in the Networking service * Support for container database and pluggable database discovery in the Stack Monitoring service * Support for displaying rack serial numbers for Exadata infrastructure resources in the Database service * Support for grace periods for wallet rotation on autonomous databases in the Database service * Support for hosting models on flexible compute shapes with customizable OCPUs and memory in the Data Science service * The upper bound for `pyOpenSSL` dependency has changed from `19.1.0` to `22.0.0` * The upper bound for `cryptography` dependency has changed from `3.4.7` to `37.0.2` - from version 2.75.0 * Support for DBCS databases in the Operations Insights service * Support for point-in-time recovery for non-highly-available database systems in the MySQL Database service * Support for triggering reboot migration on instances with pending maintenance in the Compute service * Support for native pod networking in the Container Engine for Kubernetes service * Support for creating Data Guard associations with new database OBS-URL: https://build.opensuse.org/request/show/990656 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=52
65 lines
1.6 KiB
Diff
65 lines
1.6 KiB
Diff
diff -Nru oci-python-sdk-2.75.1.orig/requirements.txt oci-python-sdk-2.75.1/requirements.txt
|
|
--- oci-python-sdk-2.75.1.orig/requirements.txt 2022-07-19 19:14:53.000000000 +0200
|
|
+++ oci-python-sdk-2.75.1/requirements.txt 2022-07-22 12:00:07.839558705 +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,<=37.0.2
|
|
+configparser>=4.0.2
|
|
+coverage>=4.5.2
|
|
+cryptography>=3.2.1
|
|
flake8>=3.6.0
|
|
-mock==2.0.0
|
|
-pyOpenSSL>=17.5.0,<=22.0.0
|
|
-pytest==4.1.0
|
|
-pytest-cov==2.6.1
|
|
-attrs==19.1.0
|
|
-python-dateutil>=2.5.3,<=2.7.3
|
|
+mock>=2.0.0
|
|
+pyOpenSSL>=17.5.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.75.1.orig/setup.py oci-python-sdk-2.75.1/setup.py
|
|
--- oci-python-sdk-2.75.1.orig/setup.py 2022-07-19 19:14:53.000000000 +0200
|
|
+++ oci-python-sdk-2.75.1/setup.py 2022-07-22 11:59:32.218128700 +0200
|
|
@@ -31,12 +31,12 @@
|
|
|
|
requires = [
|
|
"certifi",
|
|
- "configparser==4.0.2 ; python_version < '3'",
|
|
- "cryptography>=3.2.1,<=37.0.2",
|
|
- "pyOpenSSL>=17.5.0,<=22.0.0",
|
|
- "python-dateutil>=2.5.3,<3.0.0",
|
|
+ "configparser>=4.0.2",
|
|
+ "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(
|