From 4ebb26749917ec3d8b77609fd5cf9e50cb8bd39307036347c657a648d224cb2d Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Sun, 9 Feb 2014 08:36:58 +0000 Subject: [PATCH] Accepting request 221482 from home:aboe76:branches:devel:languages:python small update to 0.14.1 OBS-URL: https://build.opensuse.org/request/show/221482 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=49 --- apache-libcloud-0.14.0.tar.bz2 | 3 --- apache-libcloud-0.14.1.tar.bz2 | 3 +++ python-apache-libcloud.changes | 26 ++++++++++++++++++++++++++ python-apache-libcloud.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 apache-libcloud-0.14.0.tar.bz2 create mode 100644 apache-libcloud-0.14.1.tar.bz2 diff --git a/apache-libcloud-0.14.0.tar.bz2 b/apache-libcloud-0.14.0.tar.bz2 deleted file mode 100644 index f2a2d1a..0000000 --- a/apache-libcloud-0.14.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e9c776c1e7e50c2f71dd4d6f7ab005a8d8b9b6d984e9f803ef0c4b6c694f154 -size 523143 diff --git a/apache-libcloud-0.14.1.tar.bz2 b/apache-libcloud-0.14.1.tar.bz2 new file mode 100644 index 0000000..a7f2248 --- /dev/null +++ b/apache-libcloud-0.14.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8562fd79c8afc63dabc8f62b08f13a1b1f71644c08e47f913f8c942d2f48c1d0 +size 546545 diff --git a/python-apache-libcloud.changes b/python-apache-libcloud.changes index 5ed612d..de0147d 100644 --- a/python-apache-libcloud.changes +++ b/python-apache-libcloud.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun Feb 9 08:22:46 UTC 2014 - aboe76@gmail.com + +- Changes with Apache Libcloud 0.14.1 +- Compute: + - Add new m3.medium and m3.large instance information to the EC2 driver. [Tomaz Muraus] + - Add a new driver for CloudSigma API v2.0. [Tomaz Muraus] + - Add “volume_id” attribute to the Node “extra” dictionary in the EC2 driver. Also fix the value of the “device” extra attribute in the StorageVolume object. (LIBCLOUD-501) [Oleg Suharev] + - Add the following extension methods to the OpenStack driver: ex_pause_node, ex_unpause_node, ex_suspend_node, ex_resume_node. (LIBCLOUD-505, GITHUB-238) [Chris DeRamus] + - Add ex_limits method to the CloudStack driver. (LIBCLOUD-507, GITHUB-240) [Chris DeRamus] + - Add “extra” dictionary to the CloudStackNode object and include more attributes in the “extra” dictionary of the network and volume object. (LIBCLOUD-506, GITHUB-239) [Chris DeRamus] + - Add ex_register_image method to the EC2 driver. (LIBCLOUD-508, GITHUB-241) [Chris DeRamus] + - Add methods for managing volume snapshots to the OpenStack driver. (LIBCLOUD-512, GITHUB-245) [Chris DeRamus] +- Load Balancer: + - Fix a bug in the ex_targetpool_add_node and ex_targetpool_remove_node method in the GCE driver. [Rick Wright] +- Storage: + - Allow user to use an internal endpoint in the CloudFiles driver by passing “use_internal_url” argument to the driver constructor. (GITHUB-229, GITHUB-231) [John Obelenus] +- DNS: + - Add PTR to the supported record types in the Rackspace driver. [Tomaz Muraus] + - Fix Zerigo driver to set Record.name attribute for records which refer to the bare domain to “None” instead of an empty string. [Tomaz Muraus] + - For consistency with other drivers, update Rackspace driver to set Record.name attribute for the records which refer to the bare domain to “None” instead of setting them to FQDN. [Tomaz Muraus] + - Update Rackspace driver to support paginating through zones and records. (GITHUB-230) [Roy Wellington] + - Update Route53 driver so it supports handling records with multiple values (e.g. MX). (LIBCLOUD-504, GITHUB-237) [Chris DeRamus] + - Update Route53 driver to better handle SRV records. [Tomaz Muraus] + - Update Route53 driver, make sure “ttl” attribute in the Record extra dictionary is always an int. [Tomaz Muraus] + ------------------------------------------------------------------- Sat Jan 25 20:31:09 UTC 2014 - aboe76@gmail.com diff --git a/python-apache-libcloud.spec b/python-apache-libcloud.spec index 27e29c0..cbf35d7 100644 --- a/python-apache-libcloud.spec +++ b/python-apache-libcloud.spec @@ -17,7 +17,7 @@ Name: python-apache-libcloud -Version: 0.14.0 +Version: 0.14.1 Release: 0 Summary: Abstract away differences among multiple cloud provider APIs License: Apache-2.0