- update to 1.8.16:

* Fix bug in attach for 3.11 and lower on Windows
- update to 1.8.15:
  * Step Over, Step Into, not working when debugging Subprocesses
  * Allow debugging child processes started through an
    intermediary
  * Attach to process on arm64 Mac
  * Documentation typo
  * 3.14 preliminary support
  * To simplify command line usage, an debugpy entry point has been
  * To simplify command line usage, switches can now be read from
  * Consuming PyDev.Debugger's sys.monitoring support to improve
- Skip one failing test on aarch64

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=43
This commit is contained in:
2025-09-14 20:44:15 +00:00
committed by Git OBS Bridge
parent 88b5ddfcbe
commit 3211c69c6d
4 changed files with 22 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-debugpy
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-debugpy%{psuffix}
Version: 1.8.14
Version: 1.8.16
Release: 0
Summary: An implementation of the Debug Adapter Protocol for Python
License: MIT