kombu 4.0.2+really4.0.2+dfsg-2ubuntu1 source package in Ubuntu

Changelog

kombu (4.0.2+really4.0.2+dfsg-2ubuntu1) artful; urgency=medium

  * Add d/patches/0002-dont-modfiy-dict-size-while-iterating-over-it.patch from
    upstream to fix build with Python 3.6.

 -- Michael Hudson-Doyle <email address hidden>  Mon, 15 May 2017 12:16:30 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kombu_4.0.2+really4.0.2+dfsg.orig.tar.gz 405.4 KiB 221f0f9bb53959a71ebf2471ec8d0e60e239c7426b4b86f284a243ef7060672d
kombu_4.0.2+really4.0.2+dfsg-2ubuntu1.debian.tar.xz 11.9 KiB 12fd59ab96eb49fb6f496323794823f93b89968e1d490e5c77c346eddeb09209
kombu_4.0.2+really4.0.2+dfsg-2ubuntu1.dsc 3.0 KiB 40a61367936a6cb282e25e47be241139efbb5463df6d6a0539e7e90d269b18ab

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: No summary available for python-kombu-doc in ubuntu artful.

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

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.