From 7bd22d2bbd2b6f8a88db5bf47481536febad52b9 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Sat, 2 Jan 2021 15:41:16 -0500 Subject: [PATCH] bump debugpy gadget to version 1.2.1 1.2.1 is, as of this commit, the most recent version of the gadget. The version currently used, 1.0.0b12 is not compatible with Python 3.9: the build errors out on missing arguments for _PyEval_EvalFrameDefault. Python 3.9 is the version of Python that will be shipped with the upcoming debian release. Support for 3.9 was merged in before the final 1.0.0 version. So, upgrading the gadget will bring in python 3.9 support --- python3/vimspector/gadgets.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3/vimspector/gadgets.py b/python3/vimspector/gadgets.py index 0271069..d167fed 100644 --- a/python3/vimspector/gadgets.py +++ b/python3/vimspector/gadgets.py @@ -115,10 +115,10 @@ GADGETS = { 'url': 'https://github.com/microsoft/debugpy/archive/${file_name}' }, 'all': { - 'version': '1.0.0b12', - 'file_name': 'v1.0.0b12.zip', + 'version': '1.2.1', + 'file_name': 'v1.2.1.zip', 'checksum': - '210632bba2221fbb841c9785a615258819ceec401d1abdbeb5f2326f12cc72a1' + '29a6c5d1053d2b6f3b1a63e1a8ecff93f951d3cc0b7548431592e9e3007239e6' }, 'do': lambda name, root, gadget: installer.InstallDebugpy( name, root,