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 2021-06-04 00:33:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oci-sdk (Old) and /work/SRC/openSUSE:Factory/.python-oci-sdk.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oci-sdk" Fri Jun 4 00:33:47 2021 rev:15 rq:897114 version:2.39.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oci-sdk/python-oci-sdk.changes 2021-05-21 21:49:59.614239051 +0200 +++ /work/SRC/openSUSE:Factory/.python-oci-sdk.new.1898/python-oci-sdk.changes 2021-06-04 00:34:06.856966466 +0200 @@ -1,0 +2,20 @@ +Thu Jun 3 00:59:57 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 2.39.0 + * Support for configuration of autonomous database KMS keys in the + Database service + * Support for creating database software images with any supported + RUs in the Database service + * Support for creating database software images from an existing + database home in the Database service + * Support for listing all NSGs associated with a given VLAN in the + Networking service + * Support for a duration windows, task failure reasons, and next + execution times on scheduled tasks in the Logging Analytics service + * Support for calling Oracle Cloud Infrastructure services in the + sa-vinhedo-1 region + * compartment_id is now optional in operation + list_network_security_groups in the Networking service +- Refresh ops_relax-python-depends.patch + +------------------------------------------------------------------- Old: ---- oci-python-sdk-2.38.3.tar.gz New: ---- oci-python-sdk-2.39.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oci-sdk.spec ++++++ --- /var/tmp/diff_new_pack.KfNtSG/_old 2021-06-04 00:34:07.524968389 +0200 +++ /var/tmp/diff_new_pack.KfNtSG/_new 2021-06-04 00:34:07.524968389 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-oci-sdk -Version: 2.38.3 +Version: 2.39.0 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 @@ -75,8 +75,8 @@ # Remove vendored packages rm -rf src/oci/_vendor/ # Fix includes +find . -name "*.py" -exec sed -i 's/from oci._vendor //' \{\} + sed -i 's/from \._vendor //' src/oci/*.py -sed -i 's/from oci._vendor //' src/oci/*.py src/oci/ai_language/*.py src/oci/analytics/*.py src/oci/apigateway/*.py src/oci/apm_control_plane/*.py src/oci/apm_synthetics/*.py src/oci/apm_traces/*.py src/oci/application_migration/*.py src/oci/announcements_service/*.py src/oci/artifacts/*.py src/oci/audit/*.py src/oci/auth/*.py src/oci/auth/signers/*.py src/oci/autoscaling/*.py src/oci/bds/*.py src/oci/blockchain/*.py src/oci/budget/*.py src/oci/cims/*.py src/oci/container_engine/*.py src/oci/dns/*.py src/oci/cloud_guard/*.py src/oci/compute_instance_agent/*.py src/oci/core/*.py src/oci/database/*.py src/oci/database_management/*.py src/oci/database_migration/*.py src/oci/data_catalog/*.py src/oci/data_flow/*.py src/oci/data_integration/*.py src/oci/data_safe/*.py src/oci/data_science/*.py src/oci/dts/*.py src/oci/email/*.py src/oci/events/*.py src/oci/file_storage/*.py src/oci/functions/*.py src/oci/golden_gate/*.py src/oci/healthchecks/*.py src/oci/integration/*.py src/oci/key_mana gement/*.py src/oci/marketplace/*.py src/oci/limits/*.py src/oci/load_balancer/*.py src/oci/log_analytics/*.py src/oci/logging/*.py src/oci/loggingingestion/*.py src/oci/loggingsearch/*.py src/oci/management_agent/*.py src/oci/management_dashboard/*.py src/oci/monitoring/*.py src/oci/mysql/*.py src/oci/network_load_balancer/*.py src/oci/nosql/*.py src/oci/oda/*.py src/oci/object_storage/*.py src/oci/oce/*.py src/oci/ons/*.py src/oci/object_storage/transfer/*.py src/oci/object_storage/transfer/internal/*.py src/oci/ocvp/*.py src/oci/operator_access_control/*.py src/oci/opsi/*.py src/oci/optimizer/*.py src/oci/os_management/*.py src/oci/resource_manager/*.py src/oci/resource_search/*.py src/oci/rover/*.py src/oci/sch/*.py src/oci/streaming/*.py src/oci/identity/*.py src/oci/secrets/*.py src/oci/service_catalog/*.py src/oci/tenant_manager_control_plane/*.py src/oci/usage_api/*.py src/oci/vault/*.py src/oci/vulnerability_scanning/*.py src/oci/waas/*.py src/oci/work_requests/*.py tests/* .py sed -i 's/ oci._vendor.jwt as//' src/oci/auth/*.py sed -i 's/oci\._vendor\.//' src/oci/*.py src/oci/auth/signers/*.py src/oci/retry/*.py src/oci/object_storage/transfer/internal/*.py tests/*.py sed -i 's/from . import vcr_mods//' tests/test_config_container.py ++++++ oci-python-sdk-2.38.3.tar.gz -> oci-python-sdk-2.39.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-oci-sdk/oci-python-sdk-2.38.3.tar.gz /work/SRC/openSUSE:Factory/.python-oci-sdk.new.1898/oci-python-sdk-2.39.0.tar.gz differ: char 13, line 1 ++++++ ops_relax-python-depends.patch ++++++ --- /var/tmp/diff_new_pack.KfNtSG/_old 2021-06-04 00:34:07.568968516 +0200 +++ /var/tmp/diff_new_pack.KfNtSG/_new 2021-06-04 00:34:07.568968516 +0200 @@ -1,9 +1,9 @@ -diff -Nru oci-python-sdk-2.38.1.orig/requirements.txt oci-python-sdk-2.38.1/requirements.txt ---- oci-python-sdk-2.38.1.orig/requirements.txt 2021-05-04 20:26:47.000000000 +0200 -+++ oci-python-sdk-2.38.1/requirements.txt 2021-05-12 14:48:41.483794015 +0200 -@@ -1,18 +1,17 @@ +diff -Nur oci-python-sdk-2.39.0/requirements.txt new/requirements.txt +--- oci-python-sdk-2.39.0/requirements.txt 2021-06-01 19:27:09.000000000 +0200 ++++ new/requirements.txt 2021-06-03 03:01:39.481999075 +0200 +@@ -1,18 +1,18 @@ -autodocsumm==0.1.11 -+autodocsumm>=0.1.11 ++autodocsumm~=0.1.11 certifi -configparser==4.0.2 -coverage==4.5.2 @@ -14,14 +14,15 @@ -pytest==4.1.0 -pytest-cov==2.6.1 -attrs==19.1.0 -+coverage>=4.5.2 -+cryptography>=3.3.2 -+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.3.2 ++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 @@ -29,23 +30,22 @@ -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.38.1.orig/setup.py oci-python-sdk-2.38.1/setup.py ---- oci-python-sdk-2.38.1.orig/setup.py 2021-05-04 20:26:47.000000000 +0200 -+++ oci-python-sdk-2.38.1/setup.py 2021-05-12 14:50:19.500650906 +0200 -@@ -31,9 +31,8 @@ ++sphinx-rtd-theme~=0.4.2 ++sphinx~=1.8.3 ++tox~=3.14.3 ++vcrpy~=2.0.1 ++wheel~=0.32.3 +diff -Nur oci-python-sdk-2.39.0/setup.py new/setup.py +--- oci-python-sdk-2.39.0/setup.py 2021-06-01 19:27:09.000000000 +0200 ++++ new/setup.py 2021-06-03 03:01:39.481999075 +0200 +@@ -31,8 +31,8 @@ requires = [ "certifi", - "configparser==4.0.2", - "cryptography==3.3.2", -- "pyOpenSSL>=17.5.0,<=19.1.0", -+ "cryptography>=3.3.2", -+ "pyOpenSSL>=19.1.0", ++ "configparser~=4.0.2", ++ "cryptography~=3.3.2", + "pyOpenSSL>=17.5.0,<=19.1.0", "python-dateutil>=2.5.3,<3.0.0", "pytz>=2016.10", - ]
