Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-apache-libcloud for
openSUSE:Factory checked in at 2022-10-30 18:28:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-apache-libcloud (Old)
and /work/SRC/openSUSE:Factory/.python-apache-libcloud.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-apache-libcloud"
Sun Oct 30 18:28:25 2022 rev:41 rq:1032174 version:3.6.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-apache-libcloud/python-apache-libcloud.changes
2022-09-14 13:44:46.133862043 +0200
+++
/work/SRC/openSUSE:Factory/.python-apache-libcloud.new.2275/python-apache-libcloud.changes
2022-10-30 18:28:26.566256906 +0100
@@ -1,0 +2,48 @@
+Thu Oct 27 21:29:07 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to 3.6.1
+ * [OpenStack] Fix OpenStack Identitiy bug when auth url contains a path.
+ (GITHUB-1717, GITHUB-1718) [Dimitris Galanis - @dimgal1]
+ * Update EC2 price scraping script to utilize official pricing API endpoint.
+ Pricing file has also been updated to include latest EC2 pricing data.
+ Complete raw pricing data file size has grown by ~1 MB (from ~2 MB to ~3
MB).
+ By default when requesting pricing data we only cache pricing data in
memory for used / requested drivers so a slight memory
+ increase due to the pricing file size increase will only affect users who
utilize pricing related functionality in the EC2 driver.
+ (GITHUB-1715) [Eis D. Zaster - @Eis-D-Z]
+ Compute
+ * [EC2] Update list_images() method to better handle scenario when an image
doesn't contain creationDate attribute
+ (previously the code would throw if an image without creationDate was
encountered).
+ Reported by Juan Marcos Caicedo Mej??a - @juanmarcosdev.
+ (GITHUB-1700, GITHUB-1701) [Tomaz Muraus - @Kami]
+ * [Azure ARM] Allow user to create volume / disks in specific zone by
passing ex_zones argument to the create_volume() method.
+ Also add new ex_sku_name and remove ex_account_type argument from that
method.
+ Also change DISK_API_VERSION version from 2016-04-30-preview to
2018-06-01. This is needed to be able to support those changes.
+ Code has been updated to handle slightly different response format for the
volume API operations.
+ * (GITHUB-1736) [Palash Gandhi - @palashgandhi]
+ * [GCE] Add improved support for retrieving GCE image pricing data using
libcloud.pricing.get_image_price("gce_images", ...) method.
+ * Existing way of retrieving image pricing using
libcloud.pricing.get_pricing("compute", "gce_images") method continues to work.
+ (GITHUB-1699) [Eis D. Zaster - @Eis-D-Z]
+ * [Azure ARM] Add new ex_create_additional_capabilities() method which
allows user to set capabilities on a stopped node.
+ This allows users to utilize ultra SSDs and similar.
+ * Also add support for new ex_iops and ex_throughput argument to the
create_volume() method.
+ (GITHUB-1744) [John Wren Kennedy - @jwk404]
+ Storage
+ * [Azure Blobs] Fix get_container() method and make sure Container etag
extra attribute contains the correct scheme (https or http), depending on the
used endpoint.
+ (GITHUB-1703, GITHUB-1712) [@KatiRG]
+ * [Azure Blobs] Fix list_containers()` method and make sure Container etag
extra attribute doesn't contain unncessary double quotes
+ around the value ("0x8CFBAB7B5B82D8E" -> 0x8CFBAB7B5B82D8E).
+ (GITHUB-1712) [Tomaz Muraus - @Kami]
+ * [OVH] Add new driver for OVH Storage based on the S3 compatible storage
endpoints.
+ * (GITHUB-1732) [Olivier Picquenot - @pcqnt]
+ Other / Development ~~~~~--------------
+ * All the imports in the code have been re-organized / sorted using the
isort library.
+ * Going forward, consistent import ordering will be automatically enforced
using isort check on the CI.
+ * Developers can run the isort check locally using tox -e
<isort|isort-check> command.
+ (GITHUB-1761) [Tomaz Muraus - @Kami]
+ * Fix black config (pyproject.toml) and ensure max line length is correctly
set to 100 characters everywhere.
+ * Also re-format code with this fixed / updated config option.
+ (GITHUB-1761) [Tomaz Muraus - @Kami]
+ * Code has been reformatted using pyupgrade and Python 3.6 higher compatible
syntax.
+ (GITHUB-1765) [Tomaz Muraus - @Kami]
+
+-------------------------------------------------------------------
Old:
----
apache-libcloud-3.6.0.tar.bz2
apache-libcloud-3.6.0.tar.bz2.asc
New:
----
apache-libcloud-3.6.1.tar.bz2
apache-libcloud-3.6.1.tar.bz2.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-apache-libcloud.spec ++++++
--- /var/tmp/diff_new_pack.Xcsp4T/_old 2022-10-30 18:28:27.322260991 +0100
+++ /var/tmp/diff_new_pack.Xcsp4T/_new 2022-10-30 18:28:27.326261013 +0100
@@ -20,7 +20,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-apache-libcloud
-Version: 3.6.0
+Version: 3.6.1
Release: 0
Summary: Abstraction over multiple cloud provider APIs
License: Apache-2.0
++++++ apache-libcloud-3.6.0.tar.bz2 -> apache-libcloud-3.6.1.tar.bz2 ++++++
++++ 107717 lines of diff (skipped)