kombu 4.6.7-1ubuntu3 source package in Ubuntu

Changelog

kombu (4.6.7-1ubuntu3) focal; urgency=medium

  * d/control: Drop python3-importlib-metadata now that Python 3.7 has
    been dropped from python3-defaults (LP: #1851393).

 -- Corey Bryant <email address hidden>  Fri, 03 Apr 2020 09:50:58 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kombu_4.6.7.orig.tar.gz 386.1 KiB 67b32ccb6fea030f8799f8fd50dd08e03a4b99464ebc4952d71d8747b1a52ad1
kombu_4.6.7-1ubuntu3.debian.tar.xz 11.7 KiB e7db20dcd077f0a933b2bb8bc23db256c8165740d8be210d28dc218446343b9d
kombu_4.6.7-1ubuntu3.dsc 2.8 KiB 822a84d41f363fb663ff2b1e547c93f45538bffaa51741e6f3bcd890a395580b

Available diffs

View changes file

Binary packages built by this source

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.

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.