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.4.2.tar.gz | 0000442858 432 KB | |
python-kombu.changes | 0000083515 81.6 KB | |
python-kombu.spec | 0000003130 3.06 KB | |
support-pyro-5.patch | 0000000631 631 Bytes |
Revision 84 (latest revision is 85)
Ana Guerrero (anag+factory)
accepted
request 1205381
from
Dirk Mueller (dirkmueller)
(revision 84)
- update to 5.4.2: * Fixed issue with SQS #2113 * tzdata is required for machines without IANA database * blacksmith.sh: Migrate workflows to Blacksmith * Revert "Validate SQS SSL certs by default" - update to 5.4.1: * Update mypy to 1.11.2 * SQS: Fixes #2091 queue_delete() method doesn't actually delete the queue * Validate SQS SSL certs by default * Resolving TypeError, during version unpacking * Revert: allow users to disable broker heartbeats by not providing a timeout - update to 5.4.0: * fix: Fanout exchange messages mixed across virtual databases in Redis sentinel * Pin pymongo to latest version 4.7.2 * enable/fix test_etcd.py (resolves #2001) * Limit requests<2.32.0 due to docker-py issue 3256 * enhance: allow users to disable broker heartbeats * enhance: allow uses to disable broker heartbeats by not providing a timeout * chore(typing): annotate `utils/debug.py` * ConnectionPool can't be used after .resize(..., reset=True) (resolves #2018) * Fix Redis connections after reconnect - consumer starts consuming the tasks after crash. * Add support for mongodb+srv scheme * Reverted limiting requests<2.32.0 in requirements/default.txt but kept in tox.ini due to docker-py issue 3256
Comments 0