debugpy 1.8.0+ds-2ubuntu1 source package in Ubuntu

Changelog

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

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

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

  * Depend on more recent pydevd, otherwise tests break

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

  * New upstream version 1.8.0+ds

 -- Gianfranco Costamagna <email address hidden>  Thu, 26 Oct 2023 08:55:15 +0200

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-2ubuntu1.debian.tar.xz 7.4 KiB 68ceac5e97d12570ccb52a040ecb770935d08bd63642c17aebaa50c8a5a921aa
debugpy_1.8.0+ds-2ubuntu1.dsc 2.5 KiB 93bb2224d7942ec03a4753ed22885048e773d98b411b5b450504b329b615433f

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.