libcloud 0.15.1-1~ubuntu14.04.1 source package in Ubuntu

Changelog

libcloud (0.15.1-1~ubuntu14.04.1) trusty-backports; urgency=medium

  * No-change backport to trusty (LP: #1341914)

libcloud (0.15.1-1) unstable; urgency=medium

  * New upstream release.
  * Build Python3 package (Closes: #745962). Thanks to
    Daniel Lintott for the initial patch!
  * Correctly install upstream changelog.
  * Add lintian overrides for privacy-breach-generic as they are
    being triggered by dummy data used in the testsuite.
  * Install example files.
  * Add autopackage tests.

libcloud (0.14.1-1) unstable; urgency=low

  * new upstream release

libcloud (0.13.3-1) unstable; urgency=low

  [ Jakub Wilk ]
  * Add Vcs-* fields.

  [ Julien Cristau ]
  * New upstream release
  * Bump X-Python-Version to 2.6+, 2.5 didn't have an ssl module.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Hans-Christoph Steiner ]
  * Non-maintainer upload (closes: #679881)
  * Newest upstream release where the tests pass (tests are broken in
    0.14.0 and 0.14.1).
  * Bumped Standards-Version to 3.9.5. No changes needed.
 -- Iain Lane <email address hidden>   Tue, 15 Jul 2014 15:14:03 +0100

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Trusty
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty backports universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcloud_0.15.1.orig.tar.bz2 557.6 KiB 557e3f29e0ab1f19a31e858a8e802c822cb7f07df5edce029a1c67d2b0f30d15
libcloud_0.15.1-1~ubuntu14.04.1.debian.tar.xz 44.0 KiB 00ac3adef5df690d99cbe6cc5628d3b1e54f2af96c85efcf177761f2825e0acd
libcloud_0.15.1-1~ubuntu14.04.1.dsc 2.4 KiB 96a61846d4778fa70fc0fb35deb957ddf15c2cd38867d4ac93756922626f26f4

View changes file

Binary packages built by this source

python-libcloud: unified Python interface into the cloud

 libcloud is a pure Python client library for interacting with many of the
 popular cloud server providers using a unified API. It was created to make it
 easy for developers to build products that work between any of the services
 that it supports.
 .
  * Avoid vendor lock-in
  * Use the same API to talk to many different providers
  * More than 30 supported providers total
  * Four main APIs: Compute, Storage, Load Balancers, DNS
  * Supports Python 2.5, Python 2.6, Python 2.7, PyPy and Python 3
 .
 Resource you can manage with Libcloud are divided in the following categories:
 .
  * Cloud Servers and Block Storage - services such as Amazon EC2 and
    Rackspace Cloud Servers (libcloud.compute.*)
  * Cloud Object Storage and CDN - services such as Amazon S3 and
    Rackspace CloudFiles (libcloud.storage.*)
  * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*)
  * DNS as a Service, DNSaaS (libcloud.dns.*)
 .
 libcloud was originally created by the folks over at Cloudkick, but has
 since grown into an independent free software project licensed under
 the Apache License (2.0).

python3-libcloud: unified Python interface into the cloud (Python3 version)

 libcloud is a pure Python client library for interacting with many of the
 popular cloud server providers using a unified API. It was created to make it
 easy for developers to build products that work between any of the services
 that it supports.
 .
  * Avoid vendor lock-in
  * Use the same API to talk to many different providers
  * More than 30 supported providers total
  * Four main APIs: Compute, Storage, Load Balancers, DNS
  * Supports Python 2.5, Python 2.6, Python 2.7, PyPy and Python 3
 .
 Resource you can manage with Libcloud are divided in the following categories:
 .
  * Cloud Servers and Block Storage - services such as Amazon EC2 and
    Rackspace Cloud Servers (libcloud.compute.*)
  * Cloud Object Storage and CDN - services such as Amazon S3 and
    Rackspace CloudFiles (libcloud.storage.*)
  * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*)
  * DNS as a Service, DNSaaS (libcloud.dns.*)
 .
 libcloud was originally created by the folks over at Cloudkick, but has
 since grown into an independent free software project licensed under
 the Apache License (2.0).
 .
 This is the Python 3 version of the package.