python-pamqp 3.2.1-1 source package in Ubuntu

Changelog

python-pamqp (3.2.1-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Bump Standards-Version to 4.6.1.0.

 -- Michael Fladischer <email address hidden>  Sun, 18 Sep 2022 14:22:49 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pamqp_3.2.1-1.dsc 1.8 KiB 93f7d6a9c7d2ca16712b7a14a99ced746d7ed41e6d264a11ca191a68e0c68d5c
python-pamqp_3.2.1.orig.tar.gz 66.0 KiB 98b1afe0752fb71850617830df55f5cb9f7fd82ca9e68fcfb837efbc1f036505
python-pamqp_3.2.1-1.debian.tar.xz 4.1 KiB 893cd6c25cc0b0df01999cb1e870ff0489a203d60cad66b32b0045cfbb87f15b

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.