kombu 5.3.7-2 source package in Ubuntu

Changelog

kombu (5.3.7-2) unstable; urgency=medium

  * Team upload.
  * Remove dependency on python3-case

 -- Alexandre Detiste <email address hidden>  Wed, 15 May 2024 00:01:19 +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
Oracular release main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kombu_5.3.7-2.dsc 2.7 KiB e2802a0de3e177d30f441ad207145b90863921201b12edf4d7e4dabf3deedb2f
kombu_5.3.7.orig.tar.gz 467.2 KiB abed6604ce8574245ff9e9f13fb2a189aed06ff032752b25c8fdcffac8713011
kombu_5.3.7-2.debian.tar.xz 11.8 KiB b4c1ea21c80559ac10200a6b58e18129054c11693ae3f21762dddb8685c9fadf

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.