kombu 5.3.1-1 source package in Ubuntu

Changelog

kombu (5.3.1-1) unstable; urgency=medium

  * New upstream version 5.3.1

 -- Michael Fladischer <email address hidden>  Thu, 22 Jun 2023 07:41:42 +0000

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kombu_5.3.1-1.dsc 2.5 KiB 01d9395c41f6400955016dc448946d7c648f8ff1f55398205241c6aeedbe8669
kombu_5.3.1.orig.tar.gz 424.1 KiB fbd7572d92c0bf71c112a6b45163153dea5a7b6a701ec16b568c27d0fd2370f2
kombu_5.3.1-1.debian.tar.xz 11.2 KiB dc7b24b73c7faba8819bc4ef2fb610a9c17f13aa715814cd1c00986d45195198

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.