AMQP Messaging Framework for Python
An AMQP messaging framework for Python.
AMQP is the Advanced Message Queuing Protocol, an open standard protocol
for message orientation, queuing, routing, reliability and security.
One of the most popular implementations of AMQP is RabbitMQ.
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, and also
provide proven and tested solutions to common messaging problems.
- Developed at devel:languages:python
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-kombu && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
kombu-5.2.3.tar.gz | 0000421943 412 KB | |
python-kombu.changes | 0000076197 74.4 KB | |
python-kombu.spec | 0000003188 3.11 KB |
Revision 73 (latest revision is 85)
Dominique Leuenberger (dimstar_suse)
accepted
request 943612
from
Dirk Mueller (dirkmueller)
(revision 73)
- update to 5.2.3: * Allow redis >= 4.0.2. * Fix PyPy CI jobs. * SQS transport: detect FIFO queue properly by checking queue URL (#1450). * Ensure that restore is atomic in redis transport (#1444). * Restrict setuptools>=59.1.1,<59.7.0. * Bump minimum py-amqp to v5.0.9 (#1462). * Reduce memory usage of Transport (#1470). * Prevent event loop polling on closed redis transports (and causing leak). * Respect connection timeout (#1458) * prevent redis event loop stopping on ‘consumer: Cannot connect’ (#1477). * Bump redis version to >= 3.4.1. * try latest sqs dependencies to fix security warning. * Tests & dependency updates
Comments 0