python-amqp 2.1.4-1 source package in Ubuntu

Changelog

python-amqp (2.1.4-1) experimental; urgency=medium

  * Refresh patches after git-dpm to gbp pq conversion
  * New upstream release (2.1.4)
  * Remove patches no longer required 
  * Add .cache to debian/clean 
  * Add .egg-info to diff ignore 
  * Update build dependencies 
  * Use new tests 
  * Update debian/copyright (project license changed from LGPL-2.1+ to
    BSD-3-clause)
  * Add myself to uploaders 
  * Add patch to remove PayPal image URLs 
  * Set http(s) proxy to localhost during doc build

 -- Christopher Hoskin <email address hidden>  Sun, 19 Mar 2017 11:18:39 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Experimental
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-amqp_2.1.4-1.dsc 2.4 KiB d7f307a48bf8ad547670d74bc7f4c34317b156f210e58def060f8dda4246dfaa
python-amqp_2.1.4.orig.tar.gz 97.3 KiB 1378cc14afeb6c2850404f322d03dec0082d11d04bdcb0360e1b10d4e6e77ef9
python-amqp_2.1.4-1.debian.tar.xz 8.2 KiB 4bd55b5f7a6aa0312235875a87605ae4a09eda0099954ed9cd60793f1149193c

Available diffs

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: No summary available for python-amqp-doc in ubuntu artful.

No description available for python-amqp-doc in ubuntu artful.

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.