debugpy 1.8.0+ds-4ubuntu4 source package in Ubuntu

Changelog

debugpy (1.8.0+ds-4ubuntu4) noble; urgency=medium

  * Disable build-time tests which were failing anyway,
    and causing a misbuild including vendored pydevd binaries

 -- Graham Inggs <email address hidden>  Thu, 18 Apr 2024 15:22:20 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
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
debugpy_1.8.0+ds.orig.tar.xz 142.4 KiB 6314f991ee1559b188cce5eb6e1342fa007853385c12e140b5876437e42f11a9
debugpy_1.8.0+ds-4ubuntu4.debian.tar.xz 6.9 KiB 6cf5951c92b2247c5a84f9114f87e6ce3599a77d9bf50690e74d2c87d909fd2d
debugpy_1.8.0+ds-4ubuntu4.dsc 2.5 KiB df64fe4b956b0c5c887046778f2b4cbab54f5816f624e724cce6a6c75d10d07a

View changes file

Binary packages built by this source

python3-debugpy: Implementation of the Debug Adapter Protocol for Python 3

 This package allows debugging of Python using Spyder and VS Code, among
 others. It can also be used directly.
 .
 It provides an interface to run on top of existing scripts or modules,
 attach to a running process by ID or by importing debugpy into Python code.