forked from pool/python-debugpy
Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4ccdccafb1 | |||
| a3369163b2 | |||
| 37bc0b3374 | |||
| 1ea413b621 | |||
| 0f55183d93 | |||
| d618870493 | |||
| ff0a55ad69 | |||
| 5c7772397a | |||
| 6b44f367db | |||
| 061eca4ca0 | |||
| 61a8bfa47b | |||
| 5e921b1d1e | |||
| ab10f414e4 | |||
| 7e7d25fe10 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ed6d9182d6288bd44f22d253e3becd6ea59a2dcdebd9e061fb0611bb59aade9
|
|
||||||
size 4313297
|
|
||||||
3
debugpy-1.8.18.tar.gz
Normal file
3
debugpy-1.8.18.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef830bb162598a4e9008468cf50c07659492488849ced71094f29dca21ac478d
|
||||||
|
size 4318455
|
||||||
@@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 12 10:29:25 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.8.18:
|
||||||
|
* Spaces in python interpreter cause debug launch failure
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 13:51:04 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Delete an extra pytest mark to fix tests with pytest 9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 13 09:15:54 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.8.17:
|
||||||
|
* py3.14 support
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 14 20:43:46 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <steven.kowalik@suse.com>
|
Thu Jun 5 06:01:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
@@ -14,11 +44,11 @@ Mon Apr 28 15:12:46 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|||||||
Mon Feb 10 15:07:45 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Mon Feb 10 15:07:45 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
- Update to 1.8.12
|
- 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.
|
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.
|
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
|
performance of debugging 3.12
|
||||||
* Support for 3.13
|
* Support for 3.13
|
||||||
* Multithreading fixes
|
* Multithreading fixes
|
||||||
@@ -27,7 +57,7 @@ Mon Feb 10 15:07:45 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|||||||
Thu Sep 26 10:32:41 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
Thu Sep 26 10:32:41 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
- Drop unneeded Django test dependency
|
- 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 <dmueller@suse.com>
|
Sat Jun 29 19:34:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-debugpy
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-debugpy%{psuffix}
|
Name: python-debugpy%{psuffix}
|
||||||
Version: 1.8.14
|
Version: 1.8.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An implementation of the Debug Adapter Protocol for Python
|
Summary: An implementation of the Debug Adapter Protocol for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -131,6 +131,9 @@ donttest+=" or test_numpy"
|
|||||||
# Skip all attach_pid tests, it fails in OBS enviroment bsc#1219921
|
# Skip all attach_pid tests, it fails in OBS enviroment bsc#1219921
|
||||||
donttest+=" or attach_pid"
|
donttest+=" or attach_pid"
|
||||||
|
|
||||||
|
# fix tests with pytest 9 https://github.com/microsoft/debugpy/issues/1974
|
||||||
|
sed -i '/launch/d' tests/debugpy/test_flask.py
|
||||||
|
|
||||||
%pytest_arch -k "not ($donttest)"
|
%pytest_arch -k "not ($donttest)"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user