Accepting request 1146922 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1146922 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-debugpy?expand=0&rev=15
This commit is contained in:
commit
a53867ef03
BIN
debugpy-1.8.0.tar.gz
(Stored with Git LFS)
BIN
debugpy-1.8.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
debugpy-1.8.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
debugpy-1.8.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 15 16:18:57 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Skip attach_pid tests that fails in OBS run environment bsc#1219921
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 14 11:05:55 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.8.1:
|
||||||
|
- Python 3.12 is now fully supported.
|
||||||
|
- Fixes:
|
||||||
|
- Can no longer expand Numpy arrays to view elements #1408
|
||||||
|
- Namedtuple are not rendered in the variable browser as expected #1477
|
||||||
|
- Enhancements:
|
||||||
|
- Report sockets opened by debugpy #1337
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 29 12:57:18 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
Mon Jan 29 12:57:18 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -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.0
|
Version: 1.8.1
|
||||||
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
|
||||||
@ -127,6 +127,11 @@ sed -i "s/timeout=30/timeout=60/g" pytest.ini
|
|||||||
donttest+=" or test_attach_api or test_reattach or test_break_api or test_set_variable or test_unicode or test_debugpySystemInfo or test_debug_this_thread or test_tracing"
|
donttest+=" or test_attach_api or test_reattach or test_break_api or test_set_variable or test_unicode or test_debugpySystemInfo or test_debug_this_thread or test_tracing"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Do not have numpy dependency
|
||||||
|
donttest+=" or test_numpy"
|
||||||
|
# Skip all attach_pid tests, it fails in OBS enviroment bsc#1219921
|
||||||
|
donttest+=" or attach_pid"
|
||||||
|
|
||||||
%pytest_arch -k "not ($donttest)"
|
%pytest_arch -k "not ($donttest)"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user