debugpy 1.6.4+git20221217.c419d5a+ds-1ubuntu1 source package in Ubuntu

Changelog

debugpy (1.6.4+git20221217.c419d5a+ds-1ubuntu1) lunar; urgency=low

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

debugpy (1.6.4+git20221217.c419d5a+ds-1) unstable; urgency=medium

  * New upstream version
  * Exclude failing tests on Python 3.11; hopefully this closes:
    #1025615), but it may be that other tests fail on architectures
    besides amd64
  * Add a README explaining that this package is not yet compatible with
    Python 3.11, so many issues may arise

 -- Gianfranco Costamagna <email address hidden>  Sat, 07 Jan 2023 18:42:36 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
debugpy_1.6.4+git20221217.c419d5a+ds.orig.tar.xz 140.6 KiB 133b7b93daeede0af5989a605f890c99add5186ea6fca9d7e4b965025c581193
debugpy_1.6.4+git20221217.c419d5a+ds-1ubuntu1.debian.tar.xz 7.1 KiB 315810b2a8a5799dd3c895579fa77164c30110766df7cb251b2a4eddb7b81526
debugpy_1.6.4+git20221217.c419d5a+ds-1ubuntu1.dsc 2.6 KiB a1a2a9617403ec1e26f76d6c0b22cc51e45df5d12b780a4f699cc8c15883363e

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.