1
0

Accepting request 990669 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/990669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oci-sdk?expand=0&rev=30
This commit is contained in:
Richard Brown 2022-07-22 17:21:32 +00:00 committed by Git OBS Bridge
commit 9e1f529e9c
5 changed files with 66 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7567396a7213f68f4e16f375e3a9e18525d9b73e01e953e228f0fe175b3ef7f
size 14025020

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a4df894fbae6cf738ce572066fb05d82ce89ea18e6b7f4f3e8ecb321e314f03
size 14221405

View File

@ -1,26 +1,25 @@
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
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,<=3.4.7
-flake8==3.6.0
-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==19.1.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
+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
+pyOpenSSL>=17.5.0
+pytest>=4.1.0
+pytest-cov>=2.6.1
+attrs>=19.1.0
@ -42,18 +41,18 @@ diff -Nru oci-python-sdk-2.64.0.orig/requirements.txt oci-python-sdk-2.64.0/requ
-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
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,<=3.4.7",
- "pyOpenSSL>=17.5.0,<=19.1.0",
- "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 ; python_version < '3'",
+ "configparser>=4.0.2",
+ "cryptography>=3.2.1",
+ "pyOpenSSL>=17.5.0",
+ "python-dateutil>=2.5.3",

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Fri Jul 22 10:00:44 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
systems in the Database service
* Parameter `host_type` in operation `list_host_insights` in the
Operations Insights service has strict value checking for allowed
values. `ValueError` is raised if an invalid value is provided.
* Parameter `preserve_data_volumes` is removed from operation
`terminate_instance` in the Compute service.
- from version 2.74.0
* Support for backup policies returned as part of the database
system list operation in the MySQL Database service
* Support for retries by default on some operations of the Bastion service
- Refresh patches for new version
* ops_relax-python-depends.patch
-------------------------------------------------------------------
Fri Jul 1 10:06:17 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-oci-sdk
Version: 2.73.0
Version: 2.75.1
Release: 0
Summary: Oracle Cloud Infrastructure Python SDK
License: Apache-2.0 OR UPL-1.0