debugpy 1.6.6+ds-1ubuntu1 source package in Ubuntu

Changelog

debugpy (1.6.6+ds-1ubuntu1) lunar; urgency=low

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

 -- Gianfranco Costamagna <email address hidden>  Tue, 14 Feb 2023 14:48:50 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
debugpy_1.6.6+ds.orig.tar.xz 140.4 KiB 4a39b9c9fc583a0ff6424dcb87c51f7d0182cbbaf9d369942c2959d0ddee22d5
debugpy_1.6.6+ds-1ubuntu1.debian.tar.xz 7.0 KiB 539eeec49a79f879a3d4a8e27b0cc971db4120e111598629c7b364d318e7dcc0
debugpy_1.6.6+ds-1ubuntu1.dsc 2.5 KiB 8013bfc4f9db4c02907b687fbe7dd2107f18aa612080d21ce72463e353b61281

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.