commit python-oci-sdk for openSUSE:Factory
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-29 22:43:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oci-sdk (Old) and /work/SRC/openSUSE:Factory/.python-oci-sdk.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-oci-sdk" Tue Jun 29 22:43:23 2021 rev:16 rq:902989 version:2.40.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oci-sdk/python-oci-sdk.changes 2021-06-04 00:34:06.856966466 +0200 +++ /work/SRC/openSUSE:Factory/.python-oci-sdk.new.2625/python-oci-sdk.changes 2021-06-29 22:44:00.714933204 +0200 @@ -1,0 +2,30 @@ +Mon Jun 28 13:44:55 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- Update to version 2.40.1 + * Support for virtual machine and bare metal pluggable databases in the Database service + * Changed allowed versions of cryptography package to a range, starting from from 3.2.1 up to 3.4.7 +- from version 2.40.0 + * Support for elastic storage on Exadata Infrastructure resources for Cloud at Customer in the Database service + * Support for registration and management of target databases in the Data Safe service + * Support for config on metadata in the Management Dashboard service + * Support for a new work request operation type for node pool reconciliation events + in the Container Engine for Kubernetes service + * Support for migrating clusters with a public Kubernetes API endpoint which are not integrated with + a customer's VCN to a VCN-native cluster in the Container Engine for Kubernetes service + * Support for getting the spark version of applications, and filtering applications + by spark version, in the Data Flow service + * The properties `freeform_tags` and `defined_tags` were removed from the ManagementDashboardExportDetails + model in the Management Dashboard service +- from version 2.39.1 + * Support for Java Management service + * Support for resource principals for the Enterprise Manager bridge resource in Operations Insights service + * Support for encryptionInTransitType in BootVolumeAttachment and IScsiVolumeAttachment in Core service + * Support for updating iscsiLoginState for VolumeAttachment in Core service + * Support for a new type of Source called Import for use with the Export tool in Application Migration service + * Fixed a bug where requests were not retried for a specific case of Upload Manager + uploading a file with multipart disabled and callback provided +- Refresh patches for new version + + ops_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + +------------------------------------------------------------------- @@ -5,15 +35,24 @@ - * 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 + * 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 +- from version 2.39.4 + * Support for the Generic Artifacts service + * Support for the Bastion service + * Support for reading secrets by name in the Vault service + * Support for the isDynamic field when listing definitions in the Limits service + * Support for getting billable image sizes in the Compute service + * Support for getting Automatic Workload Repository (AWR) data on external + databases in the Database Management service + * Support for the VM.Standard.E3.Flex flexible compute shape with customizable OCPUs + and memory on notebooks in the Data Science service + * Support for container images and generic artifacts billing in the Registry service + * Support for the HCX Enterprise add-on in the VMware Solution service + * Support for the Expect HTTP header. Expect headers are added by default for all PUT/POST operations +- Refresh patches for new version + * ops_relax-python-depends.patch +- Use find command to search for Python sources for sed regexp-replace @@ -25,3 +64,8 @@ - * Support for spark-submit compatible options in the Data Flow service - * Support for Object Storage as a configuration source in the - Resource Manager service + * Support for creating notebook sessions with larger block volumes in the Data Science service + * Support for database maintenance run patch modes in the Database service + * Fixed a bug where `timeout=None` was not respected when passed to clients. The older versions + of the SDK still use the default connection timeout(10s) and read timeout(60s) when initialized + with `timeout=None` + * Improvement in the performance of Upload Manager for parallel uploads. This is achieved by + overriding the default read size of Python HTTP client from 8192 bytes to 64 kb. +- Switch Source URL to use %{url} macro Old: ---- oci-python-sdk-2.39.0.tar.gz New: ---- oci-python-sdk-2.40.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oci-sdk.spec ++++++ --- /var/tmp/diff_new_pack.xiBMCB/_old 2021-06-29 22:44:01.330934017 +0200 +++ /var/tmp/diff_new_pack.xiBMCB/_new 2021-06-29 22:44:01.330934017 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-oci-sdk -Version: 2.39.0 +Version: 2.40.1 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 @@ -34,7 +34,7 @@ BuildRequires: python-rpm-macros Requires: python-PyJWT Requires: python-certifi -Requires: python-cryptography >= 3.3.2 +Requires: python-cryptography >= 3.2.1 Requires: python-httpsig_cffi Requires: python-pyOpenSSL >= 19.1.0 Requires: python-python-dateutil < 3.0.0 @@ -46,7 +46,7 @@ # SECTION test requirements BuildRequires: %{python_module PyJWT} BuildRequires: %{python_module certifi} -BuildRequires: %{python_module cryptography >= 3.3.2} +BuildRequires: %{python_module cryptography >= 3.2.1} BuildRequires: %{python_module httpsig_cffi} BuildRequires: %{python_module pyOpenSSL >= 19.1.0} BuildRequires: %{python_module pytest > 4.1.0} ++++++ oci-python-sdk-2.39.0.tar.gz -> oci-python-sdk-2.40.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-oci-sdk/oci-python-sdk-2.39.0.tar.gz /work/SRC/openSUSE:Factory/.python-oci-sdk.new.2625/oci-python-sdk-2.40.1.tar.gz differ: char 13, line 1 ++++++ ops_relax-python-depends.patch ++++++ --- /var/tmp/diff_new_pack.xiBMCB/_old 2021-06-29 22:44:01.378934080 +0200 +++ /var/tmp/diff_new_pack.xiBMCB/_new 2021-06-29 22:44:01.378934080 +0200 @@ -1,28 +1,27 @@ -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 +diff -Nru oci-python-sdk-2.40.1.orig/requirements.txt oci-python-sdk-2.40.1/requirements.txt +--- oci-python-sdk-2.40.1.orig/requirements.txt 2021-06-22 21:12:42.000000000 +0200 ++++ oci-python-sdk-2.40.1/requirements.txt 2021-06-28 15:11:30.579505642 +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 --cryptography==3.3.2 ++configparser>=4.0.2 ++coverage>=4.5.2 + cryptography>=3.2.1,<=3.4.7 -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 ++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 @@ -30,22 +29,24 @@ -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 -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 @@ ++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.40.1.orig/setup.py oci-python-sdk-2.40.1/setup.py +--- oci-python-sdk-2.40.1.orig/setup.py 2021-06-22 21:12:42.000000000 +0200 ++++ oci-python-sdk-2.40.1/setup.py 2021-06-28 15:11:12.030895437 +0200 +@@ -31,9 +31,9 @@ requires = [ "certifi", - "configparser==4.0.2", -- "cryptography==3.3.2", -+ "configparser~=4.0.2", -+ "cryptography~=3.3.2", - "pyOpenSSL>=17.5.0,<=19.1.0", +- "cryptography>=3.2.1,<=3.4.7", +- "pyOpenSSL>=17.5.0,<=19.1.0", ++ "configparser>=4.0.2", ++ "cryptography>=3.2.1", ++ "pyOpenSSL>=17.5.0", "python-dateutil>=2.5.3,<3.0.0", "pytz>=2016.10", + ]
participants (1)
-
Source-Sync