python-pamqp 2.3.0-2 source package in Ubuntu

Changelog

python-pamqp (2.3.0-2) unstable; urgency=low

  [ Michael Fladischer ]
  * Add debian/gbp.conf.
  * Set Rules-Requires-Root: no.

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

 -- Michael Fladischer <email address hidden>  Wed, 11 Dec 2019 17:22:29 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pamqp_2.3.0-2.dsc 1.8 KiB 02d631e98b298f070339b57be4efd67b6812294c56eb13f5939256877feb2ed0
python-pamqp_2.3.0.orig.tar.gz 58.1 KiB 9c69844d2f587fcb8f086490ad5e4d629dc94ad3b25efd898dacb387aac453e0
python-pamqp_2.3.0-2.debian.tar.xz 2.6 KiB f7ab7c4a2742d4566c7e29260cb1878e5e08ef5870638d51079d05007fd94948

Available diffs

No changes file available.

Binary packages built by this source

python-pamqp-doc: RabbitMQ Focused AMQP low-level library (Documentation)

 pamqp is a low level AMQP 0-9-1 frame encoding and decoding library for Python.
 It is not a end-user client library for talking to RabbitMQ but rather is used
 by client libraries for marshaling and unmarshaling AMQP frames.
 .
 AMQP class/method command class mappings can be found in the
 pamqp.specification module while actual frame encoding and encoding should be
 run through the pamqp.frame module.
 .
 This package contains the documentation.

python3-pamqp: RabbitMQ Focused AMQP low-level library (Python3 version)

 pamqp is a low level AMQP 0-9-1 frame encoding and decoding library for Python.
 It is not a end-user client library for talking to RabbitMQ but rather is used
 by client libraries for marshaling and unmarshaling AMQP frames.
 .
 AMQP class/method command class mappings can be found in the
 pamqp.specification module while actual frame encoding and encoding should be
 run through the pamqp.frame module.
 .
 This package contains the Python 3 version of the library.