From 85dbb163164163f2ce5ff4f4c45b2ae084b7d51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 1 Mar 2024 16:58:44 +0100 Subject: [PATCH] Sync from SUSE:ALP:Source:Standard:1.0 python-debugpy revision d919a9c79486aea18a77dcce60e2c947 --- debugpy-1.8.0.tar.gz | 3 --- debugpy-1.8.1.tar.gz | 3 +++ python-debugpy.changes | 16 ++++++++++++++++ python-debugpy.spec | 7 ++++++- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 debugpy-1.8.0.tar.gz create mode 100644 debugpy-1.8.1.tar.gz diff --git a/debugpy-1.8.0.tar.gz b/debugpy-1.8.0.tar.gz deleted file mode 100644 index a51e5ab..0000000 --- a/debugpy-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:875fd9eceaa4f8a0db082b0706137bd0200d77d5380610f3f8b3555f61e18778 -size 6760323 diff --git a/debugpy-1.8.1.tar.gz b/debugpy-1.8.1.tar.gz new file mode 100644 index 0000000..cef59c6 --- /dev/null +++ b/debugpy-1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3b939b63cf2898f36e1f43cd3d9ec5dc9b3305c024836f8201a932fe16fd4e +size 6900815 diff --git a/python-debugpy.changes b/python-debugpy.changes index 3f7326a..9994273 100644 --- a/python-debugpy.changes +++ b/python-debugpy.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Feb 15 16:18:57 UTC 2024 - Daniel Garcia + +- Skip attach_pid tests that fails in OBS run environment bsc#1219921 + +------------------------------------------------------------------- +Wed Feb 14 11:05:55 UTC 2024 - Daniel Garcia + +- 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 diff --git a/python-debugpy.spec b/python-debugpy.spec index 5379e06..815e472 100644 --- a/python-debugpy.spec +++ b/python-debugpy.spec @@ -27,7 +27,7 @@ %endif %{?sle15_python_module_pythons} Name: python-debugpy%{psuffix} -Version: 1.8.0 +Version: 1.8.1 Release: 0 Summary: An implementation of the Debug Adapter Protocol for Python 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" %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)" %endif