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.3.6.tar.gz | 0000439311 429 KB | |
python-kombu.changes | 0000081679 79.8 KB | |
python-kombu.spec | 0000003189 3.11 KB | |
support-pyro-5.patch | 0000000631 631 Bytes |
Revision 82 (latest revision is 85)
Ana Guerrero (anag+factory)
accepted
request 1164300
from
Dirk Mueller (dirkmueller)
(revision 82)
- update to 5.3.6: * boto3>=1.26.143 * Always convert azureservicebus namespace to fully qualified * Pin pytest-sugar to latest version 1.0.0 * Upgrade to pytest v8 that removed nose compatibility * fix warning for usage of utcfromtimestamp * Update pytest to 8.0.2 * Hotfix: Fix CI failures (limit redis to <5.0.2 instead of * Expose cancel callback from py-amqp channel.basic_consume * Update mypy to 1.9.0 * Update pytest to 8.1.1 * Pin hypothesis to hypothesis<7 * redis>=4.5.2,<5.0.2,!=4.5.5 -> redis>=4.5.2,!=5.0.2,!=4.5.5 * add escape hatch for custom JSON serialization * Pin pytest-cov to latest version 5.0.0 * Added Changelog for v5.3.6
Comments 0