python-amqp 2.2.2-1 source package in Ubuntu
Changelog
python-amqp (2.2.2-1) unstable; urgency=medium * Uploading to unstable. * Ran wrap-and-sort -bast to reduce diff size of future changes. * Removed X-Python-Version: >= 2.5 and X-Python3-Version: >= 3.0, as these versions are even satisfied in oldoldstable. * Properly building docs from override_dh_sphinxdoc and respecting DEB_BUILD_OPTIONS=nodoc, plus handling build profiles (also with nocheck). * Building sphinx doc directly within the destination folder: $(CURDIR)/debian/python-amqp-doc/usr/share/doc/python-amqp-doc/html -- Thomas Goirand <email address hidden> Sat, 04 Nov 2017 20:57:21 +0000
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-amqp_2.2.2-1.dsc | 2.5 KiB | a03be8c6fd0a2c967750300ee188c894af5bbd31a0057b61dbfff3b943134608 |
python-amqp_2.2.2.orig.tar.gz | 100.7 KiB | cba1ace9d4ff6049b190d8b7991f9c1006b443a5238021aca96dd6ad2ac9da22 |
python-amqp_2.2.2-1.debian.tar.xz | 8.9 KiB | d54b74011d2c671459b915b9e3150c3abc75d07cb2e999b1e0f23083552cd1ab |
Available diffs
- diff from 2.1.4-1 to 2.2.2-1 (14.3 KiB)
No changes file available.
Binary packages built by this source
- python-amqp: Low-level AMQP client
This is a fork of amqplib which was originally written by Barry Pederson. It
is maintained by the Celery project, and used by kombu as a pure Python
alternative when librabbitmq is not available.
.
This library should be API compatible with librabbitmq. Differences from
amqplib are:
* Supports draining events from multiple channels (Connection.drain_events) .
* Support for timeouts.
* Channels are restored after channel error, instead of having to close the
connection.
* Support for heartbeats.
* Supports RabbitMQ extensions:
- Consumer Cancel Notifications.
- Publisher confirms.
- Exchange-to-exchange bindings: exchange_bind / exchange_unbind.
* Support for basic_return.
* Uses AMQP 0-9-1 instead of 0-8.
* Exposes the underlying socket as Connection.sock.
* Adds Channel.no_ack_ consumers to keep track of consumer tags that set the
no_ack flag.
* Slightly better at error recovery.
- python-amqp-doc: Low-level AMQP client (Documentation)
This is a fork of amqplib which was originally written by Barry Pederson. It
is maintained by the Celery project, and used by kombu as a pure Python
alternative when librabbitmq is not available.
.
This library should be API compatible with librabbitmq. Differences from
amqplib are:
* Supports draining events from multiple channels (Connection.drain_events) .
* Support for timeouts.
* Channels are restored after channel error, instead of having to close the
connection.
* Support for heartbeats.
* Supports RabbitMQ extensions:
- Consumer Cancel Notifications.
- Publisher confirms.
- Exchange-to-exchange bindings: exchange_bind / exchange_unbind.
* Support for basic_return.
* Uses AMQP 0-9-1 instead of 0-8.
* Exposes the underlying socket as Connection.sock.
* Adds Channel.no_ack_ consumers to keep track of consumer tags that set the
no_ack flag.
* Slightly better at error recovery.
.
This package contains the documentation.
- python3-amqp: Low-level AMQP client (Python3 version)
This is a fork of amqplib which was originally written by Barry Pederson. It
is maintained by the Celery project, and used by kombu as a pure Python
alternative when librabbitmq is not available.
.
This library should be API compatible with librabbitmq. Differences from
amqplib are:
* Supports draining events from multiple channels (Connection.drain_events) .
* Support for timeouts.
* Channels are restored after channel error, instead of having to close the
connection.
* Support for heartbeats.
* Supports RabbitMQ extensions:
- Consumer Cancel Notifications.
- Publisher confirms.
- Exchange-to-exchange bindings: exchange_bind / exchange_unbind.
* Support for basic_return.
* Uses AMQP 0-9-1 instead of 0-8.
* Exposes the underlying socket as Connection.sock.
* Adds Channel.no_ack_ consumers to keep track of consumer tags that set the
no_ack flag.
* Slightly better at error recovery.
.
This package contains the Python 3 version of the library.