Hello community,

here is the log from the commit of package python-apache-libcloud for 
openSUSE:Factory checked in at 2013-07-02 07:42:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-apache-libcloud (Old)
 and      /work/SRC/openSUSE:Factory/.python-apache-libcloud.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-apache-libcloud"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-apache-libcloud/python-apache-libcloud.changes
    2013-05-16 11:24:27.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-apache-libcloud.new/python-apache-libcloud.changes
       2013-07-02 07:42:22.000000000 +0200
@@ -1,0 +2,63 @@
+Mon Jul  1 18:30:05 UTC 2013 - [email protected]
+
+- Updated to 0.13.0
+- General changes:
+  - Add homebrew curl-ca-bundle path to CA_CERTS_PATH.
+  - Modify OpenStackAuthConnection and change auth_token_expires attribute to
+    be a datetime object instead of a string.
+  - Modify OpenStackAuthConnection to support re-using of the existing auth
+    token if it's still valid instead of re-authenticating on every
+    authenticate() call.
+  - Modify base Connection class to not send Content-Length header if body is
+    not provided.
+  - Add the new error class ProviderError and modify InvalidCredsError to
+    inherit from it.
+- compute changes:
+  - Fix destroy_node method in the experimental libvirt driver.
+  - Add ex_start_node method to the Joyent driver.
+  - Fix Python 3 compatibility issue in the ScriptFileDeployment class.
+  - Add ex_set_metadata_entry and ex_get_metadata method to the VCloud driver.
+  - Various improvements and bug-fixes in the VCloud driver.
+  - Add ex_set_metadata_entry and ex_get_metadata method to the VCloud driver.
+  - Modify list_sizes method in the OpenStack driver to include
+    OpenStackNodeSize object which includes 'vcpus' attribute which holds
+    a number of virtual CPUs for this size.
+  - For consistency rename "ex_describe_keypairs" method in the EC2 driver to
+    "ex_describe_keypair".
+  - Modify "ex_describe_keypair" method to return key fingerprint in the
+    return value.
+  - Populate private_ips attribute in the CloudStack drive when returning
+    a Node object from the create_node method.
+  - Allow user to pass extra arguments via "extra_args" argument which are
+    then passed to the "deployVirtualMachine" call in the CloudStack driver
+    create_node method.
+  - Update Gandi driver to handle new billing model.
+  - Fix a bug in the Linode driver and remove extra newline which is added
+    when generating a random root password in create_node.
+  - Add extension methods for managing keypairs to the CloudStack driver.
+  - Add extension methods for managing security groups to the CloudStack 
+    driver.
+  - Add extension methods for starting and stoping the node to the 
+    CloudStack driver.
+  - Fix old _wait_until_running method.
+  - Fix a bug in the GoGrid driver get_uuid method.
+  - Various bug fixes and improvements in the HostVirtual driver.
+  - Fix a bug with deploy_node not respecting 'timeout' kwarg.
+  - Modify create_node method in CloudStack driver to return an instance of
+    CloudStackNode and add a new "expunging" node state.
+  - Update API endpoint hostnames in the ElasticHost driver and use hostnames
+    which return a valid SSL certificate.
+  - Add a driver for Rackspace's new datacenter in Sydney, Australia.
+  - Add ex_list_networks method and missing tests for list_templates to the
+    CloudStack driver.
+  - Correctly throw InvalidCredsError if user passes invalid credentials to
+    the DigitalOcean driver.
+- storage changes:
+  - Fix an issue with double encoding the container name in the CloudFiles
+    driver upload_object method.
+    Also properly encode container and object name used in the HTTP request
+    in the get_container and get_object method.
+- load balancer changes:
+  - Add ex_list_current_usage method to the Rackspace driver.
+
+-------------------------------------------------------------------

Old:
----
  apache-libcloud-0.12.4.tar.bz2

New:
----
  apache-libcloud-0.13.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-apache-libcloud.spec ++++++
--- /var/tmp/diff_new_pack.Iagz9b/_old  2013-07-02 07:42:22.000000000 +0200
+++ /var/tmp/diff_new_pack.Iagz9b/_new  2013-07-02 07:42:22.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           python-apache-libcloud
-Version:        0.12.4
+Version:        0.13.0
 Release:        1
 License:        Apache-2.0
 Summary:        Abstract away differences among multiple cloud provider APIs
@@ -26,6 +26,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python
 BuildRequires:  python-distribute
+BuildRequires:  python-xml
 Requires:       python-simplejson
 %if 0%{?suse_version} >= 1210
 BuildRequires:  systemd

++++++ apache-libcloud-0.12.4.tar.bz2 -> apache-libcloud-0.13.0.tar.bz2 ++++++
++++ 4864 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to