kombu 5.2.2-1 source package in Ubuntu

Changelog

kombu (5.2.2-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Add d/upstream/metadata.
  * Depend on python3-all for autopkgtests.

 -- Michael Fladischer <email address hidden>  Tue, 23 Nov 2021 09:56:31 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kombu_5.2.2-1.dsc 2.4 KiB 41fe499409cda0390ec07b6b7a3c1587ba7b863123fa1057ac2da699a7c2e895
kombu_5.2.2.orig.tar.gz 410.5 KiB 0f5d0763fb916808f617b886697b2be28e6bc35026f08e679697fc814b48a608
kombu_5.2.2-1.debian.tar.xz 11.1 KiB 3fb06822ed625ccf44f37e855b1b49aab5795f074e250a7f784708c49343b01f

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.