python-bytecode 0.15.1-3 source package in Ubuntu

Changelog

python-bytecode (0.15.1-3) unstable; urgency=medium

  * Fix autopkgtest calling (closes: #1059334); this requires moving away
    from pybuild-autopkgtest to manually calling pytest (see #1059529).

 -- Julian Gilbey <email address hidden>  Wed, 27 Dec 2023 19:04:12 +0000

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bytecode_0.15.1-3.dsc 2.7 KiB 98240fbf8992596a3e7f5bda35d4ab83307e57d92ca5dca4d12f553e2fc2e9a8
python-bytecode_0.15.1.orig.tar.gz 91.6 KiB 64b761733eebaff015ce599879aa6ad83411e234107aa489a43028182670a41c
python-bytecode_0.15.1-3.debian.tar.xz 8.8 KiB c97d0d8bdf302ff5bec2b37a100c0c9173d8dd404c7ba6fadfb75e16b6d0e3a6

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.