svn commit: r11534 - /release/libcloud/KEYS

2015-12-10 Thread anthonyshaw
Author: anthonyshaw Date: Fri Dec 11 02:15:59 2015 New Revision: 11534 Log: Added keys for anthonys...@apache.org Modified: release/libcloud/KEYS Modified: release/libcloud/KEYS == --- release/libcloud/KEYS (original

[GitHub] libcloud pull request: Turn all States into string values instead ...

2015-12-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/624 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

libcloud git commit: Turn states into strings in types.py

2015-12-10 Thread allard
Repository: libcloud Updated Branches: refs/heads/trunk 4087f4550 -> bef1f94cb Turn states into strings in types.py - Let all types derive from Type - Turn all type attributes into strings - Keep things backwards-compatible by having - tostring - fromstring - Add tests for tostring, fromst

libcloud git commit: Turn states into strings in types.py

2015-12-10 Thread allard
Repository: libcloud Updated Branches: refs/heads/all-states-are-string [created] bef1f94cb Turn states into strings in types.py - Let all types derive from Type - Turn all type attributes into strings - Keep things backwards-compatible by having - tostring - fromstring - Add tests for tos

[GitHub] libcloud pull request: Added support for vCloud 5.5 and snapshot o...

2015-12-10 Thread juanfont
GitHub user juanfont opened a pull request: https://github.com/apache/libcloud/pull/658 Added support for vCloud 5.5 and snapshot operations The vCloud 5.5 commit cames from Philip Kershaw (philip.kers...@stfc.ac.uk), although it seems he never sent it to upstream. He talks about i

[GitHub] libcloud pull request: Fixed error when proxy_url is None.

2015-12-10 Thread juanfont
GitHub user juanfont opened a pull request: https://github.com/apache/libcloud/pull/657 Fixed error when proxy_url is None. A recently added change (https://github.com/apache/libcloud/commit/3fa2e1b4f70ed472ba39c74322915412f2d44f36) contains an error when proxy_url is None. This sm