1
0
python-oci-sdk/ops_relax-python-depends.patch
Robert Schweikert fea12782d6 Accepting request 861812 from home:glaubitz:branches:devel:languages:python
- Update to version 2.26.0
  * Support for filtering listKeys based on KeyShape in KeyManagement service
  * Support for the Oracle Roving Edge Infrastructure service
  * Support for flexible ShapeDetails in Load Balancer service
  * Support for listing of harvested Rules, additional filtering for Logical
    Entity list calls in Data Catalog service
  * Support second level domain for audit SDK
  * Support for listing flex components in Database service
  * Support for APEX service for ADBS on OCI console for Database service
  * Support for Customer-Managed Key features as a part of the Database service
  * Support for Github configuration source provider as part of the Resource Manager service
  * Removed deprecated create_autonomous_data_warehouse API from Database service
  * Removed deprecated create_autonomous_data_warehouse_backup API from Database service
  * Removed deprecated delete_autonomous_data_warehouse API from Database service
  * Removed deprecated generate_autonomous_data_warehouse_wallet API from Database service
  * Removed deprecated get_autonomous_data_warehouse API from Database service
  * Removed deprecated get_autonomous_data_warehouse_backup API from Database service
  * Removed deprecated list_autonomous_data_warehouse_backups API from Database service
  * Removed deprecated list_autonomous_data_warehouses API from Database service
  * Removed deprecated restore_autonomous_data_warehouse API from Database service
  * Removed deprecated start_autonomous_data_warehouse API from Database service
  * Removed deprecated stop_autonomous_data_warehouse API from Database service
  * Removed deprecated update_autonomous_data_warehouse API from Database service
  * The enum attributes `lifecycle_state` and `license_model` from Model
    `AutonomousDataWarehouseSummary` in the Database service raise `ValueError` if
    they receive an invalid value. In the earlier versions, the value defaults to
    `UNKNOWN_ENUM_VALUE`.
  * The enum attributes `lifecycle_state` and `license_model` from Model
    `AutonomousDataWarehouse` in the Database service raise `ValueError` if they
     receive an invalid value. In the earlier versions, the value defaults to

OBS-URL: https://build.opensuse.org/request/show/861812
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=20
2021-01-08 22:47:08 +00:00

53 lines
1.3 KiB
Diff

diff -Nru oci-python-sdk-2.26.0.orig/requirements.txt oci-python-sdk-2.26.0/requirements.txt
--- oci-python-sdk-2.26.0.orig/requirements.txt 2020-12-15 19:40:46.000000000 +0100
+++ oci-python-sdk-2.26.0/requirements.txt 2021-01-08 22:49:00.315913717 +0100
@@ -1,18 +1,18 @@
-autodocsumm==0.1.11
+autodocsumm>=0.1.11
certifi
-configparser==4.0.2
-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
+configparser>=4.0.2
+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,<=2.7.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
+sphinx-rtd-theme>=0.4.2
+sphinx>=1.8.3
+tox>=3.14.3
+vcrpy>=2.0.1
+wheel>=0.32.3
diff -Nru oci-python-sdk-2.26.0.orig/setup.py oci-python-sdk-2.26.0/setup.py
--- oci-python-sdk-2.26.0.orig/setup.py 2020-12-15 19:40:46.000000000 +0100
+++ oci-python-sdk-2.26.0/setup.py 2021-01-08 22:54:27.824418296 +0100
@@ -31,9 +31,8 @@
requires = [
"certifi",
- "configparser==4.0.2",
- "cryptography==3.2.1",
- "pyOpenSSL>=17.5.0,<=19.1.0",
+ "cryptography>=3.2.1",
+ "pyOpenSSL>=19.1.0",
"python-dateutil>=2.5.3,<3.0.0",
"pytz>=2016.10",
]