Accepting request 200104 from devel:languages:python

New bugfix release 0.13.2

OBS-URL: https://build.opensuse.org/request/show/200104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2013-09-26 17:44:00 +00:00 committed by Git OBS Bridge
commit 15c9e3dd8f
4 changed files with 30 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:331eed2002a86493b2496f8e09224fc2766812fa72afb335d4d74f1bf4d36e19
size 395693

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a185710436b05d1440f2a4dd5e153809409d7e00af7efabc201cd4a99727a369
size 396966

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Sep 22 13:37:35 UTC 2013 - aboe76@gmail.com
- Updated to 0.13.2
- General:
- Don't sent Content-Length: 0 header with POST and PUT request if "raw"
mode is used. This fixes a regression which could cause broken behavior
in some storage driver when uploading a file from disk.
- Compute:
- Added Ubuntu Linux 12.04 image to ElasticHost driver image list.
(LIBCLOUD-364)
- Update ElasticHosts driver to store drive UUID in the node 'extra' field.
(LIBCLOUD-357)
- Storage:
- Store last_modified timestamp in the Object extra dictionary in the S3
driver. (LIBCLOUD-373)
- Load Balancer:
- Expose CloudStack driver directly through the Provider.CLOUDSTACK
constant.
- DNS:
- Modify Zerigo driver to include record TTL in the record 'extra' attribute
if a record has a TTL set.
- Modify values in the Record 'extra' dictionary attribute in the Zerigo DNS
driver to be set to None instead of an empty string ('') if a value for
the provided key is not set.
-------------------------------------------------------------------
Thu Sep 5 10:20:33 UTC 2013 - aboe76@gmail.com

View File

@ -16,7 +16,7 @@
#
Name: python-apache-libcloud
Version: 0.13.1
Version: 0.13.2
Release: 1
License: Apache-2.0
Summary: Abstract away differences among multiple cloud provider APIs