diff --git a/debugpy-1.6.3.tar.gz b/debugpy-1.6.3.tar.gz deleted file mode 100644 index 7adf70b..0000000 --- a/debugpy-1.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddc10bf05903d1b4037a5ba7a511b0c5f188bdaf8f1c95a0bace505a9ce709fc -size 6697575 diff --git a/debugpy-1.6.4.tar.gz b/debugpy-1.6.4.tar.gz new file mode 100644 index 0000000..7b7226a --- /dev/null +++ b/debugpy-1.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eede498ee6efde32eb3799fc57e9e279159facc11c63a66f28295f00f42efa5b +size 6937211 diff --git a/python-debugpy.changes b/python-debugpy.changes index 287de16..c437989 100644 --- a/python-debugpy.changes +++ b/python-debugpy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Dec 1 11:18:40 UTC 2022 - Daniel Garcia + +- Update to version 1.6.4 + Fixes: #985, #1003, #1005, #1018, #1024, #1025, #1030, #1031, #1042, #1064, + #1081, #1100, #1104, #1111, #1126 + Improvements: #532, #989, #1022, #1056, #1099 + ------------------------------------------------------------------- Wed Oct 12 03:02:27 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-debugpy.spec b/python-debugpy.spec index f4ea903..2f43c84 100644 --- a/python-debugpy.spec +++ b/python-debugpy.spec @@ -25,14 +25,13 @@ %define psuffix %{nil} %bcond_with test %endif -%{?!python_module:%define python_module() python3-%{**}} # Python 2 and 3.6 are officially supported, but debugpy is in openSUSE for ipykernel 6 which is for Python >= 3.7. # Skip Py2 in Leap and Py36 in TW in order to save resources. %define skip_python2 1 %define skip_python36 1 %define modname debugpy Name: python-%{modname}%{psuffix} -Version: 1.6.3 +Version: 1.6.4 Release: 0 Summary: An implementation of the Debug Adapter Protocol for Python License: MIT @@ -49,6 +48,7 @@ BuildRequires: %{python_module %{modname} = %{version}} BuildRequires: %{python_module Django} BuildRequires: %{python_module Flask} BuildRequires: %{python_module gevent} +BuildRequires: %{python_module greenlet} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest-xdist}