python-pamqp 3.3.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 3.3.0
  * Refresh patches.
  * Update year in d/copyright.
  * Build using pybuild-plugin-pyproject and dh-sequence-python3.
  * Bump Standards-Version to 4.6.2.
  * Add python3-doc to Build-Depends, required by intersphinx mapping.
  * Add patch to use local objects.inv in intersphinx mapping.
  * Install testfiles using d/pybuild.testfiles.

 -- Michael Fladischer <email address hidden>  Fri, 19 Jan 2024 13:44:19 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pamqp_3.3.0-1.dsc 1.9 KiB 548db3a68a5dac767ebebc50096832308e4622916639b9c9348c4c9a808610eb
python-pamqp_3.3.0.orig.tar.gz 66.5 KiB d205c2599029d2e3c95d3666013899d10300d380eb87580a0e8182003c31f7b3
python-pamqp_3.3.0-1.debian.tar.xz 4.7 KiB ad993602a3a5132c0ead63457fe32a777b05bc9b2113275b86ffd92fcaa56865

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.