libcloud 3.8.0+repack-1 source package in Ubuntu

Changelog

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

  * Team Upload
  * New upstream version 3.8.0
  * remove dependency on python3-mock
  * remove patches applied upstream
  * use new dh-sequence-python3
  * add new python3-pytest-* plugins
  * add Noah Meyerhans as co-maintainer

  [ Hans-Christoph Steiner ]
  * pypi no longer supports PGP signatures
  * remove myself from Uploaders

  [ Noah Meyerhans ]
  * Add libcloud.* to setuptools configuration
  * incorporate upstream fixes for init_once tests (Closes: #1063944, #1066731)
  * Use a standalone script to copy test fixtures to the build dir
  * skip a buggy test that frequently deadlocks
  * delete an obsolete patch
  * suppress lintian error source-is-missing for some test fixtures
  * Add missing files to MANIFEST.in
  * Add a gitignore and ignore some python packaging artifacts
  * Repack the orig.tar.gz to exclude the egg-info content

 -- Alexandre Detiste <email address hidden>  Wed, 22 May 2024 18:10:59 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcloud_3.8.0+repack-1.dsc 2.5 KiB f1bb1757e555270fe907e02f8dcd90e4b6b8c654e3811f92b28ee5ec8ee0d512
libcloud_3.8.0+repack.orig.tar.xz 1.6 MiB 53a74e428a9f658803b5e9d101bb13ba5ee4aa1f06f338ad649a21ca4459ecfa
libcloud_3.8.0+repack-1.debian.tar.xz 19.5 KiB f23e70fb8ecbfeb3e12e5ba8db1b3d6fbda14cbd56991c88c65e60e86385ef99

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