diff --git a/debugpy-1.6.4.tar.gz b/debugpy-1.6.4.tar.gz deleted file mode 100644 index 7b7226a..0000000 --- a/debugpy-1.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eede498ee6efde32eb3799fc57e9e279159facc11c63a66f28295f00f42efa5b -size 6937211 diff --git a/debugpy-1.6.5.tar.gz b/debugpy-1.6.5.tar.gz new file mode 100644 index 0000000..ef47125 --- /dev/null +++ b/debugpy-1.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1487d37ab6b53a6d8c87ff2468396f5da6b6f341c06a139eedaa3efb94f0819f +size 6942221 diff --git a/python-debugpy.changes b/python-debugpy.changes index c437989..ea4a966 100644 --- a/python-debugpy.changes +++ b/python-debugpy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 20 10:26:11 UTC 2023 - Dirk Müller + +- update to v1.6.5: + * Fixes: #1078, #1129, #1138, #1142, #1146, #1148, #1154 + ------------------------------------------------------------------- Thu Dec 1 11:18:40 UTC 2022 - Daniel Garcia diff --git a/python-debugpy.spec b/python-debugpy.spec index 2f43c84..4ab392f 100644 --- a/python-debugpy.spec +++ b/python-debugpy.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,12 +31,12 @@ %define skip_python36 1 %define modname debugpy Name: python-%{modname}%{psuffix} -Version: 1.6.4 +Version: 1.6.5 Release: 0 Summary: An implementation of the Debug Adapter Protocol for Python License: MIT URL: https://github.com/microsoft/debugpy/ -Source: https://github.com/microsoft/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz +Source: https://github.com/microsoft/debugpy/archive/v%{version}.tar.gz#/debugpy-%{version}.tar.gz BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools}