debugpy 1.6.7+ds-1ubuntu1 source package in Ubuntu

Changelog

debugpy (1.6.7+ds-1ubuntu1) mantic; urgency=low

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

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

  * New upstream version

debugpy (1.6.6+ds-1ubuntu2) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Gianfranco Costamagna <email address hidden>  Sat, 24 Jun 2023 23:03:07 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
debugpy_1.6.7+ds.orig.tar.xz 141.3 KiB 32d3d5e16a70c74389291c282283d074b51b124e14c9eecee51e1cbe58ac11c1
debugpy_1.6.7+ds-1ubuntu1.debian.tar.xz 7.2 KiB 5a90af2be9f4bc951c0ea91f164b7812b1c82bc9ad902fa20a8985bef7a00c45
debugpy_1.6.7+ds-1ubuntu1.dsc 2.5 KiB 205f322af3df8f200f8d4ea33669e9533d0a753f8c0a12f09f0761914c5cb89c

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.