kombu 5.3.5-1 source package in Ubuntu

Changelog

kombu (5.3.5-1) unstable; urgency=low

  [ Alexandre Detiste ]
  * remove extraneous build dep python3-mock

  [ Michael Fladischer ]
  * New upstream version 5.3.5
  * Update year in d/copyright.

 -- Michael Fladischer <email address hidden>  Sun, 21 Jan 2024 16:03:46 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kombu_5.3.5-1.dsc 2.4 KiB fdb3eb90cfcd0f2d07346acc0588e2df052a226f2b58714cd43103a00b652cf9
kombu_5.3.5.orig.tar.gz 466.2 KiB 44719f111e76bd4dac72ee9fefd367153ed87a216660f19ce796e543c736f41c
kombu_5.3.5-1.debian.tar.xz 11.6 KiB 5919d28ac339cbad9fc7148441d45a1c2f5c6871e1f78035b7e64c42cf6fe0bc

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.