python-amqp 1.3.3-1ubuntu1 source package in Ubuntu
Changelog
python-amqp (1.3.3-1ubuntu1) trusty; urgency=medium * Merge with Debian; remaining changes: - Drop sphinx.issuetracker as it is not needed to build and not in main. python-amqp (1.3.3-1) unstable; urgency=low * New upstream release. -- Matthias Klose <email address hidden> Tue, 07 Jan 2014 20:32:33 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-amqp_1.3.3.orig.tar.gz | 73.8 KiB | e65da719efcd1d0a9cff44431e2476f88de8ffeeb7abc0c77e82361c9281170f |
python-amqp_1.3.3-1ubuntu1.debian.tar.gz | 3.4 KiB | b4fbcc287cf9c4ae8e3d4192cdd7cd5e865663de1f1fd673e53df9f64f209531 |
python-amqp_1.3.3-1ubuntu1.dsc | 1.7 KiB | ccc3dfba5bd7686a53d592487041782712dd1fe56ee10cb33de1d6950284296b |
Available diffs
- diff from 1.0.13-1ubuntu1 to 1.3.3-1ubuntu1 (19.6 KiB)
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.