kombu 3.0.26-1ubuntu2 source package in Ubuntu

Changelog

kombu (3.0.26-1ubuntu2) wily; urgency=medium

  * debian/patches/fix-python-tests.patch: Fix python tests.

 -- Chuck Short <email address hidden>  Thu, 30 Jul 2015 11:23:53 -0400

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kombu_3.0.26.orig.tar.gz 366.8 KiB 1f565abd44c4b7dfaa4dd543d52f982d2f006aba0a2b3830542b4d25a801fe09
kombu_3.0.26-1ubuntu2.debian.tar.xz 9.8 KiB 274bd827ec7d2ac24a7f9477c0f6955aa746b76ccbc65866fb77a122ea36ed6b
kombu_3.0.26-1ubuntu2.dsc 2.1 KiB e02ed917d52279ef42de0e111c5c64d9ad5d60ccb958c52a9eaf8e7cd05bfee6

View changes file

Binary packages built by this source

python-kombu: No summary available for python-kombu in ubuntu wily.

No description available for python-kombu in ubuntu wily.

python-kombu-doc: No summary available for python-kombu-doc in ubuntu wily.

No description available for python-kombu-doc in ubuntu wily.

python3-kombu: AMQP Messaging Framework for Python (Python3 version)

 The aim of Kombu is to make messaging in Python as easy as possible by
 providing an idiomatic high-level interface for the AMQP protocol. It is meant
 to replace the carrot library by providing a compatibility layer.
 .
 Features:
  * Allows application authors to support several message server solutions by
    using pluggable transports.
  * Supports automatic encoding, serialization and compression of message
    payloads.
  * The ability to ensure that an operation is performed by gracefully handling
    connection and channel errors.
 .
 This package contains the Python 3 version of the library.