kombu 5.3.0-1 source package in Ubuntu

Changelog

kombu (5.3.0-1) unstable; urgency=medium

  * New upstream version 5.3.0
  * Add python3-hypothesis to Build-Depends, required by tests.
  * Bump Standards-Version to 4.6.2.
  * Clean up .pytest_cache directory after build-time tests.
  * Skip redis sentinel tests.
  * Remove override for dh_python3.
  * Refresh patches and drop upstreamed ones.
  * Skip redis sentinel tests in autopkgtests.
  * Add linitan overrides for PKCS7 bundle used in PayPal donation
    button.

 -- Michael Fladischer <email address hidden>  Tue, 13 Jun 2023 13:08: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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kombu_5.3.0-1.dsc 2.5 KiB a4b33a217cbd6e775abb7ffd470a81d01afdaf70b6f955a940e6cd43a08cae2a
kombu_5.3.0.orig.tar.gz 423.9 KiB d084ec1f96f7a7c37ba9e816823bdbc08f0fc7ddb3a5be555805e692102297d8
kombu_5.3.0-1.debian.tar.xz 11.2 KiB 40080ff8cdbe8bfd3ea251ee2dcc8702f8ad21c4cbc7f5525f1fe049d08f679d

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.