libcloud 3.8.0+repack-3 source package in Ubuntu

Changelog

libcloud (3.8.0+repack-3) unstable; urgency=medium

  * Team Upload
  * Remove dependency on deprecated python3-lockfile
    which itsels build-depends on python3-nose.

 -- Alexandre Detiste <email address hidden>  Sun, 16 Jun 2024 22:11:06 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcloud_3.8.0+repack-3.dsc 2.4 KiB d28a5bddd9dffc0065e0e43bdfcd922e0c599fc9e708eacca2fb41186cc2359b
libcloud_3.8.0+repack.orig.tar.xz 1.6 MiB 53a74e428a9f658803b5e9d101bb13ba5ee4aa1f06f338ad649a21ca4459ecfa
libcloud_3.8.0+repack-3.debian.tar.xz 20.0 KiB e18b9c8139e8396c8955d7b2f2517c182b64273f246862ea47cbd88126df94eb

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
 .
 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).