Accepting request 197619 from devel:languages:python
new upstream release (forwarded request 197618 from aboe76) OBS-URL: https://build.opensuse.org/request/show/197619 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=3
This commit is contained in:
commit
158813b371
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e26ee90d81ed996112bfe744a0d3f33a07bcf98dd41ec01f129e1682de1ddac5
|
||||
size 395117
|
3
apache-libcloud-0.13.1.tar.bz2
Normal file
3
apache-libcloud-0.13.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:331eed2002a86493b2496f8e09224fc2766812fa72afb335d4d74f1bf4d36e19
|
||||
size 395693
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 10:20:33 UTC 2013 - aboe76@gmail.com
|
||||
|
||||
- Updated to 0.13.1
|
||||
- General Changes:
|
||||
- Fix a regression introduced in 0.13.0 and make sure to include
|
||||
Content-Length 0 with PUT and POST requests.
|
||||
- Compute Changes:
|
||||
- Fix a bug in the ElasticHosts driver and check for right HTTP status
|
||||
code when determining drive imaging success.
|
||||
- Update Opsource driver to include node public ip address (if available).
|
||||
- Storage Chagnes:
|
||||
- Fix a regression with calling encode_container_name instead of
|
||||
encode_object_name on object name in get_object method.
|
||||
- Ensure that AWS S3 multipart upload works for small iterators.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 18:30:05 UTC 2013 - aboe76@gmail.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: python-apache-libcloud
|
||||
Version: 0.13.0
|
||||
Version: 0.13.1
|
||||
Release: 1
|
||||
License: Apache-2.0
|
||||
Summary: Abstract away differences among multiple cloud provider APIs
|
||||
@ -60,4 +60,3 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user