15
0

Compare commits

14 Commits

Author SHA256 Message Date
4ccdccafb1 Accepting request 1323656 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1323656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-debugpy?expand=0&rev=24
2025-12-20 20:45:32 +00:00
a3369163b2 - update to 1.8.18:
* Spaces in python interpreter cause debug launch failure

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=49
2025-12-12 10:29:36 +00:00
37bc0b3374 Accepting request 1321650 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1321650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-debugpy?expand=0&rev=23
2025-12-11 17:31:41 +00:00
1ea413b621 - Delete an extra pytest mark to fix tests with pytest 9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=47
2025-12-09 03:10:36 +00:00
0f55183d93 Accepting request 1311040 from devel:languages:python
- update to 1.8.17:
  * py3.14 support

OBS-URL: https://build.opensuse.org/request/show/1311040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-debugpy?expand=0&rev=22
2025-10-14 16:05:52 +00:00
d618870493 - update to 1.8.17:
* py3.14 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=45
2025-10-13 09:16:06 +00:00
ff0a55ad69 Accepting request 1306374 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1306374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-debugpy?expand=0&rev=21
2025-09-23 14:05:45 +00:00
5c7772397a - 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
2025-09-14 20:44:15 +00:00
6b44f367db Accepting request 1282964 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1282964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-debugpy?expand=0&rev=20
2025-06-10 06:57:10 +00:00
061eca4ca0 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=41
2025-06-05 06:05:03 +00:00
61a8bfa47b Accepting request 1273249 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1273249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-debugpy?expand=0&rev=19
2025-04-30 17:02:33 +00:00
5e921b1d1e - Update to 1.8.14
* fix ResourceWarning: unclosed socket
  * fix binskim warnings on linux

- Update to 1.8.12
  * 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 
    the environment.
  * Consuming PyDev.Debugger's sys.monitoring support to improve 
    performance of debugging 3.12
  * Support for 3.13
  * Multithreading fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=39
2025-04-28 19:22:18 +00:00
ab10f414e4 Accepting request 1203878 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1203878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-debugpy?expand=0&rev=18
2024-09-29 16:09:06 +00:00
7e7d25fe10 - Drop unneeded Django test dependency
- Skip one failing test on aarch64

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=37
2024-09-26 12:09:55 +00:00
4 changed files with 42 additions and 9 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef830bb162598a4e9008468cf50c07659492488849ced71094f29dca21ac478d
size 4318455

View File

@@ -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>

View File

@@ -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