From 3211c69c6d549a6ab4339308a34be42cfa16f416af3175467eb49371ef57d5b8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Sep 2025 20:44:15 +0000 Subject: [PATCH] - 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 --- debugpy-1.8.14.tar.gz | 3 --- debugpy-1.8.16.tar.gz | 3 +++ python-debugpy.changes | 21 +++++++++++++++++---- python-debugpy.spec | 4 ++-- 4 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 debugpy-1.8.14.tar.gz create mode 100644 debugpy-1.8.16.tar.gz diff --git a/debugpy-1.8.14.tar.gz b/debugpy-1.8.14.tar.gz deleted file mode 100644 index 550a5da..0000000 --- a/debugpy-1.8.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ed6d9182d6288bd44f22d253e3becd6ea59a2dcdebd9e061fb0611bb59aade9 -size 4313297 diff --git a/debugpy-1.8.16.tar.gz b/debugpy-1.8.16.tar.gz new file mode 100644 index 0000000..dd5b266 --- /dev/null +++ b/debugpy-1.8.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce9b8aeed25f8ba33df464283112a87a7881e5d3b5dc3c9f30dc9852ec123db +size 4316348 diff --git a/python-debugpy.changes b/python-debugpy.changes index a6559e2..4026b1c 100644 --- a/python-debugpy.changes +++ b/python-debugpy.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Sep 14 20:43:46 UTC 2025 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Thu Jun 5 06:01:35 UTC 2025 - Steve Kowalik @@ -14,11 +27,11 @@ Mon Apr 28 15:12:46 UTC 2025 - Markéta Machová Mon Feb 10 15:07:45 UTC 2025 - Markéta Machová - Update to 1.8.12 - * To simplify command line usage, an debugpy entry point has been + * To simplify command line usage, an debugpy entry point has been added to the debugpy package. - * To simplify command line usage, switches can now be read from + * To simplify command line usage, switches can now be read from the environment. - * Consuming PyDev.Debugger's sys.monitoring support to improve + * Consuming PyDev.Debugger's sys.monitoring support to improve performance of debugging 3.12 * Support for 3.13 * Multithreading fixes @@ -27,7 +40,7 @@ Mon Feb 10 15:07:45 UTC 2025 - Markéta Machová Thu Sep 26 10:32:41 UTC 2024 - Markéta Machová - Drop unneeded Django test dependency -- Skip one failing test on aarch64 +- Skip one failing test on aarch64 ------------------------------------------------------------------- Sat Jun 29 19:34:29 UTC 2024 - Dirk Müller diff --git a/python-debugpy.spec b/python-debugpy.spec index 6cef8d2..b135528 100644 --- a/python-debugpy.spec +++ b/python-debugpy.spec @@ -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