python-bytecode 0.14.0-2 source package in Ubuntu

Changelog

python-bytecode (0.14.0-2) unstable; urgency=medium

  * Team upload.
  * Fix offset patch
  * Add Multi-Arch according to MA hinter
  * Bump policy version (no changes)

 -- Jochen Sprickerhof <email address hidden>  Mon, 19 Dec 2022 15:27:41 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bytecode_0.14.0-2.dsc 2.6 KiB 158eb8568696970d092b6c9234dd70a153ab5a045d5bc561104c0a28bc5316c2
python-bytecode_0.14.0.orig.tar.gz 87.5 KiB 355e395b40be4554c6eb69083f43b4ed63eaa463f9136d3725507402abc90ac7
python-bytecode_0.14.0-2.debian.tar.xz 8.4 KiB 590db1a79c85e405a897665b5f2236d1ecae8473ce51cc2193988270d9599b25

Available diffs

No changes file available.

Binary packages built by this source

python-bytecode-doc: Python module to generate, modify and optimize Python bytecode (documentation)

 The bytecode module can be used to write Python bytecode directly and
 then convert it into an executable Python code object. It also provides a
 pure Python implementation of the Peephole Optimizer introduced in
 CPython 3.6.
 .
 This package contains the bytecode documentation in HTML format.

python3-bytecode: Python module to generate, modify and optimize Python bytecode

 The bytecode module can be used to write Python bytecode directly and
 then convert it into an executable Python code object. It also provides a
 pure Python implementation of the Peephole Optimizer introduced in
 CPython 3.6.
 .
 This module is patched to be compatible with python3-pydevd, but this
 should be transparent to other users.