libcloud 2.2.1-1 source package in Ubuntu

Changelog

libcloud (2.2.1-1) unstable; urgency=medium

  [ Andrew Starr-Bochicchio ]
  * New upstream release.
   - Resolves FTBFS with Python 3.6 (Closes: #878542).
  * debian/control: Remove deprecated XS-Testsuite field.
  * Build depend on python{3}-pytest and python{3}-pytest-runner.
  * Bump Standards-Version to 4.1.0.
  * Use PYBUILD_{BEFORE,AFTER}_TEST to avoid overriding
    dh_auto_test and dh_auto_clean.
  * Disable tests that conflict with pybuild's proxy settings. 

  [ Hans-Christoph Steiner ]
  * New upstream release from git tag
  * tests now use python-requests-mock

 -- Andrew Starr-Bochicchio <email address hidden>  Wed, 18 Oct 2017 23:24:15 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcloud_2.2.1-1.dsc 2.6 KiB 017d2a1c856b2f63ffd67775c6c5aa0c4472ab9559d7b3e52fbcd3c2cf67520b
libcloud_2.2.1.orig.tar.gz 1.7 MiB d065d9da8ba192badad3a98c2f6c3ef9dabba45d1318638b9c1bac83f6c3e7a9
libcloud_2.2.1-1.debian.tar.xz 5.5 KiB 7c75385c1fa697feac4794fecf3afe691b846f56e94569c10fafbac1ddee0642

Available diffs

No changes file available.

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.