Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-oci-sdk for openSUSE:Factory checked in at 2022-07-22 19:21:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oci-sdk (Old) and /work/SRC/openSUSE:Factory/.python-oci-sdk.new.21925 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oci-sdk" Fri Jul 22 19:21:32 2022 rev:30 rq:990669 version:2.75.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oci-sdk/python-oci-sdk.changes 2022-07-05 12:08:49.780500669 +0200 +++ /work/SRC/openSUSE:Factory/.python-oci-sdk.new.21925/python-oci-sdk.changes 2022-07-22 19:21:51.396719375 +0200 @@ -1,0 +2,46 @@ +Fri Jul 22 10:00:44 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaub...@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 + +------------------------------------------------------------------- Old: ---- oci-python-sdk-2.73.0.tar.gz New: ---- oci-python-sdk-2.75.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oci-sdk.spec ++++++ --- /var/tmp/diff_new_pack.ag1IjA/_old 2022-07-22 19:21:52.820721573 +0200 +++ /var/tmp/diff_new_pack.ag1IjA/_new 2022-07-22 19:21:52.824721579 +0200 @@ -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 ++++++ oci-python-sdk-2.73.0.tar.gz -> oci-python-sdk-2.75.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-oci-sdk/oci-python-sdk-2.73.0.tar.gz /work/SRC/openSUSE:Factory/.python-oci-sdk.new.21925/oci-python-sdk-2.75.1.tar.gz differ: char 12, line 1 ++++++ ops_relax-python-depends.patch ++++++ --- /var/tmp/diff_new_pack.ag1IjA/_old 2022-07-22 19:21:52.860721635 +0200 +++ /var/tmp/diff_new_pack.ag1IjA/_new 2022-07-22 19:21:52.864721642 +0200 @@ -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 @@ -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",