kombu 4.6.7-1ubuntu1 source package in Ubuntu

Changelog

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

  * d/control: Move python3-importlib-metadata to Suggests since
    /usr/lib/python3.8/importlib/metadata.py is provided by the Python 3.8
    standard library and Python 3.8 will be the default for Ubuntu Focal.
    The python3-importlib-metadata dependency can be dropped entirely once
    Python 3.8 is the minimum available python version (LP: #1851393).

 -- Corey Bryant <email address hidden>  Mon, 10 Feb 2020 09:18:35 -0500

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

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-1ubuntu1.debian.tar.xz 11.6 KiB a412b9ac2ce7fd1c1099ceb4ba321c3b604af08ca031582495aa3dd3f3b8b810
kombu_4.6.7-1ubuntu1.dsc 2.8 KiB b81bd910422059586505802c6d9b9a993c3142d0303679d65fbde86e0589cba5

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.