kombu 5.3.1-2 source package in Ubuntu

Changelog

kombu (5.3.1-2) unstable; urgency=medium

  * Remove /usr/lib/python3/dist-packages/control (Closes: #1037554).

 -- Thomas Goirand <email address hidden>  Wed, 05 Jul 2023 09:02:40 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kombu_5.3.1-2.dsc 2.8 KiB a80eca63d90cfb49f662aeafb604bcc8a43c79f21ddc01819cb6b8fa605c58d4
kombu_5.3.1.orig.tar.gz 424.1 KiB fbd7572d92c0bf71c112a6b45163153dea5a7b6a701ec16b568c27d0fd2370f2
kombu_5.3.1-2.debian.tar.xz 11.2 KiB eda18ae9070880ace537a59ca1314d17dec15f9c12808040148d668618113aaf

Available diffs

No changes file available.

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.