Accepting request 355225 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/355225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=17
This commit is contained in:
commit
d4e2092acb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6f5e3d65affa1682987bae99ce908539dd31471e71de4b2729f4e39f67eee0e9
|
|
||||||
size 869833
|
|
3
apache-libcloud-0.20.1.tar.bz2
Normal file
3
apache-libcloud-0.20.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a5afb1263329e6b60a69277d1fa5026d88fa65ec2964aaf4086d59d061c76faf
|
||||||
|
size 875309
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 20 20:58:45 UTC 2016 - aboe76@gmail.com
|
||||||
|
|
||||||
|
- Updated to apache libcloud 0.20.1
|
||||||
|
- General:
|
||||||
|
- Introduction of container based drivers for Docker, Rkt and Container-as-a-service providers
|
||||||
|
(LIBCLOUD-781, GITHUB-666) [Anthony Shaw]
|
||||||
|
- Introduce a new libcloud.backup API for Backup as a Service projects and products.
|
||||||
|
(GITHUB-621) [Anthony Shaw]
|
||||||
|
- Also retry failed HTTP(s) requests upon transient “read operation timed out” SSL error.
|
||||||
|
(GITHUB-556, LIBCLOUD-728) [Scott Kruger]
|
||||||
|
- Throw a more user-friendly exception if a client fails to establish SSL / TLS connection
|
||||||
|
with a server because of an unsupported SSL / TLS version. (GITHUB-682) [Tomaz Muraus]
|
||||||
|
- Compute:
|
||||||
|
- Add ap-northeast-2 region to EC2 driver (South Korea) (GITHUB-681) [Anthony Shaw]
|
||||||
|
- Added Added volume type to EC2 volume extra to EC2 driver. (GITHUB-680) [Gennadiy Stas]
|
||||||
|
- Add LazyObject class that provides lazy-loading, see GCELicense for usage (LIBCLOUD-786,
|
||||||
|
GITHUB-665) [Scott Crunkleton]
|
||||||
|
- Added t2.nano instance type to EC2 Compute driver (GITHUB-663) [Anthony Shaw]
|
||||||
|
- Support for passing the image ID as a string instead of an instance of image when creating
|
||||||
|
nodes in Dimension Data driver. (GITHUB-664) [Anthony Shaw]
|
||||||
|
- DNS:
|
||||||
|
- Add support for ‘health checks’ in Aurora DNS driver (GITHUB-672) [Wido den Hollander]
|
||||||
|
- Make sure ttl attribute is correctly parsed and added to the Record extra dictionary.
|
||||||
|
(GITHUB-675) [Wido den Hollander]
|
||||||
|
- Improve unit tests of Aurora DNS driver (GITHUB-679) [Wido den Hollander]
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 21:35:16 UTC 2015 - aboe76@gmail.com
|
Thu Dec 17 21:35:16 UTC 2015 - aboe76@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-apache-libcloud
|
Name: python-apache-libcloud
|
||||||
Version: 0.20.0
|
Version: 0.20.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Abstract away differences among multiple cloud provider APIs
|
Summary: Abstract away differences among multiple cloud provider APIs
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user