kombu 1.2.1-1ubuntu1 source package in Ubuntu

Changelog

kombu (1.2.1-1ubuntu1) precise; urgency=low

  * debian/patches/remove_assert_virtual_transport_restore_unacked_once.
    patch: Disabled seemingly invalid assert in virtual transport which
    was causing nova testsuite to fail.  Pending better solution.
    - LP: #861440
 -- Dave Walker (Daviey) <email address hidden>   Tue, 18 Oct 2011 15:16:16 +0100

Upload details

Uploaded by:
Dave Walker
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
kombu_1.2.1.orig.tar.gz 218.8 KiB da49112857ca4a00a06995fdbcac3c5bd6ac3a63700db58b19f545b56e9b7482
kombu_1.2.1-1ubuntu1.debian.tar.gz 5.0 KiB 8d8f46105db028b3b64ff8d39dbaa0ff2bbf52f936fbfdeadc0cbc7dcbfe998b
kombu_1.2.1-1ubuntu1.dsc 1.6 KiB 4d487f51d71dfdd76a2046d39569e77e18e04d17d562a17205dbe25c5334293a

Available diffs

View changes file

Binary packages built by this source

python-kombu: AMQP Messaging Framework for Python

 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.

python-kombu-doc: AMQP Messaging Framework for Python (Documentation)

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