From bf974960cb26c02b08db71457ca5face96c486dbbb7388004e046402abf8511b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 12 Dec 2025 10:29:36 +0000 Subject: [PATCH] - 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 --- debugpy-1.8.17.tar.gz | 3 --- debugpy-1.8.18.tar.gz | 3 +++ python-debugpy.changes | 6 ++++++ python-debugpy.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 debugpy-1.8.17.tar.gz create mode 100644 debugpy-1.8.18.tar.gz diff --git a/debugpy-1.8.17.tar.gz b/debugpy-1.8.17.tar.gz deleted file mode 100644 index a092308..0000000 --- a/debugpy-1.8.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06127a1c91751bb27062c9ddbc505766ebc23871ec84fe4d23293af1a533ddbb -size 4316558 diff --git a/debugpy-1.8.18.tar.gz b/debugpy-1.8.18.tar.gz new file mode 100644 index 0000000..cdf1e94 --- /dev/null +++ b/debugpy-1.8.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef830bb162598a4e9008468cf50c07659492488849ced71094f29dca21ac478d +size 4318455 diff --git a/python-debugpy.changes b/python-debugpy.changes index 08d06c0..a8c8ad0 100644 --- a/python-debugpy.changes +++ b/python-debugpy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 12 10:29:25 UTC 2025 - Dirk Müller + +- update to 1.8.18: + * Spaces in python interpreter cause debug launch failure + ------------------------------------------------------------------- Thu Nov 27 13:51:04 UTC 2025 - Markéta Machová diff --git a/python-debugpy.spec b/python-debugpy.spec index 07d05a7..36c2681 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.17 +Version: 1.8.18 Release: 0 Summary: An implementation of the Debug Adapter Protocol for Python License: MIT