kombu 5.3.2-1 source package in Ubuntu

Changelog

kombu (5.3.2-1) unstable; urgency=medium

  * New upstream version 5.3.2
  * Use github.com in d/watch.
  * Clean up artifacts right after running tests.
  * Simplify d/rules by using execute_ targets instead of overrides.
  * Update year in d/copyright.

 -- Michael Fladischer <email address hidden>  Sun, 03 Sep 2023 21:34:32 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kombu_5.3.2-1.dsc 2.5 KiB 9056e8b2f6239f47b604f2d91cef6bf2479e5de2778a09ed2ff6773be1a51eaf
kombu_5.3.2.orig.tar.gz 459.2 KiB b0c8cab13318fef77fad63f14b01a6d2cac7a9f1cc7a186eefdb547003210dc1
kombu_5.3.2-1.debian.tar.xz 11.3 KiB 935b5d99d340a06a9dce70ec9ee291da533e85f61b4b4b35c9de2fabcf184459

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.