libcloud 2.4.0-2 source package in Ubuntu

Changelog

libcloud (2.4.0-2) unstable; urgency=medium

  * Team upload.
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support.
  * Bump debhelper compat level to 12.
  * Bump standards version to 4.4.0 (no changes).
  * Enable autopkgtest-pkg-python testsuite.
  * d/copyright: Fix order
  * d/tests: Fix dependencies

 -- Ondřej Nový <email address hidden>  Thu, 01 Aug 2019 16:17:55 +0200

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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcloud_2.4.0-2.dsc 2.6 KiB daec04e4e9a766e0548a5a264d07c89ac4c1ba9ef311bd5fa8dc5464adddc108
libcloud_2.4.0.orig.tar.gz 1.7 MiB 125c410996b84464b426922f1398a317869f27173a6461e32f3b1dfe671d5235
libcloud_2.4.0.orig.tar.gz.asc 516 bytes dc3234728afaf1181e432707b0ea08539f7fda1ae8e3123d82c95ba2a316ab8e
libcloud_2.4.0-2.debian.tar.xz 10.5 KiB 5259988448546c186b7b3b581c11b95aca3240bbe57cd13b281b7e393d638777

Available diffs

No changes file available.

Binary packages built by this source

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.7, PyPy and Python 3.4 or newer.
 .
 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.*)
  * Container virtualization services (libcloud.container.*)
 .
 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.