forked from pool/python-oci-sdk
		
	- Update to version 2.96.0
  * Support for backup automation integration with the Database Recovery
    service in the Database service
  * Support for changing the disaster recovery configuration of an autonomous database
    in remote regions of its disaster recovery association in the Database service
  * Support for creating a remote disaster recovery association
    clone of an autonomous database in the Database service
  * Support for managed build stages to be configured to use
    custom shape build runners in the DevOps service
  * Support for listing pre-built functions and creating functions
    from pre-built functions in the Functions service
  * Support for connections types for database resources of type Amazon S3, HDFS, SQL Server,
    Java Messaging service, Mongo DB, Oracle NoSQL, and Snowflake in the GoldenGate service
  * The constant value `MODEL_TYPE_LAKE_HOUSE_CONNECTION` was renamed to `MODEL_TYPE_LAKE_CONNECTION`
    in the Connection, ConnectionDetails, ConnectionSummary, CreateConnectionDetails and
    UpdateConnectionDetails models in the Data Integration Service
  * The constant value `MODEL_TYPE_LAKE_HOUSE_DATA_ASSET` was renamed to `MODEL_TYPE_LAKE_DATA_ASSET`
    in the enum ModelTypeEnum in the DataAsset, CreateDataAssetDetails, DataAssetSummary, and
    UpdateDataAssetDetails models in the Data Integration Service
  * Model `UpdateConnectionFromLakehouse` was renamed to
    `UpdateConnectionFromLake` in the Data Integration Service
  * The constant values for `lifecycle_state` property of model
    `FunctionSummary` are removed in the Functions Service
- from version 2.95.0
  * Support for the Identity Domains service
  * Support for long-term backups for autonomous databases on
    Exadata Cloud at Customer in the Database service
  * Support for database OS patching in the Database service
  * Support for managing enhanced clusters, cluster add-ons, and serverless
    virtual node pools in the Container Engine for Kubernetes service
OBS-URL: https://build.opensuse.org/request/show/1074619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=93
		
	
		
			
				
	
	
		
			66 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff -Nru oci-python-sdk-2.96.0.orig/requirements.txt oci-python-sdk-2.96.0/requirements.txt
 | |
| --- oci-python-sdk-2.96.0.orig/requirements.txt	2023-03-21 17:08:58.000000000 +0100
 | |
| +++ oci-python-sdk-2.96.0/requirements.txt	2023-03-27 09:50:52.227020214 +0200
 | |
| @@ -1,22 +1,22 @@
 | |
| -autodocsumm==0.1.11
 | |
| +autodocsumm>=0.1.11
 | |
|  certifi
 | |
| -coverage==4.5.2
 | |
| -cryptography>=3.2.1,<40.0.0
 | |
| -flake8>=3.6.0,<6
 | |
| -mock==2.0.0
 | |
| -pyOpenSSL>=17.5.0,<24.0.0
 | |
| -pytest==4.1.0
 | |
| -pytest-cov==2.6.1
 | |
| -attrs==19.1.0
 | |
| -python-dateutil>=2.5.3,<=2.7.3
 | |
| +coverage>=4.5.2
 | |
| +cryptography>=3.2.1
 | |
| +flake8>=3.6.0
 | |
| +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
 | |
| -virtualenv==16.7.9
 | |
| -vcrpy==2.0.1
 | |
| -wheel==0.32.3 ; python_version < '3.7'
 | |
| -wheel==0.38.1 ; python_version >= '3.7'
 | |
| -circuitbreaker>=1.3.1,<2.0.0
 | |
| +sphinx-rtd-theme>=0.4.2
 | |
| +sphinx>=1.8.3
 | |
| +tox>=3.14.3
 | |
| +virtualenv>=16.7.9
 | |
| +vcrpy>=2.0.1
 | |
| +wheel>=0.32.3 ; python_version < '3.7'
 | |
| +wheel>=0.38.1 ; python_version >= '3.7'
 | |
| +circuitbreaker>=1.3.1
 | |
|  docutils<0.18
 | |
|  Jinja2<3.1
 | |
| diff -Nru oci-python-sdk-2.96.0.orig/setup.py oci-python-sdk-2.96.0/setup.py
 | |
| --- oci-python-sdk-2.96.0.orig/setup.py	2023-03-21 17:08:58.000000000 +0100
 | |
| +++ oci-python-sdk-2.96.0/setup.py	2023-03-27 09:34:08.433392215 +0200
 | |
| @@ -31,12 +31,12 @@
 | |
|  
 | |
|  requires = [
 | |
|      "certifi",
 | |
| -    "configparser==4.0.2 ; python_version < '3'",
 | |
| -    "cryptography>=3.2.1,<40.0.0",
 | |
| -    "pyOpenSSL>=17.5.0,<24.0.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(
 |