python-bytecode 0.14.2-1 source package in Ubuntu

Changelog

python-bytecode (0.14.2-1) unstable; urgency=medium

  * New upstream version

 -- Julian Gilbey <email address hidden>  Fri, 23 Jun 2023 06:30:22 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bytecode_0.14.2-1.dsc 2.6 KiB e297699a47289ff37c90b8226df2d3d00774d60f7ebeb990c7a7e39208c2ddce
python-bytecode_0.14.2.orig.tar.gz 88.5 KiB 525fe3222046c4cf41722d63e136efcaa0f16113b4aa0c8ebeba97e53b14904c
python-bytecode_0.14.2-1.debian.tar.xz 8.1 KiB b196e61e82af1b4235730c71eaa9eea82b901962cee4a096b7023c6755c1805f

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.