debugpy 1.8.0+ds-3ubuntu1 source package in Ubuntu

Changelog

debugpy (1.8.0+ds-3ubuntu1) noble; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Ignore test failures, they fail in Debian too (Closes: #1025637)

debugpy (1.8.0+ds-3) unstable; urgency=medium

  * Skip failing tests (closes: #1058401)

 -- Gianfranco Costamagna <email address hidden>  Sat, 30 Dec 2023 11:21:49 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
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

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-3ubuntu1.debian.tar.xz 6.5 KiB f12bcc2cc749701d494a2566ce1492d990e2282f1114728dc048fe46526dacdf
debugpy_1.8.0+ds-3ubuntu1.dsc 2.5 KiB 274bc8a0983fa6a3abd67e7e47b7b27cd44c0c953df843cf3b5521333fac2681

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.