debugpy 1.8.0+ds-4ubuntu1 source package in Ubuntu

Changelog

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

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

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

  * Silence unvendored warning when using system pydevd
  * Reinstate flask tests now that python3-werkzeug has been updated

 -- Gianfranco Costamagna <email address hidden>  Wed, 10 Jan 2024 16:30:32 +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-4ubuntu1.debian.tar.xz 6.8 KiB 3cbb08eff87785d27ca379cf582e61f29941251ea239060e3aa48af0f289af84
debugpy_1.8.0+ds-4ubuntu1.dsc 2.5 KiB ddebaf4dce5d515c2fa8ad3f173d603065989aa5f773396c97ad88fee4d4fc24

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.