python-bytecode 0.14.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 0.14.0 (Closes: #1025026)
  * Remove note from d/copyright (fixed upstream)
  * Rebase patches
  * Add pybuild testsuite
  * Move package description to source package
  * Use dh-sequence-sphinxdoc
  * Add patch for doc generation
  * Use d/clean
  * Use pyproject and setuptools-scm

 -- Jochen Sprickerhof <email address hidden>  Wed, 14 Dec 2022 21:11:40 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bytecode_0.14.0-1.dsc 2.6 KiB 6bc2cd656d0257b889bb53b6c3fce83b4625cf177f45913cb8343245096e8274
python-bytecode_0.14.0.orig.tar.gz 87.5 KiB 355e395b40be4554c6eb69083f43b4ed63eaa463f9136d3725507402abc90ac7
python-bytecode_0.14.0-1.debian.tar.xz 8.3 KiB 1eea0ff1b0c0e6156f4ad79878554e2927d66e7e433b0a0653fa953530c303c0

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.