From 3319b2b548688ec5f62752cb582b2555a33d219578bd0d5042bad133a189861c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 23 Jan 2023 20:40:00 +0000 Subject: [PATCH] - update to v1.6.6: * Disable optimization causing issues when debugging Python 3.10 and 3.11. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=11 --- debugpy-1.6.5.tar.gz | 3 --- debugpy-1.6.6.tar.gz | 3 +++ python-debugpy.changes | 6 ++++++ python-debugpy.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 debugpy-1.6.5.tar.gz create mode 100644 debugpy-1.6.6.tar.gz diff --git a/debugpy-1.6.5.tar.gz b/debugpy-1.6.5.tar.gz deleted file mode 100644 index ef47125..0000000 --- a/debugpy-1.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1487d37ab6b53a6d8c87ff2468396f5da6b6f341c06a139eedaa3efb94f0819f -size 6942221 diff --git a/debugpy-1.6.6.tar.gz b/debugpy-1.6.6.tar.gz new file mode 100644 index 0000000..330b22f --- /dev/null +++ b/debugpy-1.6.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6668264c68a0bf653fdd5596a49700130eb16ddefed484f9c6ed8ded8fab22 +size 6942488 diff --git a/python-debugpy.changes b/python-debugpy.changes index ea4a966..27cf943 100644 --- a/python-debugpy.changes +++ b/python-debugpy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 23 20:39:40 UTC 2023 - Dirk Müller + +- update to v1.6.6: + * Disable optimization causing issues when debugging Python 3.10 and 3.11. + ------------------------------------------------------------------- Fri Jan 20 10:26:11 UTC 2023 - Dirk Müller diff --git a/python-debugpy.spec b/python-debugpy.spec index 4ab392f..9fbc335 100644 --- a/python-debugpy.spec +++ b/python-debugpy.spec @@ -31,7 +31,7 @@ %define skip_python36 1 %define modname debugpy Name: python-%{modname}%{psuffix} -Version: 1.6.5 +Version: 1.6.6 Release: 0 Summary: An implementation of the Debug Adapter Protocol for Python License: MIT